Shades of Dark Violet #A20BC1
Tints of Dark Violet #A20BC1
RGB
CMYK
RGB Variations
Color information
#A20BC1 (or 0xA20BC1) is known color: Dark Violet. HEX triplet: A2, 0B and C1. RGB value is (162,11,193). Sum of RGB (Red+Green+Blue) = 162+11+193=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 11 (4.69% from 255 or 3.01% from 366); Blue value is 193 (75.78% from 255 or 52.73% from 366); Max value from RGB is 193 - color contains mainly: blue. Hex color #A20BC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20BC1 is #5DF43E. Grayscale: #4C4C4C. Windows color (decimal): -6157375 or 12651426. OLE color: 12651426.
HSL color Cylindrical-coordinate representation of color #A20BC1: hue angle of 289.78º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20BC1 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 11 | 193 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.24 |
| HSL | 289.78º | 0.89% | 0.4% | - |
| HSV(B) | 289.78º | 0.94% | 0.76% | - |
| XYZ | 24.65 | 11.77 | 51.43 | - |
| YUV | 76.9 | 193.53 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 11 | 193 | 0.16 | 0.94 | 0 | 0.24 | 289.78 | 0.89 | 0.4 |
| Hex | A2 | B | C1 | 10 | 5E | 0 | 18 | 122 | 59 | 28 |
| Octal | 242 | 13 | 301 | 20 | 136 | 0 | 30 | 442 | 131 | 50 |
| Binary | 10100010 | 1011 | 11000001 | 10000 | 1011110 | 0 | 11000 | 100100010 | 1011001 | 101000 |
Color Harmonies of #A20BC1
Complementary color
Monochromatic Colors of #A20BC1
Black with #A20BC1
Text Example
Text Example
White with #A20BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20BC1; }
p { color: rgb(162,11,193); }
H1.HeaderClassName
{
color: #A20BC1;
}
.AnyTagClassName
{
color: #A20BC1;
}
</style>
background-color css
<style>
a { background-color: #A20BC1; }
a { background-color: rgb(162,11,193); }
div.DivClassName
{
background-color: #A20BC1;
}
.BgClassName
{
background-color: #A20BC1;
}
</style>
border-color css
<style>
span { border-color: #A20BC1; }
span { border-color: rgb(162,11,193); }
td.TdClassName
{
border-color: #A20BC1;
}
.TagClassName
{
border-color: #A20BC1;
}
</style>