Shades of Dark Violet #AB03C8
Tints of Dark Violet #AB03C8
RGB
CMYK
RGB Variations
Color information
#AB03C8 (or 0xAB03C8) is known color: Dark Violet. HEX triplet: AB, 03 and C8. RGB value is (171,3,200). Sum of RGB (Red+Green+Blue) = 171+3+200=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 3 (1.56% from 255 or 0.80% from 374); Blue value is 200 (78.52% from 255 or 53.48% from 374); Max value from RGB is 200 - color contains mainly: blue. Hex color #AB03C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB03C8 is #54FC37. Grayscale: #4B4B4B. Windows color (decimal): -5569592 or 13108139. OLE color: 13108139.
HSL color Cylindrical-coordinate representation of color #AB03C8: hue angle of 291.17º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB03C8 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 3 | 200 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.22 |
| HSL | 291.17º | 0.97% | 0.4% | - |
| HSV(B) | 291.17º | 0.99% | 0.78% | - |
| XYZ | 27.25 | 12.89 | 55.7 | - |
| YUV | 75.69 | 198.16 | 195.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 200 | 0.14 | 0.98 | 0 | 0.22 | 291.17 | 0.97 | 0.4 |
| Hex | AB | 3 | C8 | E | 62 | 0 | 16 | 123 | 61 | 28 |
| Octal | 253 | 3 | 310 | 16 | 142 | 0 | 26 | 443 | 141 | 50 |
| Binary | 10101011 | 11 | 11001000 | 1110 | 1100010 | 0 | 10110 | 100100011 | 1100001 | 101000 |
Color Harmonies of #AB03C8
Complementary color
Monochromatic Colors of #AB03C8
Black with #AB03C8
Text Example
Text Example
White with #AB03C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB03C8; }
p { color: rgb(171,3,200); }
H1.HeaderClassName
{
color: #AB03C8;
}
.AnyTagClassName
{
color: #AB03C8;
}
</style>
background-color css
<style>
a { background-color: #AB03C8; }
a { background-color: rgb(171,3,200); }
div.DivClassName
{
background-color: #AB03C8;
}
.BgClassName
{
background-color: #AB03C8;
}
</style>
border-color css
<style>
span { border-color: #AB03C8; }
span { border-color: rgb(171,3,200); }
td.TdClassName
{
border-color: #AB03C8;
}
.TagClassName
{
border-color: #AB03C8;
}
</style>