Shades of Dark Violet #A20BD6
Tints of Dark Violet #A20BD6
RGB
CMYK
RGB Variations
Color information
#A20BD6 (or 0xA20BD6) is known color: Dark Violet. HEX triplet: A2, 0B and D6. RGB value is (162,11,214). Sum of RGB (Red+Green+Blue) = 162+11+214=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 11 (4.69% from 255 or 2.84% from 387); Blue value is 214 (83.98% from 255 or 55.30% from 387); Max value from RGB is 214 - color contains mainly: blue. Hex color #A20BD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20BD6 is #5DF429. Grayscale: #4E4E4E. Windows color (decimal): -6157354 or 14027682. OLE color: 14027682.
HSL color Cylindrical-coordinate representation of color #A20BD6: hue angle of 284.63º degrees, saturation: 0.9, 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 #A20BD6 is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 11 | 214 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.16 |
| HSL | 284.63º | 0.9% | 0.44% | - |
| HSV(B) | 284.63º | 0.95% | 0.84% | - |
| XYZ | 27.16 | 12.78 | 64.65 | - |
| YUV | 79.29 | 204.03 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 11 | 214 | 0.24 | 0.95 | 0 | 0.16 | 284.63 | 0.9 | 0.44 |
| Hex | A2 | B | D6 | 18 | 5F | 0 | 10 | 11D | 5A | 2C |
| Octal | 242 | 13 | 326 | 30 | 137 | 0 | 20 | 435 | 132 | 54 |
| Binary | 10100010 | 1011 | 11010110 | 11000 | 1011111 | 0 | 10000 | 100011101 | 1011010 | 101100 |
Color Harmonies of #A20BD6
Complementary color
Monochromatic Colors of #A20BD6
Black with #A20BD6
Text Example
Text Example
White with #A20BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20BD6; }
p { color: rgb(162,11,214); }
H1.HeaderClassName
{
color: #A20BD6;
}
.AnyTagClassName
{
color: #A20BD6;
}
</style>
background-color css
<style>
a { background-color: #A20BD6; }
a { background-color: rgb(162,11,214); }
div.DivClassName
{
background-color: #A20BD6;
}
.BgClassName
{
background-color: #A20BD6;
}
</style>
border-color css
<style>
span { border-color: #A20BD6; }
span { border-color: rgb(162,11,214); }
td.TdClassName
{
border-color: #A20BD6;
}
.TagClassName
{
border-color: #A20BD6;
}
</style>