Shades of Dark Violet #AB03CE
Tints of Dark Violet #AB03CE
RGB
CMYK
RGB Variations
Color information
#AB03CE (or 0xAB03CE) is known color: Dark Violet. HEX triplet: AB, 03 and CE. RGB value is (171,3,206). Sum of RGB (Red+Green+Blue) = 171+3+206=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 3 (1.56% from 255 or 0.79% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB03CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB03CE is #54FC31. Grayscale: #4B4B4B. Windows color (decimal): -5569586 or 13501355. OLE color: 13501355.
HSL color Cylindrical-coordinate representation of color #AB03CE: hue angle of 289.66º degrees, saturation: 0.97, 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 #AB03CE is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 3 | 206 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.19 |
| HSL | 289.66º | 0.97% | 0.41% | - |
| HSV(B) | 289.66º | 0.99% | 0.81% | - |
| XYZ | 27.97 | 13.18 | 59.46 | - |
| YUV | 76.37 | 201.16 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 206 | 0.17 | 0.99 | 0 | 0.19 | 289.66 | 0.97 | 0.41 |
| Hex | AB | 3 | CE | 11 | 63 | 0 | 13 | 122 | 61 | 29 |
| Octal | 253 | 3 | 316 | 21 | 143 | 0 | 23 | 442 | 141 | 51 |
| Binary | 10101011 | 11 | 11001110 | 10001 | 1100011 | 0 | 10011 | 100100010 | 1100001 | 101001 |
Color Harmonies of #AB03CE
Complementary color
Monochromatic Colors of #AB03CE
Black with #AB03CE
Text Example
Text Example
White with #AB03CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB03CE; }
p { color: rgb(171,3,206); }
H1.HeaderClassName
{
color: #AB03CE;
}
.AnyTagClassName
{
color: #AB03CE;
}
</style>
background-color css
<style>
a { background-color: #AB03CE; }
a { background-color: rgb(171,3,206); }
div.DivClassName
{
background-color: #AB03CE;
}
.BgClassName
{
background-color: #AB03CE;
}
</style>
border-color css
<style>
span { border-color: #AB03CE; }
span { border-color: rgb(171,3,206); }
td.TdClassName
{
border-color: #AB03CE;
}
.TagClassName
{
border-color: #AB03CE;
}
</style>