Shades of Dark Violet #A20CCC
Tints of Dark Violet #A20CCC
RGB
CMYK
RGB Variations
Color information
#A20CCC (or 0xA20CCC) is known color: Dark Violet. HEX triplet: A2, 0C and CC. RGB value is (162,12,204). Sum of RGB (Red+Green+Blue) = 162+12+204=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 12 (5.08% from 255 or 3.17% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #A20CCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20CCC is #5DF333. Grayscale: #4E4E4E. Windows color (decimal): -6157108 or 13372578. OLE color: 13372578.
HSL color Cylindrical-coordinate representation of color #A20CCC: hue angle of 286.88º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20CCC is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 12 | 204 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.2 |
| HSL | 286.88º | 0.89% | 0.42% | - |
| HSV(B) | 286.88º | 0.94% | 0.8% | - |
| XYZ | 25.93 | 12.3 | 58.13 | - |
| YUV | 78.74 | 198.7 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 12 | 204 | 0.21 | 0.94 | 0 | 0.2 | 286.88 | 0.89 | 0.42 |
| Hex | A2 | C | CC | 15 | 5E | 0 | 14 | 11F | 59 | 2A |
| Octal | 242 | 14 | 314 | 25 | 136 | 0 | 24 | 437 | 131 | 52 |
| Binary | 10100010 | 1100 | 11001100 | 10101 | 1011110 | 0 | 10100 | 100011111 | 1011001 | 101010 |
Color Harmonies of #A20CCC
Complementary color
Monochromatic Colors of #A20CCC
Black with #A20CCC
Text Example
Text Example
White with #A20CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20CCC; }
p { color: rgb(162,12,204); }
H1.HeaderClassName
{
color: #A20CCC;
}
.AnyTagClassName
{
color: #A20CCC;
}
</style>
background-color css
<style>
a { background-color: #A20CCC; }
a { background-color: rgb(162,12,204); }
div.DivClassName
{
background-color: #A20CCC;
}
.BgClassName
{
background-color: #A20CCC;
}
</style>
border-color css
<style>
span { border-color: #A20CCC; }
span { border-color: rgb(162,12,204); }
td.TdClassName
{
border-color: #A20CCC;
}
.TagClassName
{
border-color: #A20CCC;
}
</style>