Shades of Dark Violet #A20BD9
Tints of Dark Violet #A20BD9
RGB
CMYK
RGB Variations
Color information
#A20BD9 (or 0xA20BD9) is known color: Dark Violet. HEX triplet: A2, 0B and D9. RGB value is (162,11,217). Sum of RGB (Red+Green+Blue) = 162+11+217=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 11 (4.69% from 255 or 2.82% from 390); Blue value is 217 (85.16% from 255 or 55.64% from 390); Max value from RGB is 217 - color contains mainly: blue. Hex color #A20BD9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20BD9 is #5DF426. Grayscale: #4E4E4E. Windows color (decimal): -6157351 or 14224290. OLE color: 14224290.
HSL color Cylindrical-coordinate representation of color #A20BD9: hue angle of 283.98º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20BD9 is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 11 | 217 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.15 |
| HSL | 283.98º | 0.9% | 0.45% | - |
| HSV(B) | 283.98º | 0.95% | 0.85% | - |
| XYZ | 27.54 | 12.93 | 66.69 | - |
| YUV | 79.63 | 205.53 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 11 | 217 | 0.25 | 0.95 | 0 | 0.15 | 283.98 | 0.9 | 0.45 |
| Hex | A2 | B | D9 | 19 | 5F | 0 | F | 11C | 5A | 2D |
| Octal | 242 | 13 | 331 | 31 | 137 | 0 | 17 | 434 | 132 | 55 |
| Binary | 10100010 | 1011 | 11011001 | 11001 | 1011111 | 0 | 1111 | 100011100 | 1011010 | 101101 |
Color Harmonies of #A20BD9
Complementary color
Monochromatic Colors of #A20BD9
Black with #A20BD9
Text Example
Text Example
White with #A20BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20BD9; }
p { color: rgb(162,11,217); }
H1.HeaderClassName
{
color: #A20BD9;
}
.AnyTagClassName
{
color: #A20BD9;
}
</style>
background-color css
<style>
a { background-color: #A20BD9; }
a { background-color: rgb(162,11,217); }
div.DivClassName
{
background-color: #A20BD9;
}
.BgClassName
{
background-color: #A20BD9;
}
</style>
border-color css
<style>
span { border-color: #A20BD9; }
span { border-color: rgb(162,11,217); }
td.TdClassName
{
border-color: #A20BD9;
}
.TagClassName
{
border-color: #A20BD9;
}
</style>