Shades of Dark Violet #A20BDC
Tints of Dark Violet #A20BDC
RGB
CMYK
RGB Variations
Color information
#A20BDC (or 0xA20BDC) is known color: Dark Violet. HEX triplet: A2, 0B and DC. RGB value is (162,11,220). Sum of RGB (Red+Green+Blue) = 162+11+220=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 11 (4.69% from 255 or 2.80% from 393); Blue value is 220 (86.33% from 255 or 55.98% from 393); Max value from RGB is 220 - color contains mainly: blue. Hex color #A20BDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20BDC is #5DF423. Grayscale: #4F4F4F. Windows color (decimal): -6157348 or 14420898. OLE color: 14420898.
HSL color Cylindrical-coordinate representation of color #A20BDC: hue angle of 283.35º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20BDC is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 11 | 220 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.14 |
| HSL | 283.35º | 0.9% | 0.45% | - |
| HSV(B) | 283.35º | 0.95% | 0.86% | - |
| XYZ | 27.94 | 13.09 | 68.76 | - |
| YUV | 79.98 | 207.03 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 11 | 220 | 0.26 | 0.95 | 0 | 0.14 | 283.35 | 0.9 | 0.45 |
| Hex | A2 | B | DC | 1A | 5F | 0 | E | 11B | 5A | 2D |
| Octal | 242 | 13 | 334 | 32 | 137 | 0 | 16 | 433 | 132 | 55 |
| Binary | 10100010 | 1011 | 11011100 | 11010 | 1011111 | 0 | 1110 | 100011011 | 1011010 | 101101 |
Color Harmonies of #A20BDC
Complementary color
Monochromatic Colors of #A20BDC
Black with #A20BDC
Text Example
Text Example
White with #A20BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20BDC; }
p { color: rgb(162,11,220); }
H1.HeaderClassName
{
color: #A20BDC;
}
.AnyTagClassName
{
color: #A20BDC;
}
</style>
background-color css
<style>
a { background-color: #A20BDC; }
a { background-color: rgb(162,11,220); }
div.DivClassName
{
background-color: #A20BDC;
}
.BgClassName
{
background-color: #A20BDC;
}
</style>
border-color css
<style>
span { border-color: #A20BDC; }
span { border-color: rgb(162,11,220); }
td.TdClassName
{
border-color: #A20BDC;
}
.TagClassName
{
border-color: #A20BDC;
}
</style>