Shades of Dark Violet #AB0ACB
Tints of Dark Violet #AB0ACB
RGB
CMYK
RGB Variations
Color information
#AB0ACB (or 0xAB0ACB) is known color: Dark Violet. HEX triplet: AB, 0A and CB. RGB value is (171,10,203). Sum of RGB (Red+Green+Blue) = 171+10+203=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 10 (4.30% from 255 or 2.60% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB0ACB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0ACB is #54F534. Grayscale: #4F4F4F. Windows color (decimal): -5567797 or 13306539. OLE color: 13306539.
HSL color Cylindrical-coordinate representation of color #AB0ACB: hue angle of 290.05º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0ACB is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 10 | 203 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.20 |
| HSL | 290.05º | 0.91% | 0.42% | - |
| HSV(B) | 290.05º | 0.95% | 0.8% | - |
| XYZ | 27.68 | 13.19 | 57.59 | - |
| YUV | 80.14 | 197.34 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 10 | 203 | 0.16 | 0.95 | 0 | 0.20 | 290.05 | 0.91 | 0.42 |
| Hex | AB | A | CB | 10 | 5F | 0 | 14 | 122 | 5B | 2A |
| Octal | 253 | 12 | 313 | 20 | 137 | 0 | 24 | 442 | 133 | 52 |
| Binary | 10101011 | 1010 | 11001011 | 10000 | 1011111 | 0 | 10100 | 100100010 | 1011011 | 101010 |
Color Harmonies of #AB0ACB
Complementary color
Monochromatic Colors of #AB0ACB
Black with #AB0ACB
Text Example
Text Example
White with #AB0ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0ACB; }
p { color: rgb(171,10,203); }
H1.HeaderClassName
{
color: #AB0ACB;
}
.AnyTagClassName
{
color: #AB0ACB;
}
</style>
background-color css
<style>
a { background-color: #AB0ACB; }
a { background-color: rgb(171,10,203); }
div.DivClassName
{
background-color: #AB0ACB;
}
.BgClassName
{
background-color: #AB0ACB;
}
</style>
border-color css
<style>
span { border-color: #AB0ACB; }
span { border-color: rgb(171,10,203); }
td.TdClassName
{
border-color: #AB0ACB;
}
.TagClassName
{
border-color: #AB0ACB;
}
</style>