Shades of Dark Violet #A20CB5
Tints of Dark Violet #A20CB5
RGB
CMYK
RGB Variations
Color information
#A20CB5 (or 0xA20CB5) is known color: Dark Violet. HEX triplet: A2, 0C and B5. RGB value is (162,12,181). Sum of RGB (Red+Green+Blue) = 162+12+181=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 12 (5.08% from 255 or 3.38% from 355); Blue value is 181 (71.09% from 255 or 50.99% from 355); Max value from RGB is 181 - color contains mainly: blue. Hex color #A20CB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20CB5 is #5DF34A. Grayscale: #4B4B4B. Windows color (decimal): -6157131 or 11865250. OLE color: 11865250.
HSL color Cylindrical-coordinate representation of color #A20CB5: hue angle of 293.25º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20CB5 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 12 | 181 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.29 |
| HSL | 293.25º | 0.88% | 0.38% | - |
| HSV(B) | 293.25º | 0.93% | 0.71% | - |
| XYZ | 23.37 | 11.28 | 44.66 | - |
| YUV | 76.12 | 187.2 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 12 | 181 | 0.10 | 0.93 | 0 | 0.29 | 293.25 | 0.88 | 0.38 |
| Hex | A2 | C | B5 | A | 5D | 0 | 1D | 125 | 58 | 26 |
| Octal | 242 | 14 | 265 | 12 | 135 | 0 | 35 | 445 | 130 | 46 |
| Binary | 10100010 | 1100 | 10110101 | 1010 | 1011101 | 0 | 11101 | 100100101 | 1011000 | 100110 |
Color Harmonies of #A20CB5
Complementary color
Monochromatic Colors of #A20CB5
Black with #A20CB5
Text Example
Text Example
White with #A20CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20CB5; }
p { color: rgb(162,12,181); }
H1.HeaderClassName
{
color: #A20CB5;
}
.AnyTagClassName
{
color: #A20CB5;
}
</style>
background-color css
<style>
a { background-color: #A20CB5; }
a { background-color: rgb(162,12,181); }
div.DivClassName
{
background-color: #A20CB5;
}
.BgClassName
{
background-color: #A20CB5;
}
</style>
border-color css
<style>
span { border-color: #A20CB5; }
span { border-color: rgb(162,12,181); }
td.TdClassName
{
border-color: #A20CB5;
}
.TagClassName
{
border-color: #A20CB5;
}
</style>