Shades of Dark Violet #AB04D9
Tints of Dark Violet #AB04D9
RGB
CMYK
RGB Variations
Color information
#AB04D9 (or 0xAB04D9) is known color: Dark Violet. HEX triplet: AB, 04 and D9. RGB value is (171,4,217). Sum of RGB (Red+Green+Blue) = 171+4+217=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 4 (1.95% from 255 or 1.02% from 392); Blue value is 217 (85.16% from 255 or 55.36% from 392); Max value from RGB is 217 - color contains mainly: blue. Hex color #AB04D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB04D9 is #54FB26. Grayscale: #4D4D4D. Windows color (decimal): -5569319 or 14222507. OLE color: 14222507.
HSL color Cylindrical-coordinate representation of color #AB04D9: hue angle of 287.04º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB04D9 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 4 | 217 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.15 |
| HSL | 287.04º | 0.96% | 0.43% | - |
| HSV(B) | 287.04º | 0.98% | 0.85% | - |
| XYZ | 29.36 | 13.75 | 66.75 | - |
| YUV | 78.22 | 206.33 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 4 | 217 | 0.21 | 0.98 | 0 | 0.15 | 287.04 | 0.96 | 0.43 |
| Hex | AB | 4 | D9 | 15 | 62 | 0 | F | 11F | 60 | 2B |
| Octal | 253 | 4 | 331 | 25 | 142 | 0 | 17 | 437 | 140 | 53 |
| Binary | 10101011 | 100 | 11011001 | 10101 | 1100010 | 0 | 1111 | 100011111 | 1100000 | 101011 |
Color Harmonies of #AB04D9
Complementary color
Monochromatic Colors of #AB04D9
Black with #AB04D9
Text Example
Text Example
White with #AB04D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB04D9; }
p { color: rgb(171,4,217); }
H1.HeaderClassName
{
color: #AB04D9;
}
.AnyTagClassName
{
color: #AB04D9;
}
</style>
background-color css
<style>
a { background-color: #AB04D9; }
a { background-color: rgb(171,4,217); }
div.DivClassName
{
background-color: #AB04D9;
}
.BgClassName
{
background-color: #AB04D9;
}
</style>
border-color css
<style>
span { border-color: #AB04D9; }
span { border-color: rgb(171,4,217); }
td.TdClassName
{
border-color: #AB04D9;
}
.TagClassName
{
border-color: #AB04D9;
}
</style>