Shades of Dark Violet #A20AC5
Tints of Dark Violet #A20AC5
RGB
CMYK
RGB Variations
Color information
#A20AC5 (or 0xA20AC5) is known color: Dark Violet. HEX triplet: A2, 0A and C5. RGB value is (162,10,197). Sum of RGB (Red+Green+Blue) = 162+10+197=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 10 (4.30% from 255 or 2.71% from 369); Blue value is 197 (77.34% from 255 or 53.39% from 369); Max value from RGB is 197 - color contains mainly: blue. Hex color #A20AC5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20AC5 is #5DF53A. Grayscale: #4C4C4C. Windows color (decimal): -6157627 or 12913314. OLE color: 12913314.
HSL color Cylindrical-coordinate representation of color #A20AC5: hue angle of 288.77º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20AC5 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 10 | 197 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.23 |
| HSL | 288.77º | 0.9% | 0.41% | - |
| HSV(B) | 288.77º | 0.95% | 0.77% | - |
| XYZ | 25.09 | 11.93 | 53.8 | - |
| YUV | 76.77 | 195.86 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 10 | 197 | 0.18 | 0.95 | 0 | 0.23 | 288.77 | 0.9 | 0.41 |
| Hex | A2 | A | C5 | 12 | 5F | 0 | 17 | 121 | 5A | 29 |
| Octal | 242 | 12 | 305 | 22 | 137 | 0 | 27 | 441 | 132 | 51 |
| Binary | 10100010 | 1010 | 11000101 | 10010 | 1011111 | 0 | 10111 | 100100001 | 1011010 | 101001 |
Color Harmonies of #A20AC5
Complementary color
Monochromatic Colors of #A20AC5
Black with #A20AC5
Text Example
Text Example
White with #A20AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20AC5; }
p { color: rgb(162,10,197); }
H1.HeaderClassName
{
color: #A20AC5;
}
.AnyTagClassName
{
color: #A20AC5;
}
</style>
background-color css
<style>
a { background-color: #A20AC5; }
a { background-color: rgb(162,10,197); }
div.DivClassName
{
background-color: #A20AC5;
}
.BgClassName
{
background-color: #A20AC5;
}
</style>
border-color css
<style>
span { border-color: #A20AC5; }
span { border-color: rgb(162,10,197); }
td.TdClassName
{
border-color: #A20AC5;
}
.TagClassName
{
border-color: #A20AC5;
}
</style>