Shades of Dark Violet #AB0DC9
Tints of Dark Violet #AB0DC9
RGB
CMYK
RGB Variations
Color information
#AB0DC9 (or 0xAB0DC9) is known color: Dark Violet. HEX triplet: AB, 0D and C9. RGB value is (171,13,201). Sum of RGB (Red+Green+Blue) = 171+13+201=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 13 (5.47% from 255 or 3.38% from 385); Blue value is 201 (78.91% from 255 or 52.21% from 385); Max value from RGB is 201 - color contains mainly: blue. Hex color #AB0DC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0DC9 is #54F236. Grayscale: #515151. Windows color (decimal): -5567031 or 13176235. OLE color: 13176235.
HSL color Cylindrical-coordinate representation of color #AB0DC9: hue angle of 290.43º degrees, saturation: 0.88, 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 #AB0DC9 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 13 | 201 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.21 |
| HSL | 290.43º | 0.88% | 0.42% | - |
| HSV(B) | 290.43º | 0.94% | 0.79% | - |
| XYZ | 27.48 | 13.16 | 56.35 | - |
| YUV | 81.67 | 195.35 | 191.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 13 | 201 | 0.15 | 0.94 | 0 | 0.21 | 290.43 | 0.88 | 0.42 |
| Hex | AB | D | C9 | F | 5E | 0 | 15 | 122 | 58 | 2A |
| Octal | 253 | 15 | 311 | 17 | 136 | 0 | 25 | 442 | 130 | 52 |
| Binary | 10101011 | 1101 | 11001001 | 1111 | 1011110 | 0 | 10101 | 100100010 | 1011000 | 101010 |
Color Harmonies of #AB0DC9
Complementary color
Monochromatic Colors of #AB0DC9
Black with #AB0DC9
Text Example
Text Example
White with #AB0DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0DC9; }
p { color: rgb(171,13,201); }
H1.HeaderClassName
{
color: #AB0DC9;
}
.AnyTagClassName
{
color: #AB0DC9;
}
</style>
background-color css
<style>
a { background-color: #AB0DC9; }
a { background-color: rgb(171,13,201); }
div.DivClassName
{
background-color: #AB0DC9;
}
.BgClassName
{
background-color: #AB0DC9;
}
</style>
border-color css
<style>
span { border-color: #AB0DC9; }
span { border-color: rgb(171,13,201); }
td.TdClassName
{
border-color: #AB0DC9;
}
.TagClassName
{
border-color: #AB0DC9;
}
</style>