Shades of Dark Violet #A70BBA
Tints of Dark Violet #A70BBA
RGB
CMYK
RGB Variations
Color information
#A70BBA (or 0xA70BBA) is known color: Dark Violet. HEX triplet: A7, 0B and BA. RGB value is (167,11,186). Sum of RGB (Red+Green+Blue) = 167+11+186=364 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.88% from 364); Green value is 11 (4.69% from 255 or 3.02% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #A70BBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70BBA is #58F445. Grayscale: #4D4D4D. Windows color (decimal): -5829702 or 12192679. OLE color: 12192679.
HSL color Cylindrical-coordinate representation of color #A70BBA: hue angle of 293.49º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70BBA is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 11 | 186 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.27 |
| HSL | 293.49º | 0.89% | 0.39% | - |
| HSV(B) | 293.49º | 0.94% | 0.73% | - |
| XYZ | 24.92 | 12 | 47.46 | - |
| YUV | 77.59 | 189.18 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 11 | 186 | 0.10 | 0.94 | 0 | 0.27 | 293.49 | 0.89 | 0.39 |
| Hex | A7 | B | BA | A | 5E | 0 | 1B | 125 | 59 | 27 |
| Octal | 247 | 13 | 272 | 12 | 136 | 0 | 33 | 445 | 131 | 47 |
| Binary | 10100111 | 1011 | 10111010 | 1010 | 1011110 | 0 | 11011 | 100100101 | 1011001 | 100111 |
Color Harmonies of #A70BBA
Complementary color
Monochromatic Colors of #A70BBA
Black with #A70BBA
Text Example
Text Example
White with #A70BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70BBA; }
p { color: rgb(167,11,186); }
H1.HeaderClassName
{
color: #A70BBA;
}
.AnyTagClassName
{
color: #A70BBA;
}
</style>
background-color css
<style>
a { background-color: #A70BBA; }
a { background-color: rgb(167,11,186); }
div.DivClassName
{
background-color: #A70BBA;
}
.BgClassName
{
background-color: #A70BBA;
}
</style>
border-color css
<style>
span { border-color: #A70BBA; }
span { border-color: rgb(167,11,186); }
td.TdClassName
{
border-color: #A70BBA;
}
.TagClassName
{
border-color: #A70BBA;
}
</style>