Shades of Dark Violet #AB08C8
Tints of Dark Violet #AB08C8
RGB
CMYK
RGB Variations
Color information
#AB08C8 (or 0xAB08C8) is known color: Dark Violet. HEX triplet: AB, 08 and C8. RGB value is (171,8,200). Sum of RGB (Red+Green+Blue) = 171+8+200=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 8 (3.52% from 255 or 2.11% from 379); Blue value is 200 (78.52% from 255 or 52.77% from 379); Max value from RGB is 200 - color contains mainly: blue. Hex color #AB08C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB08C8 is #54F737. Grayscale: #4E4E4E. Windows color (decimal): -5568312 or 13109419. OLE color: 13109419.
HSL color Cylindrical-coordinate representation of color #AB08C8: hue angle of 290.94º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB08C8 is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 8 | 200 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.22 |
| HSL | 290.94º | 0.92% | 0.41% | - |
| HSV(B) | 290.94º | 0.96% | 0.78% | - |
| XYZ | 27.31 | 13 | 55.71 | - |
| YUV | 78.63 | 196.5 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 8 | 200 | 0.14 | 0.96 | 0 | 0.22 | 290.94 | 0.92 | 0.41 |
| Hex | AB | 8 | C8 | E | 60 | 0 | 16 | 123 | 5C | 29 |
| Octal | 253 | 10 | 310 | 16 | 140 | 0 | 26 | 443 | 134 | 51 |
| Binary | 10101011 | 1000 | 11001000 | 1110 | 1100000 | 0 | 10110 | 100100011 | 1011100 | 101001 |
Color Harmonies of #AB08C8
Complementary color
Monochromatic Colors of #AB08C8
Black with #AB08C8
Text Example
Text Example
White with #AB08C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB08C8; }
p { color: rgb(171,8,200); }
H1.HeaderClassName
{
color: #AB08C8;
}
.AnyTagClassName
{
color: #AB08C8;
}
</style>
background-color css
<style>
a { background-color: #AB08C8; }
a { background-color: rgb(171,8,200); }
div.DivClassName
{
background-color: #AB08C8;
}
.BgClassName
{
background-color: #AB08C8;
}
</style>
border-color css
<style>
span { border-color: #AB08C8; }
span { border-color: rgb(171,8,200); }
td.TdClassName
{
border-color: #AB08C8;
}
.TagClassName
{
border-color: #AB08C8;
}
</style>