Shades of Dark Violet #AB00C9
Tints of Dark Violet #AB00C9
RGB
CMYK
RGB Variations
Color information
#AB00C9 (or 0xAB00C9) is known color: Dark Violet. HEX triplet: AB, 00 and C9. RGB value is (171,0,201). Sum of RGB (Red+Green+Blue) = 171+0+201=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 201 (78.91% from 255 or 54.03% from 372); Max value from RGB is 201 - color contains mainly: blue. Hex color #AB00C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB00C9 is #54FF36. Grayscale: #494949. Windows color (decimal): -5570359 or 13172907. OLE color: 13172907.
HSL color Cylindrical-coordinate representation of color #AB00C9: hue angle of 291.04º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB00C9 is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 0 | 201 | - |
| CMYK | 0.15 | 1 | 0 | 0.21 |
| HSL | 291.04º | 1% | 0.39% | - |
| HSV(B) | 291.04º | 1% | 0.79% | - |
| XYZ | 27.34 | 12.87 | 56.3 | - |
| YUV | 74.04 | 199.65 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 0 | 201 | 0.15 | 1 | 0 | 0.21 | 291.04 | 1 | 0.39 |
| Hex | AB | 0 | C9 | F | 64 | 0 | 15 | 123 | 64 | 27 |
| Octal | 253 | 0 | 311 | 17 | 144 | 0 | 25 | 443 | 144 | 47 |
| Binary | 10101011 | 0 | 11001001 | 1111 | 1100100 | 0 | 10101 | 100100011 | 1100100 | 100111 |
Color Harmonies of #AB00C9
Complementary color
Monochromatic Colors of #AB00C9
Black with #AB00C9
Text Example
Text Example
White with #AB00C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB00C9; }
p { color: rgb(171,0,201); }
H1.HeaderClassName
{
color: #AB00C9;
}
.AnyTagClassName
{
color: #AB00C9;
}
</style>
background-color css
<style>
a { background-color: #AB00C9; }
a { background-color: rgb(171,0,201); }
div.DivClassName
{
background-color: #AB00C9;
}
.BgClassName
{
background-color: #AB00C9;
}
</style>
border-color css
<style>
span { border-color: #AB00C9; }
span { border-color: rgb(171,0,201); }
td.TdClassName
{
border-color: #AB00C9;
}
.TagClassName
{
border-color: #AB00C9;
}
</style>