Shades of Dark Violet #A20ABC
Tints of Dark Violet #A20ABC
RGB
CMYK
RGB Variations
Color information
#A20ABC (or 0xA20ABC) is known color: Dark Violet. HEX triplet: A2, 0A and BC. RGB value is (162,10,188). Sum of RGB (Red+Green+Blue) = 162+10+188=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 10 (4.30% from 255 or 2.78% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #A20ABC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20ABC is #5DF543. Grayscale: #4B4B4B. Windows color (decimal): -6157636 or 12323490. OLE color: 12323490.
HSL color Cylindrical-coordinate representation of color #A20ABC: hue angle of 291.24º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20ABC is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 10 | 188 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.26 |
| HSL | 291.24º | 0.9% | 0.39% | - |
| HSV(B) | 291.24º | 0.95% | 0.74% | - |
| XYZ | 24.09 | 11.53 | 48.53 | - |
| YUV | 75.74 | 191.36 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 10 | 188 | 0.14 | 0.95 | 0 | 0.26 | 291.24 | 0.9 | 0.39 |
| Hex | A2 | A | BC | E | 5F | 0 | 1A | 123 | 5A | 27 |
| Octal | 242 | 12 | 274 | 16 | 137 | 0 | 32 | 443 | 132 | 47 |
| Binary | 10100010 | 1010 | 10111100 | 1110 | 1011111 | 0 | 11010 | 100100011 | 1011010 | 100111 |
Color Harmonies of #A20ABC
Complementary color
Monochromatic Colors of #A20ABC
Black with #A20ABC
Text Example
Text Example
White with #A20ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20ABC; }
p { color: rgb(162,10,188); }
H1.HeaderClassName
{
color: #A20ABC;
}
.AnyTagClassName
{
color: #A20ABC;
}
</style>
background-color css
<style>
a { background-color: #A20ABC; }
a { background-color: rgb(162,10,188); }
div.DivClassName
{
background-color: #A20ABC;
}
.BgClassName
{
background-color: #A20ABC;
}
</style>
border-color css
<style>
span { border-color: #A20ABC; }
span { border-color: rgb(162,10,188); }
td.TdClassName
{
border-color: #A20ABC;
}
.TagClassName
{
border-color: #A20ABC;
}
</style>