Shades of Dark Violet #AB02DF
Tints of Dark Violet #AB02DF
RGB
CMYK
RGB Variations
Color information
#AB02DF (or 0xAB02DF) is known color: Dark Violet. HEX triplet: AB, 02 and DF. RGB value is (171,2,223). Sum of RGB (Red+Green+Blue) = 171+2+223=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 2 (1.17% from 255 or 0.51% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB02DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB02DF is #54FD20. Grayscale: #4D4D4D. Windows color (decimal): -5569825 or 14615211. OLE color: 14615211.
HSL color Cylindrical-coordinate representation of color #AB02DF: hue angle of 285.88º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB02DF is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 2 | 223 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.13 |
| HSL | 285.88º | 0.98% | 0.44% | - |
| HSV(B) | 285.88º | 0.99% | 0.87% | - |
| XYZ | 30.14 | 14.03 | 70.93 | - |
| YUV | 77.73 | 209.99 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 2 | 223 | 0.23 | 0.99 | 0 | 0.13 | 285.88 | 0.98 | 0.44 |
| Hex | AB | 2 | DF | 17 | 63 | 0 | D | 11E | 62 | 2C |
| Octal | 253 | 2 | 337 | 27 | 143 | 0 | 15 | 436 | 142 | 54 |
| Binary | 10101011 | 10 | 11011111 | 10111 | 1100011 | 0 | 1101 | 100011110 | 1100010 | 101100 |
Color Harmonies of #AB02DF
Complementary color
Monochromatic Colors of #AB02DF
Black with #AB02DF
Text Example
Text Example
White with #AB02DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB02DF; }
p { color: rgb(171,2,223); }
H1.HeaderClassName
{
color: #AB02DF;
}
.AnyTagClassName
{
color: #AB02DF;
}
</style>
background-color css
<style>
a { background-color: #AB02DF; }
a { background-color: rgb(171,2,223); }
div.DivClassName
{
background-color: #AB02DF;
}
.BgClassName
{
background-color: #AB02DF;
}
</style>
border-color css
<style>
span { border-color: #AB02DF; }
span { border-color: rgb(171,2,223); }
td.TdClassName
{
border-color: #AB02DF;
}
.TagClassName
{
border-color: #AB02DF;
}
</style>