Shades of Dark Violet #A20CBA
Tints of Dark Violet #A20CBA
RGB
CMYK
RGB Variations
Color information
#A20CBA (or 0xA20CBA) is known color: Dark Violet. HEX triplet: A2, 0C and BA. RGB value is (162,12,186). Sum of RGB (Red+Green+Blue) = 162+12+186=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 12 (5.08% from 255 or 3.33% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #A20CBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20CBA is #5DF345. Grayscale: #4C4C4C. Windows color (decimal): -6157126 or 12192930. OLE color: 12192930.
HSL color Cylindrical-coordinate representation of color #A20CBA: hue angle of 291.72º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20CBA is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 12 | 186 | - |
| CMYK | 0.13 | 0.94 | 0 | 0.27 |
| HSL | 291.72º | 0.88% | 0.39% | - |
| HSV(B) | 291.72º | 0.94% | 0.73% | - |
| XYZ | 23.89 | 11.49 | 47.41 | - |
| YUV | 76.69 | 189.7 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 12 | 186 | 0.13 | 0.94 | 0 | 0.27 | 291.72 | 0.88 | 0.39 |
| Hex | A2 | C | BA | D | 5E | 0 | 1B | 124 | 58 | 27 |
| Octal | 242 | 14 | 272 | 15 | 136 | 0 | 33 | 444 | 130 | 47 |
| Binary | 10100010 | 1100 | 10111010 | 1101 | 1011110 | 0 | 11011 | 100100100 | 1011000 | 100111 |
Color Harmonies of #A20CBA
Complementary color
Monochromatic Colors of #A20CBA
Black with #A20CBA
Text Example
Text Example
White with #A20CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20CBA; }
p { color: rgb(162,12,186); }
H1.HeaderClassName
{
color: #A20CBA;
}
.AnyTagClassName
{
color: #A20CBA;
}
</style>
background-color css
<style>
a { background-color: #A20CBA; }
a { background-color: rgb(162,12,186); }
div.DivClassName
{
background-color: #A20CBA;
}
.BgClassName
{
background-color: #A20CBA;
}
</style>
border-color css
<style>
span { border-color: #A20CBA; }
span { border-color: rgb(162,12,186); }
td.TdClassName
{
border-color: #A20CBA;
}
.TagClassName
{
border-color: #A20CBA;
}
</style>