Shades of Dark Violet #A20DDA
Tints of Dark Violet #A20DDA
RGB
CMYK
RGB Variations
Color information
#A20DDA (or 0xA20DDA) is known color: Dark Violet. HEX triplet: A2, 0D and DA. RGB value is (162,13,218). Sum of RGB (Red+Green+Blue) = 162+13+218=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 13 (5.47% from 255 or 3.31% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #A20DDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20DDA is #5DF225. Grayscale: #505050. Windows color (decimal): -6156838 or 14290338. OLE color: 14290338.
HSL color Cylindrical-coordinate representation of color #A20DDA: hue angle of 283.61º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20DDA is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 13 | 218 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.15 |
| HSL | 283.61º | 0.89% | 0.45% | - |
| HSV(B) | 283.61º | 0.94% | 0.85% | - |
| XYZ | 27.7 | 13.03 | 67.39 | - |
| YUV | 80.92 | 205.36 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 13 | 218 | 0.26 | 0.94 | 0 | 0.15 | 283.61 | 0.89 | 0.45 |
| Hex | A2 | D | DA | 1A | 5E | 0 | F | 11C | 59 | 2D |
| Octal | 242 | 15 | 332 | 32 | 136 | 0 | 17 | 434 | 131 | 55 |
| Binary | 10100010 | 1101 | 11011010 | 11010 | 1011110 | 0 | 1111 | 100011100 | 1011001 | 101101 |
Color Harmonies of #A20DDA
Complementary color
Monochromatic Colors of #A20DDA
Black with #A20DDA
Text Example
Text Example
White with #A20DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20DDA; }
p { color: rgb(162,13,218); }
H1.HeaderClassName
{
color: #A20DDA;
}
.AnyTagClassName
{
color: #A20DDA;
}
</style>
background-color css
<style>
a { background-color: #A20DDA; }
a { background-color: rgb(162,13,218); }
div.DivClassName
{
background-color: #A20DDA;
}
.BgClassName
{
background-color: #A20DDA;
}
</style>
border-color css
<style>
span { border-color: #A20DDA; }
span { border-color: rgb(162,13,218); }
td.TdClassName
{
border-color: #A20DDA;
}
.TagClassName
{
border-color: #A20DDA;
}
</style>