Shades of Dark Violet #AB02CE
Tints of Dark Violet #AB02CE
RGB
CMYK
RGB Variations
Color information
#AB02CE (or 0xAB02CE) is known color: Dark Violet. HEX triplet: AB, 02 and CE. RGB value is (171,2,206). Sum of RGB (Red+Green+Blue) = 171+2+206=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 2 (1.17% from 255 or 0.53% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB02CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB02CE is #54FD31. Grayscale: #4B4B4B. Windows color (decimal): -5569842 or 13501099. OLE color: 13501099.
HSL color Cylindrical-coordinate representation of color #AB02CE: hue angle of 289.71º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB02CE is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 2 | 206 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.19 |
| HSL | 289.71º | 0.98% | 0.41% | - |
| HSV(B) | 289.71º | 0.99% | 0.81% | - |
| XYZ | 27.96 | 13.16 | 59.46 | - |
| YUV | 75.79 | 201.49 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 2 | 206 | 0.17 | 0.99 | 0 | 0.19 | 289.71 | 0.98 | 0.41 |
| Hex | AB | 2 | CE | 11 | 63 | 0 | 13 | 122 | 62 | 29 |
| Octal | 253 | 2 | 316 | 21 | 143 | 0 | 23 | 442 | 142 | 51 |
| Binary | 10101011 | 10 | 11001110 | 10001 | 1100011 | 0 | 10011 | 100100010 | 1100010 | 101001 |
Color Harmonies of #AB02CE
Complementary color
Monochromatic Colors of #AB02CE
Black with #AB02CE
Text Example
Text Example
White with #AB02CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB02CE; }
p { color: rgb(171,2,206); }
H1.HeaderClassName
{
color: #AB02CE;
}
.AnyTagClassName
{
color: #AB02CE;
}
</style>
background-color css
<style>
a { background-color: #AB02CE; }
a { background-color: rgb(171,2,206); }
div.DivClassName
{
background-color: #AB02CE;
}
.BgClassName
{
background-color: #AB02CE;
}
</style>
border-color css
<style>
span { border-color: #AB02CE; }
span { border-color: rgb(171,2,206); }
td.TdClassName
{
border-color: #AB02CE;
}
.TagClassName
{
border-color: #AB02CE;
}
</style>