Shades of Dark Violet #A20CDE
Tints of Dark Violet #A20CDE
RGB
CMYK
RGB Variations
Color information
#A20CDE (or 0xA20CDE) is known color: Dark Violet. HEX triplet: A2, 0C and DE. RGB value is (162,12,222). Sum of RGB (Red+Green+Blue) = 162+12+222=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 12 (5.08% from 255 or 3.03% from 396); Blue value is 222 (87.11% from 255 or 56.06% from 396); Max value from RGB is 222 - color contains mainly: blue. Hex color #A20CDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20CDE is #5DF321. Grayscale: #505050. Windows color (decimal): -6157090 or 14552226. OLE color: 14552226.
HSL color Cylindrical-coordinate representation of color #A20CDE: hue angle of 282.86º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20CDE is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 12 | 222 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.13 |
| HSL | 282.86º | 0.9% | 0.46% | - |
| HSV(B) | 282.86º | 0.95% | 0.87% | - |
| XYZ | 28.22 | 13.22 | 70.17 | - |
| YUV | 80.79 | 207.7 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 12 | 222 | 0.27 | 0.95 | 0 | 0.13 | 282.86 | 0.9 | 0.46 |
| Hex | A2 | C | DE | 1B | 5F | 0 | D | 11B | 5A | 2E |
| Octal | 242 | 14 | 336 | 33 | 137 | 0 | 15 | 433 | 132 | 56 |
| Binary | 10100010 | 1100 | 11011110 | 11011 | 1011111 | 0 | 1101 | 100011011 | 1011010 | 101110 |
Color Harmonies of #A20CDE
Complementary color
Monochromatic Colors of #A20CDE
Black with #A20CDE
Text Example
Text Example
White with #A20CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20CDE; }
p { color: rgb(162,12,222); }
H1.HeaderClassName
{
color: #A20CDE;
}
.AnyTagClassName
{
color: #A20CDE;
}
</style>
background-color css
<style>
a { background-color: #A20CDE; }
a { background-color: rgb(162,12,222); }
div.DivClassName
{
background-color: #A20CDE;
}
.BgClassName
{
background-color: #A20CDE;
}
</style>
border-color css
<style>
span { border-color: #A20CDE; }
span { border-color: rgb(162,12,222); }
td.TdClassName
{
border-color: #A20CDE;
}
.TagClassName
{
border-color: #A20CDE;
}
</style>