Shades of Dark Violet #A70FB0
Tints of Dark Violet #A70FB0
RGB
CMYK
RGB Variations
Color information
#A70FB0 (or 0xA70FB0) is known color: Dark Violet. HEX triplet: A7, 0F and B0. RGB value is (167,15,176). Sum of RGB (Red+Green+Blue) = 167+15+176=358 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.65% from 358); Green value is 15 (6.25% from 255 or 4.19% from 358); Blue value is 176 (69.14% from 255 or 49.16% from 358); Max value from RGB is 176 - color contains mainly: blue. Hex color #A70FB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70FB0 is #58F04F. Grayscale: #4E4E4E. Windows color (decimal): -5828688 or 11538343. OLE color: 11538343.
HSL color Cylindrical-coordinate representation of color #A70FB0: hue angle of 296.65º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A70FB0 is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 15 | 176 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.31 |
| HSL | 296.65º | 0.84% | 0.37% | - |
| HSV(B) | 296.65º | 0.91% | 0.69% | - |
| XYZ | 23.94 | 11.69 | 42.07 | - |
| YUV | 78.8 | 182.86 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 15 | 176 | 0.05 | 0.91 | 0 | 0.31 | 296.65 | 0.84 | 0.37 |
| Hex | A7 | F | B0 | 5 | 5B | 0 | 1F | 129 | 54 | 25 |
| Octal | 247 | 17 | 260 | 5 | 133 | 0 | 37 | 451 | 124 | 45 |
| Binary | 10100111 | 1111 | 10110000 | 101 | 1011011 | 0 | 11111 | 100101001 | 1010100 | 100101 |
Color Harmonies of #A70FB0
Complementary color
Monochromatic Colors of #A70FB0
Black with #A70FB0
Text Example
Text Example
White with #A70FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70FB0; }
p { color: rgb(167,15,176); }
H1.HeaderClassName
{
color: #A70FB0;
}
.AnyTagClassName
{
color: #A70FB0;
}
</style>
background-color css
<style>
a { background-color: #A70FB0; }
a { background-color: rgb(167,15,176); }
div.DivClassName
{
background-color: #A70FB0;
}
.BgClassName
{
background-color: #A70FB0;
}
</style>
border-color css
<style>
span { border-color: #A70FB0; }
span { border-color: rgb(167,15,176); }
td.TdClassName
{
border-color: #A70FB0;
}
.TagClassName
{
border-color: #A70FB0;
}
</style>