Shades of Dark Violet #A20CCA
Tints of Dark Violet #A20CCA
RGB
CMYK
RGB Variations
Color information
#A20CCA (or 0xA20CCA) is known color: Dark Violet. HEX triplet: A2, 0C and CA. RGB value is (162,12,202). Sum of RGB (Red+Green+Blue) = 162+12+202=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 12 (5.08% from 255 or 3.19% from 376); Blue value is 202 (79.30% from 255 or 53.72% from 376); Max value from RGB is 202 - color contains mainly: blue. Hex color #A20CCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20CCA is #5DF335. Grayscale: #4D4D4D. Windows color (decimal): -6157110 or 13241506. OLE color: 13241506.
HSL color Cylindrical-coordinate representation of color #A20CCA: hue angle of 287.37º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20CCA is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 12 | 202 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.21 |
| HSL | 287.37º | 0.89% | 0.42% | - |
| HSV(B) | 287.37º | 0.94% | 0.79% | - |
| XYZ | 25.69 | 12.21 | 56.88 | - |
| YUV | 78.51 | 197.7 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 12 | 202 | 0.20 | 0.94 | 0 | 0.21 | 287.37 | 0.89 | 0.42 |
| Hex | A2 | C | CA | 14 | 5E | 0 | 15 | 11F | 59 | 2A |
| Octal | 242 | 14 | 312 | 24 | 136 | 0 | 25 | 437 | 131 | 52 |
| Binary | 10100010 | 1100 | 11001010 | 10100 | 1011110 | 0 | 10101 | 100011111 | 1011001 | 101010 |
Color Harmonies of #A20CCA
Complementary color
Monochromatic Colors of #A20CCA
Black with #A20CCA
Text Example
Text Example
White with #A20CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20CCA; }
p { color: rgb(162,12,202); }
H1.HeaderClassName
{
color: #A20CCA;
}
.AnyTagClassName
{
color: #A20CCA;
}
</style>
background-color css
<style>
a { background-color: #A20CCA; }
a { background-color: rgb(162,12,202); }
div.DivClassName
{
background-color: #A20CCA;
}
.BgClassName
{
background-color: #A20CCA;
}
</style>
border-color css
<style>
span { border-color: #A20CCA; }
span { border-color: rgb(162,12,202); }
td.TdClassName
{
border-color: #A20CCA;
}
.TagClassName
{
border-color: #A20CCA;
}
</style>