Shades of Dark Violet #AB02D5
Tints of Dark Violet #AB02D5
RGB
CMYK
RGB Variations
Color information
#AB02D5 (or 0xAB02D5) is known color: Dark Violet. HEX triplet: AB, 02 and D5. RGB value is (171,2,213). Sum of RGB (Red+Green+Blue) = 171+2+213=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 2 (1.17% from 255 or 0.52% from 386); Blue value is 213 (83.59% from 255 or 55.18% from 386); Max value from RGB is 213 - color contains mainly: blue. Hex color #AB02D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB02D5 is #54FD2A. Grayscale: #4B4B4B. Windows color (decimal): -5569835 or 13959851. OLE color: 13959851.
HSL color Cylindrical-coordinate representation of color #AB02D5: hue angle of 288.06º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB02D5 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 2 | 213 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.16 |
| HSL | 288.06º | 0.98% | 0.42% | - |
| HSV(B) | 288.06º | 0.99% | 0.84% | - |
| XYZ | 28.83 | 13.51 | 64.04 | - |
| YUV | 76.59 | 204.99 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 2 | 213 | 0.20 | 0.99 | 0 | 0.16 | 288.06 | 0.98 | 0.42 |
| Hex | AB | 2 | D5 | 14 | 63 | 0 | 10 | 120 | 62 | 2A |
| Octal | 253 | 2 | 325 | 24 | 143 | 0 | 20 | 440 | 142 | 52 |
| Binary | 10101011 | 10 | 11010101 | 10100 | 1100011 | 0 | 10000 | 100100000 | 1100010 | 101010 |
Color Harmonies of #AB02D5
Complementary color
Monochromatic Colors of #AB02D5
Black with #AB02D5
Text Example
Text Example
White with #AB02D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB02D5; }
p { color: rgb(171,2,213); }
H1.HeaderClassName
{
color: #AB02D5;
}
.AnyTagClassName
{
color: #AB02D5;
}
</style>
background-color css
<style>
a { background-color: #AB02D5; }
a { background-color: rgb(171,2,213); }
div.DivClassName
{
background-color: #AB02D5;
}
.BgClassName
{
background-color: #AB02D5;
}
</style>
border-color css
<style>
span { border-color: #AB02D5; }
span { border-color: rgb(171,2,213); }
td.TdClassName
{
border-color: #AB02D5;
}
.TagClassName
{
border-color: #AB02D5;
}
</style>