Shades of Dark Violet #AB0DD6
Tints of Dark Violet #AB0DD6
RGB
CMYK
RGB Variations
Color information
#AB0DD6 (or 0xAB0DD6) is known color: Dark Violet. HEX triplet: AB, 0D and D6. RGB value is (171,13,214). Sum of RGB (Red+Green+Blue) = 171+13+214=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 214 (83.98% from 255 or 53.77% from 398); Max value from RGB is 214 - color contains mainly: blue. Hex color #AB0DD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0DD6 is #54F229. Grayscale: #525252. Windows color (decimal): -5567018 or 14028203. OLE color: 14028203.
HSL color Cylindrical-coordinate representation of color #AB0DD6: hue angle of 287.16º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0DD6 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 13 | 214 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.16 |
| HSL | 287.16º | 0.89% | 0.45% | - |
| HSV(B) | 287.16º | 0.94% | 0.84% | - |
| XYZ | 29.08 | 13.8 | 64.75 | - |
| YUV | 83.16 | 201.85 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 13 | 214 | 0.20 | 0.94 | 0 | 0.16 | 287.16 | 0.89 | 0.45 |
| Hex | AB | D | D6 | 14 | 5E | 0 | 10 | 11F | 59 | 2D |
| Octal | 253 | 15 | 326 | 24 | 136 | 0 | 20 | 437 | 131 | 55 |
| Binary | 10101011 | 1101 | 11010110 | 10100 | 1011110 | 0 | 10000 | 100011111 | 1011001 | 101101 |
Color Harmonies of #AB0DD6
Complementary color
Monochromatic Colors of #AB0DD6
Black with #AB0DD6
Text Example
Text Example
White with #AB0DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0DD6; }
p { color: rgb(171,13,214); }
H1.HeaderClassName
{
color: #AB0DD6;
}
.AnyTagClassName
{
color: #AB0DD6;
}
</style>
background-color css
<style>
a { background-color: #AB0DD6; }
a { background-color: rgb(171,13,214); }
div.DivClassName
{
background-color: #AB0DD6;
}
.BgClassName
{
background-color: #AB0DD6;
}
</style>
border-color css
<style>
span { border-color: #AB0DD6; }
span { border-color: rgb(171,13,214); }
td.TdClassName
{
border-color: #AB0DD6;
}
.TagClassName
{
border-color: #AB0DD6;
}
</style>