Shades of Dark Violet #A00AC0
Tints of Dark Violet #A00AC0
RGB
CMYK
RGB Variations
Color information
#A00AC0 (or 0xA00AC0) is known color: Dark Violet. HEX triplet: A0, 0A and C0. RGB value is (160,10,192). Sum of RGB (Red+Green+Blue) = 160+10+192=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 10 (4.30% from 255 or 2.76% from 362); Blue value is 192 (75.39% from 255 or 53.04% from 362); Max value from RGB is 192 - color contains mainly: blue. Hex color #A00AC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00AC0 is #5FF53F. Grayscale: #4B4B4B. Windows color (decimal): -6288704 or 12585632. OLE color: 12585632.
HSL color Cylindrical-coordinate representation of color #A00AC0: hue angle of 289.45º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00AC0 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 10 | 192 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.25 |
| HSL | 289.45º | 0.9% | 0.4% | - |
| HSV(B) | 289.45º | 0.95% | 0.75% | - |
| XYZ | 24.12 | 11.5 | 50.82 | - |
| YUV | 75.6 | 193.7 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 192 | 0.17 | 0.95 | 0 | 0.25 | 289.45 | 0.9 | 0.4 |
| Hex | A0 | A | C0 | 11 | 5F | 0 | 19 | 121 | 5A | 28 |
| Octal | 240 | 12 | 300 | 21 | 137 | 0 | 31 | 441 | 132 | 50 |
| Binary | 10100000 | 1010 | 11000000 | 10001 | 1011111 | 0 | 11001 | 100100001 | 1011010 | 101000 |
Color Harmonies of #A00AC0
Complementary color
Monochromatic Colors of #A00AC0
Black with #A00AC0
Text Example
Text Example
White with #A00AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00AC0; }
p { color: rgb(160,10,192); }
H1.HeaderClassName
{
color: #A00AC0;
}
.AnyTagClassName
{
color: #A00AC0;
}
</style>
background-color css
<style>
a { background-color: #A00AC0; }
a { background-color: rgb(160,10,192); }
div.DivClassName
{
background-color: #A00AC0;
}
.BgClassName
{
background-color: #A00AC0;
}
</style>
border-color css
<style>
span { border-color: #A00AC0; }
span { border-color: rgb(160,10,192); }
td.TdClassName
{
border-color: #A00AC0;
}
.TagClassName
{
border-color: #A00AC0;
}
</style>