Shades of Dark Violet #A20BCB
Tints of Dark Violet #A20BCB
RGB
CMYK
RGB Variations
Color information
#A20BCB (or 0xA20BCB) is known color: Dark Violet. HEX triplet: A2, 0B and CB. RGB value is (162,11,203). Sum of RGB (Red+Green+Blue) = 162+11+203=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 11 (4.69% from 255 or 2.93% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #A20BCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20BCB is #5DF434. Grayscale: #4D4D4D. Windows color (decimal): -6157365 or 13306786. OLE color: 13306786.
HSL color Cylindrical-coordinate representation of color #A20BCB: hue angle of 287.19º degrees, saturation: 0.9, 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 #A20BCB is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 11 | 203 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.20 |
| HSL | 287.19º | 0.9% | 0.42% | - |
| HSV(B) | 287.19º | 0.95% | 0.8% | - |
| XYZ | 25.8 | 12.23 | 57.5 | - |
| YUV | 78.04 | 198.53 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 11 | 203 | 0.20 | 0.95 | 0 | 0.20 | 287.19 | 0.9 | 0.42 |
| Hex | A2 | B | CB | 14 | 5F | 0 | 14 | 11F | 5A | 2A |
| Octal | 242 | 13 | 313 | 24 | 137 | 0 | 24 | 437 | 132 | 52 |
| Binary | 10100010 | 1011 | 11001011 | 10100 | 1011111 | 0 | 10100 | 100011111 | 1011010 | 101010 |
Color Harmonies of #A20BCB
Complementary color
Monochromatic Colors of #A20BCB
Black with #A20BCB
Text Example
Text Example
White with #A20BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20BCB; }
p { color: rgb(162,11,203); }
H1.HeaderClassName
{
color: #A20BCB;
}
.AnyTagClassName
{
color: #A20BCB;
}
</style>
background-color css
<style>
a { background-color: #A20BCB; }
a { background-color: rgb(162,11,203); }
div.DivClassName
{
background-color: #A20BCB;
}
.BgClassName
{
background-color: #A20BCB;
}
</style>
border-color css
<style>
span { border-color: #A20BCB; }
span { border-color: rgb(162,11,203); }
td.TdClassName
{
border-color: #A20BCB;
}
.TagClassName
{
border-color: #A20BCB;
}
</style>