Shades of Dark Violet #AB04DA
Tints of Dark Violet #AB04DA
RGB
CMYK
RGB Variations
Color information
#AB04DA (or 0xAB04DA) is known color: Dark Violet. HEX triplet: AB, 04 and DA. RGB value is (171,4,218). Sum of RGB (Red+Green+Blue) = 171+4+218=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 4 (1.95% from 255 or 1.02% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB04DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB04DA is #54FB25. Grayscale: #4D4D4D. Windows color (decimal): -5569318 or 14288043. OLE color: 14288043.
HSL color Cylindrical-coordinate representation of color #AB04DA: hue angle of 286.82º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB04DA is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 4 | 218 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.15 |
| HSL | 286.82º | 0.96% | 0.44% | - |
| HSV(B) | 286.82º | 0.98% | 0.85% | - |
| XYZ | 29.49 | 13.81 | 67.44 | - |
| YUV | 78.33 | 206.83 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 4 | 218 | 0.22 | 0.98 | 0 | 0.15 | 286.82 | 0.96 | 0.44 |
| Hex | AB | 4 | DA | 16 | 62 | 0 | F | 11F | 60 | 2C |
| Octal | 253 | 4 | 332 | 26 | 142 | 0 | 17 | 437 | 140 | 54 |
| Binary | 10101011 | 100 | 11011010 | 10110 | 1100010 | 0 | 1111 | 100011111 | 1100000 | 101100 |
Color Harmonies of #AB04DA
Complementary color
Monochromatic Colors of #AB04DA
Black with #AB04DA
Text Example
Text Example
White with #AB04DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB04DA; }
p { color: rgb(171,4,218); }
H1.HeaderClassName
{
color: #AB04DA;
}
.AnyTagClassName
{
color: #AB04DA;
}
</style>
background-color css
<style>
a { background-color: #AB04DA; }
a { background-color: rgb(171,4,218); }
div.DivClassName
{
background-color: #AB04DA;
}
.BgClassName
{
background-color: #AB04DA;
}
</style>
border-color css
<style>
span { border-color: #AB04DA; }
span { border-color: rgb(171,4,218); }
td.TdClassName
{
border-color: #AB04DA;
}
.TagClassName
{
border-color: #AB04DA;
}
</style>