Shades of Dark Violet #A70BBE
Tints of Dark Violet #A70BBE
RGB
CMYK
RGB Variations
Color information
#A70BBE (or 0xA70BBE) is known color: Dark Violet. HEX triplet: A7, 0B and BE. RGB value is (167,11,190). Sum of RGB (Red+Green+Blue) = 167+11+190=368 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.38% from 368); Green value is 11 (4.69% from 255 or 2.99% from 368); Blue value is 190 (74.61% from 255 or 51.63% from 368); Max value from RGB is 190 - color contains mainly: blue. Hex color #A70BBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70BBE is #58F441. Grayscale: #4D4D4D. Windows color (decimal): -5829698 or 12454823. OLE color: 12454823.
HSL color Cylindrical-coordinate representation of color #A70BBE: hue angle of 292.29º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70BBE is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 11 | 190 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.25 |
| HSL | 292.29º | 0.89% | 0.39% | - |
| HSV(B) | 292.29º | 0.94% | 0.75% | - |
| XYZ | 25.35 | 12.17 | 49.73 | - |
| YUV | 78.05 | 191.18 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 11 | 190 | 0.12 | 0.94 | 0 | 0.25 | 292.29 | 0.89 | 0.39 |
| Hex | A7 | B | BE | C | 5E | 0 | 19 | 124 | 59 | 27 |
| Octal | 247 | 13 | 276 | 14 | 136 | 0 | 31 | 444 | 131 | 47 |
| Binary | 10100111 | 1011 | 10111110 | 1100 | 1011110 | 0 | 11001 | 100100100 | 1011001 | 100111 |
Color Harmonies of #A70BBE
Complementary color
Monochromatic Colors of #A70BBE
Black with #A70BBE
Text Example
Text Example
White with #A70BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70BBE; }
p { color: rgb(167,11,190); }
H1.HeaderClassName
{
color: #A70BBE;
}
.AnyTagClassName
{
color: #A70BBE;
}
</style>
background-color css
<style>
a { background-color: #A70BBE; }
a { background-color: rgb(167,11,190); }
div.DivClassName
{
background-color: #A70BBE;
}
.BgClassName
{
background-color: #A70BBE;
}
</style>
border-color css
<style>
span { border-color: #A70BBE; }
span { border-color: rgb(167,11,190); }
td.TdClassName
{
border-color: #A70BBE;
}
.TagClassName
{
border-color: #A70BBE;
}
</style>