#ab00ab color RGB value is (171,0,171)
#ab00ab color CMYK value
#ab00ab color HSL value
HSV(or HSB) | 300° | 100 | 67.1 |
XYZ | 24.145 | 11.598 | 39.494 |
Yxy | 0.321 | 0.154 | 11.598 |
LAB | 40.57 | 72.829 | -45.098 |
LUV | 40.57 | 56.547 | -73.118 |
Hunter-LAB | 34.056 | 66.956 | -44.918 |
CIE-LCH | 40.57 | 85.661 | 328.233 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | AB | 0 | AB |
Decimal | 171 | 0 | 171 |
Octal | 253 | 0 | 253 |
Binary | 10101011 | 00000000 | 10101011 |
Below, you can see some colors close to #ab00ab. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #ab00ab.
<span style="color:#ab00ab">Text here</span>
This paragraph has a background color of #ab00ab.
<p style="background-color:#ab00ab;">Content here</p>
This element has a border color of #ab00ab.
<div style="border:1px #ab00ab;">Content here</div>
.text {color:#ab00ab;}
.background {background-color:#ab00ab;}
.border {border:1px solid #ab00ab;}
.text-shadow {border:1px solid #ab00ab;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #010001 is the darkest color, while #ffebff is the lightest one.