Shades of Dark Violet #AB01D9
Tints of Dark Violet #AB01D9
RGB
CMYK
RGB Variations
Color information
#AB01D9 (or 0xAB01D9) is known color: Dark Violet. HEX triplet: AB, 01 and D9. RGB value is (171,1,217). Sum of RGB (Red+Green+Blue) = 171+1+217=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 1 (0.78% from 255 or 0.26% from 389); Blue value is 217 (85.16% from 255 or 55.78% from 389); Max value from RGB is 217 - color contains mainly: blue. Hex color #AB01D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB01D9 is #54FE26. Grayscale: #4B4B4B. Windows color (decimal): -5570087 or 14221739. OLE color: 14221739.
HSL color Cylindrical-coordinate representation of color #AB01D9: hue angle of 287.22º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB01D9 is Cyan = 0.21, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 1 | 217 | - |
| CMYK | 0.21 | 1.00 | 0 | 0.15 |
| HSL | 287.22º | 0.99% | 0.43% | - |
| HSV(B) | 287.22º | 1% | 0.85% | - |
| XYZ | 29.33 | 13.69 | 66.74 | - |
| YUV | 76.45 | 207.32 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 217 | 0.21 | 1.00 | 0 | 0.15 | 287.22 | 0.99 | 0.43 |
| Hex | AB | 1 | D9 | 15 | 64 | 0 | F | 11F | 63 | 2B |
| Octal | 253 | 1 | 331 | 25 | 144 | 0 | 17 | 437 | 143 | 53 |
| Binary | 10101011 | 1 | 11011001 | 10101 | 1100100 | 0 | 1111 | 100011111 | 1100011 | 101011 |
Color Harmonies of #AB01D9
Complementary color
Monochromatic Colors of #AB01D9
Black with #AB01D9
Text Example
Text Example
White with #AB01D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB01D9; }
p { color: rgb(171,1,217); }
H1.HeaderClassName
{
color: #AB01D9;
}
.AnyTagClassName
{
color: #AB01D9;
}
</style>
background-color css
<style>
a { background-color: #AB01D9; }
a { background-color: rgb(171,1,217); }
div.DivClassName
{
background-color: #AB01D9;
}
.BgClassName
{
background-color: #AB01D9;
}
</style>
border-color css
<style>
span { border-color: #AB01D9; }
span { border-color: rgb(171,1,217); }
td.TdClassName
{
border-color: #AB01D9;
}
.TagClassName
{
border-color: #AB01D9;
}
</style>