Shades of Dark Violet #A20CC8
Tints of Dark Violet #A20CC8
RGB
CMYK
RGB Variations
Color information
#A20CC8 (or 0xA20CC8) is known color: Dark Violet. HEX triplet: A2, 0C and C8. RGB value is (162,12,200). Sum of RGB (Red+Green+Blue) = 162+12+200=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 12 (5.08% from 255 or 3.21% from 374); Blue value is 200 (78.52% from 255 or 53.48% from 374); Max value from RGB is 200 - color contains mainly: blue. Hex color #A20CC8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20CC8 is #5DF337. Grayscale: #4D4D4D. Windows color (decimal): -6157112 or 13110434. OLE color: 13110434.
HSL color Cylindrical-coordinate representation of color #A20CC8: hue angle of 287.87º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20CC8 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 12 | 200 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.22 |
| HSL | 287.87º | 0.89% | 0.42% | - |
| HSV(B) | 287.87º | 0.94% | 0.78% | - |
| XYZ | 25.46 | 12.11 | 55.64 | - |
| YUV | 78.28 | 196.7 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 12 | 200 | 0.19 | 0.94 | 0 | 0.22 | 287.87 | 0.89 | 0.42 |
| Hex | A2 | C | C8 | 13 | 5E | 0 | 16 | 120 | 59 | 2A |
| Octal | 242 | 14 | 310 | 23 | 136 | 0 | 26 | 440 | 131 | 52 |
| Binary | 10100010 | 1100 | 11001000 | 10011 | 1011110 | 0 | 10110 | 100100000 | 1011001 | 101010 |
Color Harmonies of #A20CC8
Complementary color
Monochromatic Colors of #A20CC8
Black with #A20CC8
Text Example
Text Example
White with #A20CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20CC8; }
p { color: rgb(162,12,200); }
H1.HeaderClassName
{
color: #A20CC8;
}
.AnyTagClassName
{
color: #A20CC8;
}
</style>
background-color css
<style>
a { background-color: #A20CC8; }
a { background-color: rgb(162,12,200); }
div.DivClassName
{
background-color: #A20CC8;
}
.BgClassName
{
background-color: #A20CC8;
}
</style>
border-color css
<style>
span { border-color: #A20CC8; }
span { border-color: rgb(162,12,200); }
td.TdClassName
{
border-color: #A20CC8;
}
.TagClassName
{
border-color: #A20CC8;
}
</style>