Shades of Dark Violet #A70BBC
Tints of Dark Violet #A70BBC
RGB
CMYK
RGB Variations
Color information
#A70BBC (or 0xA70BBC) is known color: Dark Violet. HEX triplet: A7, 0B and BC. RGB value is (167,11,188). Sum of RGB (Red+Green+Blue) = 167+11+188=366 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.63% from 366); Green value is 11 (4.69% from 255 or 3.01% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #A70BBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70BBC is #58F443. Grayscale: #4D4D4D. Windows color (decimal): -5829700 or 12323751. OLE color: 12323751.
HSL color Cylindrical-coordinate representation of color #A70BBC: hue angle of 292.88º degrees, saturation: 0.89, 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 #A70BBC is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 11 | 188 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.26 |
| HSL | 292.88º | 0.89% | 0.39% | - |
| HSV(B) | 292.88º | 0.94% | 0.74% | - |
| XYZ | 25.13 | 12.09 | 48.59 | - |
| YUV | 77.82 | 190.18 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 11 | 188 | 0.11 | 0.94 | 0 | 0.26 | 292.88 | 0.89 | 0.39 |
| Hex | A7 | B | BC | B | 5E | 0 | 1A | 125 | 59 | 27 |
| Octal | 247 | 13 | 274 | 13 | 136 | 0 | 32 | 445 | 131 | 47 |
| Binary | 10100111 | 1011 | 10111100 | 1011 | 1011110 | 0 | 11010 | 100100101 | 1011001 | 100111 |
Color Harmonies of #A70BBC
Complementary color
Monochromatic Colors of #A70BBC
Black with #A70BBC
Text Example
Text Example
White with #A70BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70BBC; }
p { color: rgb(167,11,188); }
H1.HeaderClassName
{
color: #A70BBC;
}
.AnyTagClassName
{
color: #A70BBC;
}
</style>
background-color css
<style>
a { background-color: #A70BBC; }
a { background-color: rgb(167,11,188); }
div.DivClassName
{
background-color: #A70BBC;
}
.BgClassName
{
background-color: #A70BBC;
}
</style>
border-color css
<style>
span { border-color: #A70BBC; }
span { border-color: rgb(167,11,188); }
td.TdClassName
{
border-color: #A70BBC;
}
.TagClassName
{
border-color: #A70BBC;
}
</style>