Shades of Dark Violet #A20ACC
Tints of Dark Violet #A20ACC
RGB
CMYK
RGB Variations
Color information
#A20ACC (or 0xA20ACC) is known color: Dark Violet. HEX triplet: A2, 0A and CC. RGB value is (162,10,204). Sum of RGB (Red+Green+Blue) = 162+10+204=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 10 (4.30% from 255 or 2.66% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #A20ACC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20ACC is #5DF533. Grayscale: #4C4C4C. Windows color (decimal): -6157620 or 13372066. OLE color: 13372066.
HSL color Cylindrical-coordinate representation of color #A20ACC: hue angle of 287.01º 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 #A20ACC is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 10 | 204 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.2 |
| HSL | 287.01º | 0.91% | 0.42% | - |
| HSV(B) | 287.01º | 0.95% | 0.8% | - |
| XYZ | 25.91 | 12.26 | 58.13 | - |
| YUV | 77.56 | 199.36 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 10 | 204 | 0.21 | 0.95 | 0 | 0.2 | 287.01 | 0.91 | 0.42 |
| Hex | A2 | A | CC | 15 | 5F | 0 | 14 | 11F | 5B | 2A |
| Octal | 242 | 12 | 314 | 25 | 137 | 0 | 24 | 437 | 133 | 52 |
| Binary | 10100010 | 1010 | 11001100 | 10101 | 1011111 | 0 | 10100 | 100011111 | 1011011 | 101010 |
Color Harmonies of #A20ACC
Complementary color
Monochromatic Colors of #A20ACC
Black with #A20ACC
Text Example
Text Example
White with #A20ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20ACC; }
p { color: rgb(162,10,204); }
H1.HeaderClassName
{
color: #A20ACC;
}
.AnyTagClassName
{
color: #A20ACC;
}
</style>
background-color css
<style>
a { background-color: #A20ACC; }
a { background-color: rgb(162,10,204); }
div.DivClassName
{
background-color: #A20ACC;
}
.BgClassName
{
background-color: #A20ACC;
}
</style>
border-color css
<style>
span { border-color: #A20ACC; }
span { border-color: rgb(162,10,204); }
td.TdClassName
{
border-color: #A20ACC;
}
.TagClassName
{
border-color: #A20ACC;
}
</style>