Shades of Dark Violet #AB02DB
Tints of Dark Violet #AB02DB
RGB
CMYK
RGB Variations
Color information
#AB02DB (or 0xAB02DB) is known color: Dark Violet. HEX triplet: AB, 02 and DB. RGB value is (171,2,219). Sum of RGB (Red+Green+Blue) = 171+2+219=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 2 (1.17% from 255 or 0.51% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB02DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB02DB is #54FD24. Grayscale: #4C4C4C. Windows color (decimal): -5569829 or 14353067. OLE color: 14353067.
HSL color Cylindrical-coordinate representation of color #AB02DB: hue angle of 286.73º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB02DB is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 2 | 219 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.14 |
| HSL | 286.73º | 0.98% | 0.43% | - |
| HSV(B) | 286.73º | 0.99% | 0.86% | - |
| XYZ | 29.6 | 13.82 | 68.12 | - |
| YUV | 77.27 | 207.99 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 2 | 219 | 0.22 | 0.99 | 0 | 0.14 | 286.73 | 0.98 | 0.43 |
| Hex | AB | 2 | DB | 16 | 63 | 0 | E | 11F | 62 | 2B |
| Octal | 253 | 2 | 333 | 26 | 143 | 0 | 16 | 437 | 142 | 53 |
| Binary | 10101011 | 10 | 11011011 | 10110 | 1100011 | 0 | 1110 | 100011111 | 1100010 | 101011 |
Color Harmonies of #AB02DB
Complementary color
Monochromatic Colors of #AB02DB
Black with #AB02DB
Text Example
Text Example
White with #AB02DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB02DB; }
p { color: rgb(171,2,219); }
H1.HeaderClassName
{
color: #AB02DB;
}
.AnyTagClassName
{
color: #AB02DB;
}
</style>
background-color css
<style>
a { background-color: #AB02DB; }
a { background-color: rgb(171,2,219); }
div.DivClassName
{
background-color: #AB02DB;
}
.BgClassName
{
background-color: #AB02DB;
}
</style>
border-color css
<style>
span { border-color: #AB02DB; }
span { border-color: rgb(171,2,219); }
td.TdClassName
{
border-color: #AB02DB;
}
.TagClassName
{
border-color: #AB02DB;
}
</style>