Shades of Dark Violet #AB0ACC
Tints of Dark Violet #AB0ACC
RGB
CMYK
RGB Variations
Color information
#AB0ACC (or 0xAB0ACC) is known color: Dark Violet. HEX triplet: AB, 0A and CC. RGB value is (171,10,204). Sum of RGB (Red+Green+Blue) = 171+10+204=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 10 (4.30% from 255 or 2.60% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB0ACC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0ACC is #54F533. Grayscale: #4F4F4F. Windows color (decimal): -5567796 or 13372075. OLE color: 13372075.
HSL color Cylindrical-coordinate representation of color #AB0ACC: hue angle of 289.79º 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 #AB0ACC is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 10 | 204 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.2 |
| HSL | 289.79º | 0.91% | 0.42% | - |
| HSV(B) | 289.79º | 0.95% | 0.8% | - |
| XYZ | 27.8 | 13.23 | 58.22 | - |
| YUV | 80.26 | 197.84 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 10 | 204 | 0.16 | 0.95 | 0 | 0.2 | 289.79 | 0.91 | 0.42 |
| Hex | AB | A | CC | 10 | 5F | 0 | 14 | 122 | 5B | 2A |
| Octal | 253 | 12 | 314 | 20 | 137 | 0 | 24 | 442 | 133 | 52 |
| Binary | 10101011 | 1010 | 11001100 | 10000 | 1011111 | 0 | 10100 | 100100010 | 1011011 | 101010 |
Color Harmonies of #AB0ACC
Complementary color
Monochromatic Colors of #AB0ACC
Black with #AB0ACC
Text Example
Text Example
White with #AB0ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0ACC; }
p { color: rgb(171,10,204); }
H1.HeaderClassName
{
color: #AB0ACC;
}
.AnyTagClassName
{
color: #AB0ACC;
}
</style>
background-color css
<style>
a { background-color: #AB0ACC; }
a { background-color: rgb(171,10,204); }
div.DivClassName
{
background-color: #AB0ACC;
}
.BgClassName
{
background-color: #AB0ACC;
}
</style>
border-color css
<style>
span { border-color: #AB0ACC; }
span { border-color: rgb(171,10,204); }
td.TdClassName
{
border-color: #AB0ACC;
}
.TagClassName
{
border-color: #AB0ACC;
}
</style>