Shades of Dark Violet #A00ACC
Tints of Dark Violet #A00ACC
RGB
CMYK
RGB Variations
Color information
#A00ACC (or 0xA00ACC) is known color: Dark Violet. HEX triplet: A0, 0A and CC. RGB value is (160,10,204). Sum of RGB (Red+Green+Blue) = 160+10+204=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 10 (4.30% from 255 or 2.67% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #A00ACC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00ACC is #5FF533. Grayscale: #4C4C4C. Windows color (decimal): -6288692 or 13372064. OLE color: 13372064.
HSL color Cylindrical-coordinate representation of color #A00ACC: hue angle of 286.39º 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 #A00ACC is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 10 | 204 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.2 |
| HSL | 286.39º | 0.91% | 0.42% | - |
| HSV(B) | 286.39º | 0.95% | 0.8% | - |
| XYZ | 25.5 | 12.05 | 58.11 | - |
| YUV | 76.97 | 199.7 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 204 | 0.22 | 0.95 | 0 | 0.2 | 286.39 | 0.91 | 0.42 |
| Hex | A0 | A | CC | 16 | 5F | 0 | 14 | 11E | 5B | 2A |
| Octal | 240 | 12 | 314 | 26 | 137 | 0 | 24 | 436 | 133 | 52 |
| Binary | 10100000 | 1010 | 11001100 | 10110 | 1011111 | 0 | 10100 | 100011110 | 1011011 | 101010 |
Color Harmonies of #A00ACC
Complementary color
Monochromatic Colors of #A00ACC
Black with #A00ACC
Text Example
Text Example
White with #A00ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00ACC; }
p { color: rgb(160,10,204); }
H1.HeaderClassName
{
color: #A00ACC;
}
.AnyTagClassName
{
color: #A00ACC;
}
</style>
background-color css
<style>
a { background-color: #A00ACC; }
a { background-color: rgb(160,10,204); }
div.DivClassName
{
background-color: #A00ACC;
}
.BgClassName
{
background-color: #A00ACC;
}
</style>
border-color css
<style>
span { border-color: #A00ACC; }
span { border-color: rgb(160,10,204); }
td.TdClassName
{
border-color: #A00ACC;
}
.TagClassName
{
border-color: #A00ACC;
}
</style>