Shades of Dark Violet #A20DCD
Tints of Dark Violet #A20DCD
RGB
CMYK
RGB Variations
Color information
#A20DCD (or 0xA20DCD) is known color: Dark Violet. HEX triplet: A2, 0D and CD. RGB value is (162,13,205). Sum of RGB (Red+Green+Blue) = 162+13+205=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 13 (5.47% from 255 or 3.42% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #A20DCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20DCD is #5DF232. Grayscale: #4E4E4E. Windows color (decimal): -6156851 or 13438370. OLE color: 13438370.
HSL color Cylindrical-coordinate representation of color #A20DCD: hue angle of 286.56º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20DCD is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 13 | 205 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.20 |
| HSL | 286.56º | 0.88% | 0.43% | - |
| HSV(B) | 286.56º | 0.94% | 0.8% | - |
| XYZ | 26.06 | 12.38 | 58.77 | - |
| YUV | 79.44 | 198.86 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 13 | 205 | 0.21 | 0.94 | 0 | 0.20 | 286.56 | 0.88 | 0.43 |
| Hex | A2 | D | CD | 15 | 5E | 0 | 14 | 11F | 58 | 2B |
| Octal | 242 | 15 | 315 | 25 | 136 | 0 | 24 | 437 | 130 | 53 |
| Binary | 10100010 | 1101 | 11001101 | 10101 | 1011110 | 0 | 10100 | 100011111 | 1011000 | 101011 |
Color Harmonies of #A20DCD
Complementary color
Monochromatic Colors of #A20DCD
Black with #A20DCD
Text Example
Text Example
White with #A20DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20DCD; }
p { color: rgb(162,13,205); }
H1.HeaderClassName
{
color: #A20DCD;
}
.AnyTagClassName
{
color: #A20DCD;
}
</style>
background-color css
<style>
a { background-color: #A20DCD; }
a { background-color: rgb(162,13,205); }
div.DivClassName
{
background-color: #A20DCD;
}
.BgClassName
{
background-color: #A20DCD;
}
</style>
border-color css
<style>
span { border-color: #A20DCD; }
span { border-color: rgb(162,13,205); }
td.TdClassName
{
border-color: #A20DCD;
}
.TagClassName
{
border-color: #A20DCD;
}
</style>