Shades of Dark Violet #A20ADC
Tints of Dark Violet #A20ADC
RGB
CMYK
RGB Variations
Color information
#A20ADC (or 0xA20ADC) is known color: Dark Violet. HEX triplet: A2, 0A and DC. RGB value is (162,10,220). Sum of RGB (Red+Green+Blue) = 162+10+220=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 10 (4.30% from 255 or 2.55% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #A20ADC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20ADC is #5DF523. Grayscale: #4E4E4E. Windows color (decimal): -6157604 or 14420642. OLE color: 14420642.
HSL color Cylindrical-coordinate representation of color #A20ADC: hue angle of 283.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20ADC is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 10 | 220 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.14 |
| HSL | 283.43º | 0.91% | 0.45% | - |
| HSV(B) | 283.43º | 0.95% | 0.86% | - |
| XYZ | 27.93 | 13.07 | 68.76 | - |
| YUV | 79.39 | 207.36 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 10 | 220 | 0.26 | 0.95 | 0 | 0.14 | 283.43 | 0.91 | 0.45 |
| Hex | A2 | A | DC | 1A | 5F | 0 | E | 11B | 5B | 2D |
| Octal | 242 | 12 | 334 | 32 | 137 | 0 | 16 | 433 | 133 | 55 |
| Binary | 10100010 | 1010 | 11011100 | 11010 | 1011111 | 0 | 1110 | 100011011 | 1011011 | 101101 |
Color Harmonies of #A20ADC
Complementary color
Monochromatic Colors of #A20ADC
Black with #A20ADC
Text Example
Text Example
White with #A20ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20ADC; }
p { color: rgb(162,10,220); }
H1.HeaderClassName
{
color: #A20ADC;
}
.AnyTagClassName
{
color: #A20ADC;
}
</style>
background-color css
<style>
a { background-color: #A20ADC; }
a { background-color: rgb(162,10,220); }
div.DivClassName
{
background-color: #A20ADC;
}
.BgClassName
{
background-color: #A20ADC;
}
</style>
border-color css
<style>
span { border-color: #A20ADC; }
span { border-color: rgb(162,10,220); }
td.TdClassName
{
border-color: #A20ADC;
}
.TagClassName
{
border-color: #A20ADC;
}
</style>