Shades of Dark Violet #AB05DC
Tints of Dark Violet #AB05DC
RGB
CMYK
RGB Variations
Color information
#AB05DC (or 0xAB05DC) is known color: Dark Violet. HEX triplet: AB, 05 and DC. RGB value is (171,5,220). Sum of RGB (Red+Green+Blue) = 171+5+220=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 5 (2.34% from 255 or 1.26% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB05DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB05DC is #54FA23. Grayscale: #4E4E4E. Windows color (decimal): -5569060 or 14419371. OLE color: 14419371.
HSL color Cylindrical-coordinate representation of color #AB05DC: hue angle of 286.33º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB05DC is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 5 | 220 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.14 |
| HSL | 286.33º | 0.96% | 0.44% | - |
| HSV(B) | 286.33º | 0.98% | 0.86% | - |
| XYZ | 29.77 | 13.93 | 68.83 | - |
| YUV | 79.14 | 207.5 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 5 | 220 | 0.22 | 0.98 | 0 | 0.14 | 286.33 | 0.96 | 0.44 |
| Hex | AB | 5 | DC | 16 | 62 | 0 | E | 11E | 60 | 2C |
| Octal | 253 | 5 | 334 | 26 | 142 | 0 | 16 | 436 | 140 | 54 |
| Binary | 10101011 | 101 | 11011100 | 10110 | 1100010 | 0 | 1110 | 100011110 | 1100000 | 101100 |
Color Harmonies of #AB05DC
Complementary color
Monochromatic Colors of #AB05DC
Black with #AB05DC
Text Example
Text Example
White with #AB05DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB05DC; }
p { color: rgb(171,5,220); }
H1.HeaderClassName
{
color: #AB05DC;
}
.AnyTagClassName
{
color: #AB05DC;
}
</style>
background-color css
<style>
a { background-color: #AB05DC; }
a { background-color: rgb(171,5,220); }
div.DivClassName
{
background-color: #AB05DC;
}
.BgClassName
{
background-color: #AB05DC;
}
</style>
border-color css
<style>
span { border-color: #AB05DC; }
span { border-color: rgb(171,5,220); }
td.TdClassName
{
border-color: #AB05DC;
}
.TagClassName
{
border-color: #AB05DC;
}
</style>