Shades of Dark Violet #A20CCB
Tints of Dark Violet #A20CCB
RGB
CMYK
RGB Variations
Color information
#A20CCB (or 0xA20CCB) is known color: Dark Violet. HEX triplet: A2, 0C and CB. RGB value is (162,12,203). Sum of RGB (Red+Green+Blue) = 162+12+203=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #A20CCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20CCB is #5DF334. Grayscale: #4E4E4E. Windows color (decimal): -6157109 or 13307042. OLE color: 13307042.
HSL color Cylindrical-coordinate representation of color #A20CCB: hue angle of 287.12º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20CCB is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 12 | 203 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.20 |
| HSL | 287.12º | 0.89% | 0.42% | - |
| HSV(B) | 287.12º | 0.94% | 0.8% | - |
| XYZ | 25.81 | 12.26 | 57.51 | - |
| YUV | 78.62 | 198.2 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 12 | 203 | 0.20 | 0.94 | 0 | 0.20 | 287.12 | 0.89 | 0.42 |
| Hex | A2 | C | CB | 14 | 5E | 0 | 14 | 11F | 59 | 2A |
| Octal | 242 | 14 | 313 | 24 | 136 | 0 | 24 | 437 | 131 | 52 |
| Binary | 10100010 | 1100 | 11001011 | 10100 | 1011110 | 0 | 10100 | 100011111 | 1011001 | 101010 |
Color Harmonies of #A20CCB
Complementary color
Monochromatic Colors of #A20CCB
Black with #A20CCB
Text Example
Text Example
White with #A20CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20CCB; }
p { color: rgb(162,12,203); }
H1.HeaderClassName
{
color: #A20CCB;
}
.AnyTagClassName
{
color: #A20CCB;
}
</style>
background-color css
<style>
a { background-color: #A20CCB; }
a { background-color: rgb(162,12,203); }
div.DivClassName
{
background-color: #A20CCB;
}
.BgClassName
{
background-color: #A20CCB;
}
</style>
border-color css
<style>
span { border-color: #A20CCB; }
span { border-color: rgb(162,12,203); }
td.TdClassName
{
border-color: #A20CCB;
}
.TagClassName
{
border-color: #A20CCB;
}
</style>