Shades of Dark Violet #AB01CE
Tints of Dark Violet #AB01CE
RGB
CMYK
RGB Variations
Color information
#AB01CE (or 0xAB01CE) is known color: Dark Violet. HEX triplet: AB, 01 and CE. RGB value is (171,1,206). Sum of RGB (Red+Green+Blue) = 171+1+206=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB01CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB01CE is #54FE31. Grayscale: #4A4A4A. Windows color (decimal): -5570098 or 13500843. OLE color: 13500843.
HSL color Cylindrical-coordinate representation of color #AB01CE: hue angle of 289.76º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB01CE is Cyan = 0.17, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 1 | 206 | - |
| CMYK | 0.17 | 1.00 | 0 | 0.19 |
| HSL | 289.76º | 0.99% | 0.41% | - |
| HSV(B) | 289.76º | 1% | 0.81% | - |
| XYZ | 27.95 | 13.14 | 59.46 | - |
| YUV | 75.2 | 201.82 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 206 | 0.17 | 1.00 | 0 | 0.19 | 289.76 | 0.99 | 0.41 |
| Hex | AB | 1 | CE | 11 | 64 | 0 | 13 | 122 | 63 | 29 |
| Octal | 253 | 1 | 316 | 21 | 144 | 0 | 23 | 442 | 143 | 51 |
| Binary | 10101011 | 1 | 11001110 | 10001 | 1100100 | 0 | 10011 | 100100010 | 1100011 | 101001 |
Color Harmonies of #AB01CE
Complementary color
Monochromatic Colors of #AB01CE
Black with #AB01CE
Text Example
Text Example
White with #AB01CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB01CE; }
p { color: rgb(171,1,206); }
H1.HeaderClassName
{
color: #AB01CE;
}
.AnyTagClassName
{
color: #AB01CE;
}
</style>
background-color css
<style>
a { background-color: #AB01CE; }
a { background-color: rgb(171,1,206); }
div.DivClassName
{
background-color: #AB01CE;
}
.BgClassName
{
background-color: #AB01CE;
}
</style>
border-color css
<style>
span { border-color: #AB01CE; }
span { border-color: rgb(171,1,206); }
td.TdClassName
{
border-color: #AB01CE;
}
.TagClassName
{
border-color: #AB01CE;
}
</style>