Shades of Dark Violet #A20ACD
Tints of Dark Violet #A20ACD
RGB
CMYK
RGB Variations
Color information
#A20ACD (or 0xA20ACD) is known color: Dark Violet. HEX triplet: A2, 0A and CD. RGB value is (162,10,205). Sum of RGB (Red+Green+Blue) = 162+10+205=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 10 (4.30% from 255 or 2.65% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #A20ACD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20ACD is #5DF532. Grayscale: #4D4D4D. Windows color (decimal): -6157619 or 13437602. OLE color: 13437602.
HSL color Cylindrical-coordinate representation of color #A20ACD: hue angle of 286.77º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20ACD is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 10 | 205 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.20 |
| HSL | 286.77º | 0.91% | 0.42% | - |
| HSV(B) | 286.77º | 0.95% | 0.8% | - |
| XYZ | 26.03 | 12.31 | 58.76 | - |
| YUV | 77.68 | 199.86 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 10 | 205 | 0.21 | 0.95 | 0 | 0.20 | 286.77 | 0.91 | 0.42 |
| Hex | A2 | A | CD | 15 | 5F | 0 | 14 | 11F | 5B | 2A |
| Octal | 242 | 12 | 315 | 25 | 137 | 0 | 24 | 437 | 133 | 52 |
| Binary | 10100010 | 1010 | 11001101 | 10101 | 1011111 | 0 | 10100 | 100011111 | 1011011 | 101010 |
Color Harmonies of #A20ACD
Complementary color
Monochromatic Colors of #A20ACD
Black with #A20ACD
Text Example
Text Example
White with #A20ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20ACD; }
p { color: rgb(162,10,205); }
H1.HeaderClassName
{
color: #A20ACD;
}
.AnyTagClassName
{
color: #A20ACD;
}
</style>
background-color css
<style>
a { background-color: #A20ACD; }
a { background-color: rgb(162,10,205); }
div.DivClassName
{
background-color: #A20ACD;
}
.BgClassName
{
background-color: #A20ACD;
}
</style>
border-color css
<style>
span { border-color: #A20ACD; }
span { border-color: rgb(162,10,205); }
td.TdClassName
{
border-color: #A20ACD;
}
.TagClassName
{
border-color: #A20ACD;
}
</style>