Shades of Dark Violet #A20DC5
Tints of Dark Violet #A20DC5
RGB
CMYK
RGB Variations
Color information
#A20DC5 (or 0xA20DC5) is known color: Dark Violet. HEX triplet: A2, 0D and C5. RGB value is (162,13,197). Sum of RGB (Red+Green+Blue) = 162+13+197=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 13 (5.47% from 255 or 3.49% from 372); Blue value is 197 (77.34% from 255 or 52.96% from 372); Max value from RGB is 197 - color contains mainly: blue. Hex color #A20DC5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20DC5 is #5DF23A. Grayscale: #4D4D4D. Windows color (decimal): -6156859 or 12914082. OLE color: 12914082.
HSL color Cylindrical-coordinate representation of color #A20DC5: hue angle of 288.59º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20DC5 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 13 | 197 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.23 |
| HSL | 288.59º | 0.88% | 0.41% | - |
| HSV(B) | 288.59º | 0.93% | 0.77% | - |
| XYZ | 25.12 | 12 | 53.82 | - |
| YUV | 78.53 | 194.86 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 13 | 197 | 0.18 | 0.93 | 0 | 0.23 | 288.59 | 0.88 | 0.41 |
| Hex | A2 | D | C5 | 12 | 5D | 0 | 17 | 121 | 58 | 29 |
| Octal | 242 | 15 | 305 | 22 | 135 | 0 | 27 | 441 | 130 | 51 |
| Binary | 10100010 | 1101 | 11000101 | 10010 | 1011101 | 0 | 10111 | 100100001 | 1011000 | 101001 |
Color Harmonies of #A20DC5
Complementary color
Monochromatic Colors of #A20DC5
Black with #A20DC5
Text Example
Text Example
White with #A20DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20DC5; }
p { color: rgb(162,13,197); }
H1.HeaderClassName
{
color: #A20DC5;
}
.AnyTagClassName
{
color: #A20DC5;
}
</style>
background-color css
<style>
a { background-color: #A20DC5; }
a { background-color: rgb(162,13,197); }
div.DivClassName
{
background-color: #A20DC5;
}
.BgClassName
{
background-color: #A20DC5;
}
</style>
border-color css
<style>
span { border-color: #A20DC5; }
span { border-color: rgb(162,13,197); }
td.TdClassName
{
border-color: #A20DC5;
}
.TagClassName
{
border-color: #A20DC5;
}
</style>