Shades of Dark Violet #A20BCC
Tints of Dark Violet #A20BCC
RGB
CMYK
RGB Variations
Color information
#A20BCC (or 0xA20BCC) is known color: Dark Violet. HEX triplet: A2, 0B and CC. RGB value is (162,11,204). Sum of RGB (Red+Green+Blue) = 162+11+204=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 11 (4.69% from 255 or 2.92% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #A20BCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20BCC is #5DF433. Grayscale: #4D4D4D. Windows color (decimal): -6157364 or 13372322. OLE color: 13372322.
HSL color Cylindrical-coordinate representation of color #A20BCC: hue angle of 286.94º 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 #A20BCC is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 11 | 204 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.2 |
| HSL | 286.94º | 0.9% | 0.42% | - |
| HSV(B) | 286.94º | 0.95% | 0.8% | - |
| XYZ | 25.92 | 12.28 | 58.13 | - |
| YUV | 78.15 | 199.03 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 11 | 204 | 0.21 | 0.95 | 0 | 0.2 | 286.94 | 0.9 | 0.42 |
| Hex | A2 | B | CC | 15 | 5F | 0 | 14 | 11F | 5A | 2A |
| Octal | 242 | 13 | 314 | 25 | 137 | 0 | 24 | 437 | 132 | 52 |
| Binary | 10100010 | 1011 | 11001100 | 10101 | 1011111 | 0 | 10100 | 100011111 | 1011010 | 101010 |
Color Harmonies of #A20BCC
Complementary color
Monochromatic Colors of #A20BCC
Black with #A20BCC
Text Example
Text Example
White with #A20BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20BCC; }
p { color: rgb(162,11,204); }
H1.HeaderClassName
{
color: #A20BCC;
}
.AnyTagClassName
{
color: #A20BCC;
}
</style>
background-color css
<style>
a { background-color: #A20BCC; }
a { background-color: rgb(162,11,204); }
div.DivClassName
{
background-color: #A20BCC;
}
.BgClassName
{
background-color: #A20BCC;
}
</style>
border-color css
<style>
span { border-color: #A20BCC; }
span { border-color: rgb(162,11,204); }
td.TdClassName
{
border-color: #A20BCC;
}
.TagClassName
{
border-color: #A20BCC;
}
</style>