Shades of Dark Violet #A20ACE
Tints of Dark Violet #A20ACE
RGB
CMYK
RGB Variations
Color information
#A20ACE (or 0xA20ACE) is known color: Dark Violet. HEX triplet: A2, 0A and CE. RGB value is (162,10,206). Sum of RGB (Red+Green+Blue) = 162+10+206=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 10 (4.30% from 255 or 2.65% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #A20ACE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20ACE is #5DF531. Grayscale: #4D4D4D. Windows color (decimal): -6157618 or 13503138. OLE color: 13503138.
HSL color Cylindrical-coordinate representation of color #A20ACE: hue angle of 286.53º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20ACE is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 10 | 206 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.19 |
| HSL | 286.53º | 0.91% | 0.42% | - |
| HSV(B) | 286.53º | 0.95% | 0.81% | - |
| XYZ | 26.15 | 12.35 | 59.4 | - |
| YUV | 77.79 | 200.36 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 10 | 206 | 0.21 | 0.95 | 0 | 0.19 | 286.53 | 0.91 | 0.42 |
| Hex | A2 | A | CE | 15 | 5F | 0 | 13 | 11F | 5B | 2A |
| Octal | 242 | 12 | 316 | 25 | 137 | 0 | 23 | 437 | 133 | 52 |
| Binary | 10100010 | 1010 | 11001110 | 10101 | 1011111 | 0 | 10011 | 100011111 | 1011011 | 101010 |
Color Harmonies of #A20ACE
Complementary color
Monochromatic Colors of #A20ACE
Black with #A20ACE
Text Example
Text Example
White with #A20ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20ACE; }
p { color: rgb(162,10,206); }
H1.HeaderClassName
{
color: #A20ACE;
}
.AnyTagClassName
{
color: #A20ACE;
}
</style>
background-color css
<style>
a { background-color: #A20ACE; }
a { background-color: rgb(162,10,206); }
div.DivClassName
{
background-color: #A20ACE;
}
.BgClassName
{
background-color: #A20ACE;
}
</style>
border-color css
<style>
span { border-color: #A20ACE; }
span { border-color: rgb(162,10,206); }
td.TdClassName
{
border-color: #A20ACE;
}
.TagClassName
{
border-color: #A20ACE;
}
</style>