Shades of Dark Violet #A70BB7
Tints of Dark Violet #A70BB7
RGB
CMYK
RGB Variations
Color information
#A70BB7 (or 0xA70BB7) is known color: Dark Violet. HEX triplet: A7, 0B and B7. RGB value is (167,11,183). Sum of RGB (Red+Green+Blue) = 167+11+183=361 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.26% from 361); Green value is 11 (4.69% from 255 or 3.05% from 361); Blue value is 183 (71.88% from 255 or 50.69% from 361); Max value from RGB is 183 - color contains mainly: blue. Hex color #A70BB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70BB7 is #58F448. Grayscale: #4C4C4C. Windows color (decimal): -5829705 or 11996071. OLE color: 11996071.
HSL color Cylindrical-coordinate representation of color #A70BB7: hue angle of 294.42º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70BB7 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 11 | 183 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.28 |
| HSL | 294.42º | 0.89% | 0.38% | - |
| HSV(B) | 294.42º | 0.94% | 0.72% | - |
| XYZ | 24.6 | 11.87 | 45.79 | - |
| YUV | 77.25 | 187.68 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 11 | 183 | 0.09 | 0.94 | 0 | 0.28 | 294.42 | 0.89 | 0.38 |
| Hex | A7 | B | B7 | 9 | 5E | 0 | 1C | 126 | 59 | 26 |
| Octal | 247 | 13 | 267 | 11 | 136 | 0 | 34 | 446 | 131 | 46 |
| Binary | 10100111 | 1011 | 10110111 | 1001 | 1011110 | 0 | 11100 | 100100110 | 1011001 | 100110 |
Color Harmonies of #A70BB7
Complementary color
Monochromatic Colors of #A70BB7
Black with #A70BB7
Text Example
Text Example
White with #A70BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70BB7; }
p { color: rgb(167,11,183); }
H1.HeaderClassName
{
color: #A70BB7;
}
.AnyTagClassName
{
color: #A70BB7;
}
</style>
background-color css
<style>
a { background-color: #A70BB7; }
a { background-color: rgb(167,11,183); }
div.DivClassName
{
background-color: #A70BB7;
}
.BgClassName
{
background-color: #A70BB7;
}
</style>
border-color css
<style>
span { border-color: #A70BB7; }
span { border-color: rgb(167,11,183); }
td.TdClassName
{
border-color: #A70BB7;
}
.TagClassName
{
border-color: #A70BB7;
}
</style>