Shades of Dark Violet #A20AB6
Tints of Dark Violet #A20AB6
RGB
CMYK
RGB Variations
Color information
#A20AB6 (or 0xA20AB6) is known color: Dark Violet. HEX triplet: A2, 0A and B6. RGB value is (162,10,182). Sum of RGB (Red+Green+Blue) = 162+10+182=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 182 (71.48% from 255 or 51.41% from 354); Max value from RGB is 182 - color contains mainly: blue. Hex color #A20AB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20AB6 is #5DF549. Grayscale: #4A4A4A. Windows color (decimal): -6157642 or 11930274. OLE color: 11930274.
HSL color Cylindrical-coordinate representation of color #A20AB6: hue angle of 293.02º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20AB6 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 10 | 182 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.29 |
| HSL | 293.02º | 0.9% | 0.38% | - |
| HSV(B) | 293.02º | 0.95% | 0.71% | - |
| XYZ | 23.45 | 11.28 | 45.2 | - |
| YUV | 75.06 | 188.36 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 10 | 182 | 0.11 | 0.95 | 0 | 0.29 | 293.02 | 0.9 | 0.38 |
| Hex | A2 | A | B6 | B | 5F | 0 | 1D | 125 | 5A | 26 |
| Octal | 242 | 12 | 266 | 13 | 137 | 0 | 35 | 445 | 132 | 46 |
| Binary | 10100010 | 1010 | 10110110 | 1011 | 1011111 | 0 | 11101 | 100100101 | 1011010 | 100110 |
Color Harmonies of #A20AB6
Complementary color
Monochromatic Colors of #A20AB6
Black with #A20AB6
Text Example
Text Example
White with #A20AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20AB6; }
p { color: rgb(162,10,182); }
H1.HeaderClassName
{
color: #A20AB6;
}
.AnyTagClassName
{
color: #A20AB6;
}
</style>
background-color css
<style>
a { background-color: #A20AB6; }
a { background-color: rgb(162,10,182); }
div.DivClassName
{
background-color: #A20AB6;
}
.BgClassName
{
background-color: #A20AB6;
}
</style>
border-color css
<style>
span { border-color: #A20AB6; }
span { border-color: rgb(162,10,182); }
td.TdClassName
{
border-color: #A20AB6;
}
.TagClassName
{
border-color: #A20AB6;
}
</style>