Shades of Dark Violet #A20AD6
Tints of Dark Violet #A20AD6
RGB
CMYK
RGB Variations
Color information
#A20AD6 (or 0xA20AD6) is known color: Dark Violet. HEX triplet: A2, 0A and D6. RGB value is (162,10,214). Sum of RGB (Red+Green+Blue) = 162+10+214=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 10 (4.30% from 255 or 2.59% from 386); Blue value is 214 (83.98% from 255 or 55.44% from 386); Max value from RGB is 214 - color contains mainly: blue. Hex color #A20AD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20AD6 is #5DF529. Grayscale: #4E4E4E. Windows color (decimal): -6157610 or 14027426. OLE color: 14027426.
HSL color Cylindrical-coordinate representation of color #A20AD6: hue angle of 284.71º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20AD6 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 10 | 214 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.16 |
| HSL | 284.71º | 0.91% | 0.44% | - |
| HSV(B) | 284.71º | 0.95% | 0.84% | - |
| XYZ | 27.15 | 12.75 | 64.65 | - |
| YUV | 78.7 | 204.36 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 10 | 214 | 0.24 | 0.95 | 0 | 0.16 | 284.71 | 0.91 | 0.44 |
| Hex | A2 | A | D6 | 18 | 5F | 0 | 10 | 11D | 5B | 2C |
| Octal | 242 | 12 | 326 | 30 | 137 | 0 | 20 | 435 | 133 | 54 |
| Binary | 10100010 | 1010 | 11010110 | 11000 | 1011111 | 0 | 10000 | 100011101 | 1011011 | 101100 |
Color Harmonies of #A20AD6
Complementary color
Monochromatic Colors of #A20AD6
Black with #A20AD6
Text Example
Text Example
White with #A20AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20AD6; }
p { color: rgb(162,10,214); }
H1.HeaderClassName
{
color: #A20AD6;
}
.AnyTagClassName
{
color: #A20AD6;
}
</style>
background-color css
<style>
a { background-color: #A20AD6; }
a { background-color: rgb(162,10,214); }
div.DivClassName
{
background-color: #A20AD6;
}
.BgClassName
{
background-color: #A20AD6;
}
</style>
border-color css
<style>
span { border-color: #A20AD6; }
span { border-color: rgb(162,10,214); }
td.TdClassName
{
border-color: #A20AD6;
}
.TagClassName
{
border-color: #A20AD6;
}
</style>