Shades of Dark Violet #A20CBC
Tints of Dark Violet #A20CBC
RGB
CMYK
RGB Variations
Color information
#A20CBC (or 0xA20CBC) is known color: Dark Violet. HEX triplet: A2, 0C and BC. RGB value is (162,12,188). Sum of RGB (Red+Green+Blue) = 162+12+188=362 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.75% from 362); Green value is 12 (5.08% from 255 or 3.31% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #A20CBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20CBC is #5DF343. Grayscale: #4C4C4C. Windows color (decimal): -6157124 or 12324002. OLE color: 12324002.
HSL color Cylindrical-coordinate representation of color #A20CBC: hue angle of 291.14º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20CBC is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 12 | 188 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.26 |
| HSL | 291.14º | 0.88% | 0.39% | - |
| HSV(B) | 291.14º | 0.94% | 0.74% | - |
| XYZ | 24.11 | 11.58 | 48.54 | - |
| YUV | 76.91 | 190.7 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 12 | 188 | 0.14 | 0.94 | 0 | 0.26 | 291.14 | 0.88 | 0.39 |
| Hex | A2 | C | BC | E | 5E | 0 | 1A | 123 | 58 | 27 |
| Octal | 242 | 14 | 274 | 16 | 136 | 0 | 32 | 443 | 130 | 47 |
| Binary | 10100010 | 1100 | 10111100 | 1110 | 1011110 | 0 | 11010 | 100100011 | 1011000 | 100111 |
Color Harmonies of #A20CBC
Complementary color
Monochromatic Colors of #A20CBC
Black with #A20CBC
Text Example
Text Example
White with #A20CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20CBC; }
p { color: rgb(162,12,188); }
H1.HeaderClassName
{
color: #A20CBC;
}
.AnyTagClassName
{
color: #A20CBC;
}
</style>
background-color css
<style>
a { background-color: #A20CBC; }
a { background-color: rgb(162,12,188); }
div.DivClassName
{
background-color: #A20CBC;
}
.BgClassName
{
background-color: #A20CBC;
}
</style>
border-color css
<style>
span { border-color: #A20CBC; }
span { border-color: rgb(162,12,188); }
td.TdClassName
{
border-color: #A20CBC;
}
.TagClassName
{
border-color: #A20CBC;
}
</style>