Shades of Dark Violet #A20CD4
Tints of Dark Violet #A20CD4
RGB
CMYK
RGB Variations
Color information
#A20CD4 (or 0xA20CD4) is known color: Dark Violet. HEX triplet: A2, 0C and D4. RGB value is (162,12,212). Sum of RGB (Red+Green+Blue) = 162+12+212=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 12 (5.08% from 255 or 3.11% from 386); Blue value is 212 (83.20% from 255 or 54.92% from 386); Max value from RGB is 212 - color contains mainly: blue. Hex color #A20CD4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20CD4 is #5DF32B. Grayscale: #4F4F4F. Windows color (decimal): -6157100 or 13896866. OLE color: 13896866.
HSL color Cylindrical-coordinate representation of color #A20CD4: hue angle of 285º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20CD4 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 12 | 212 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.17 |
| HSL | 285º | 0.89% | 0.44% | - |
| HSV(B) | 285º | 0.94% | 0.83% | - |
| XYZ | 26.92 | 12.7 | 63.32 | - |
| YUV | 79.65 | 202.7 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 12 | 212 | 0.24 | 0.94 | 0 | 0.17 | 285 | 0.89 | 0.44 |
| Hex | A2 | C | D4 | 18 | 5E | 0 | 11 | 11D | 59 | 2C |
| Octal | 242 | 14 | 324 | 30 | 136 | 0 | 21 | 435 | 131 | 54 |
| Binary | 10100010 | 1100 | 11010100 | 11000 | 1011110 | 0 | 10001 | 100011101 | 1011001 | 101100 |
Color Harmonies of #A20CD4
Complementary color
Monochromatic Colors of #A20CD4
Black with #A20CD4
Text Example
Text Example
White with #A20CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20CD4; }
p { color: rgb(162,12,212); }
H1.HeaderClassName
{
color: #A20CD4;
}
.AnyTagClassName
{
color: #A20CD4;
}
</style>
background-color css
<style>
a { background-color: #A20CD4; }
a { background-color: rgb(162,12,212); }
div.DivClassName
{
background-color: #A20CD4;
}
.BgClassName
{
background-color: #A20CD4;
}
</style>
border-color css
<style>
span { border-color: #A20CD4; }
span { border-color: rgb(162,12,212); }
td.TdClassName
{
border-color: #A20CD4;
}
.TagClassName
{
border-color: #A20CD4;
}
</style>