Shades of Dark Violet #A20ACB
Tints of Dark Violet #A20ACB
RGB
CMYK
RGB Variations
Color information
#A20ACB (or 0xA20ACB) is known color: Dark Violet. HEX triplet: A2, 0A and CB. RGB value is (162,10,203). Sum of RGB (Red+Green+Blue) = 162+10+203=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 10 (4.30% from 255 or 2.67% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #A20ACB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20ACB is #5DF534. Grayscale: #4C4C4C. Windows color (decimal): -6157621 or 13306530. OLE color: 13306530.
HSL color Cylindrical-coordinate representation of color #A20ACB: hue angle of 287.25º 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 #A20ACB is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 10 | 203 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.20 |
| HSL | 287.25º | 0.91% | 0.42% | - |
| HSV(B) | 287.25º | 0.95% | 0.8% | - |
| XYZ | 25.79 | 12.21 | 57.5 | - |
| YUV | 77.45 | 198.86 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 10 | 203 | 0.20 | 0.95 | 0 | 0.20 | 287.25 | 0.91 | 0.42 |
| Hex | A2 | A | CB | 14 | 5F | 0 | 14 | 11F | 5B | 2A |
| Octal | 242 | 12 | 313 | 24 | 137 | 0 | 24 | 437 | 133 | 52 |
| Binary | 10100010 | 1010 | 11001011 | 10100 | 1011111 | 0 | 10100 | 100011111 | 1011011 | 101010 |
Color Harmonies of #A20ACB
Complementary color
Monochromatic Colors of #A20ACB
Black with #A20ACB
Text Example
Text Example
White with #A20ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20ACB; }
p { color: rgb(162,10,203); }
H1.HeaderClassName
{
color: #A20ACB;
}
.AnyTagClassName
{
color: #A20ACB;
}
</style>
background-color css
<style>
a { background-color: #A20ACB; }
a { background-color: rgb(162,10,203); }
div.DivClassName
{
background-color: #A20ACB;
}
.BgClassName
{
background-color: #A20ACB;
}
</style>
border-color css
<style>
span { border-color: #A20ACB; }
span { border-color: rgb(162,10,203); }
td.TdClassName
{
border-color: #A20ACB;
}
.TagClassName
{
border-color: #A20ACB;
}
</style>