Shades of Dark Violet #AB0CC9
Tints of Dark Violet #AB0CC9
RGB
CMYK
RGB Variations
Color information
#AB0CC9 (or 0xAB0CC9) is known color: Dark Violet. HEX triplet: AB, 0C and C9. RGB value is (171,12,201). Sum of RGB (Red+Green+Blue) = 171+12+201=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 12 (5.08% from 255 or 3.12% from 384); Blue value is 201 (78.91% from 255 or 52.34% from 384); Max value from RGB is 201 - color contains mainly: blue. Hex color #AB0CC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0CC9 is #54F336. Grayscale: #505050. Windows color (decimal): -5567287 or 13175979. OLE color: 13175979.
HSL color Cylindrical-coordinate representation of color #AB0CC9: hue angle of 290.48º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0CC9 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 12 | 201 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.21 |
| HSL | 290.48º | 0.89% | 0.42% | - |
| HSV(B) | 290.48º | 0.94% | 0.79% | - |
| XYZ | 27.47 | 13.14 | 56.35 | - |
| YUV | 81.09 | 195.68 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 12 | 201 | 0.15 | 0.94 | 0 | 0.21 | 290.48 | 0.89 | 0.42 |
| Hex | AB | C | C9 | F | 5E | 0 | 15 | 122 | 59 | 2A |
| Octal | 253 | 14 | 311 | 17 | 136 | 0 | 25 | 442 | 131 | 52 |
| Binary | 10101011 | 1100 | 11001001 | 1111 | 1011110 | 0 | 10101 | 100100010 | 1011001 | 101010 |
Color Harmonies of #AB0CC9
Complementary color
Monochromatic Colors of #AB0CC9
Black with #AB0CC9
Text Example
Text Example
White with #AB0CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0CC9; }
p { color: rgb(171,12,201); }
H1.HeaderClassName
{
color: #AB0CC9;
}
.AnyTagClassName
{
color: #AB0CC9;
}
</style>
background-color css
<style>
a { background-color: #AB0CC9; }
a { background-color: rgb(171,12,201); }
div.DivClassName
{
background-color: #AB0CC9;
}
.BgClassName
{
background-color: #AB0CC9;
}
</style>
border-color css
<style>
span { border-color: #AB0CC9; }
span { border-color: rgb(171,12,201); }
td.TdClassName
{
border-color: #AB0CC9;
}
.TagClassName
{
border-color: #AB0CC9;
}
</style>