Shades of Dark Violet #A70FBC
Tints of Dark Violet #A70FBC
RGB
CMYK
RGB Variations
Color information
#A70FBC (or 0xA70FBC) is known color: Dark Violet. HEX triplet: A7, 0F and BC. RGB value is (167,15,188). Sum of RGB (Red+Green+Blue) = 167+15+188=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 15 (6.25% from 255 or 4.05% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #A70FBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70FBC is #58F043. Grayscale: #4F4F4F. Windows color (decimal): -5828676 or 12324775. OLE color: 12324775.
HSL color Cylindrical-coordinate representation of color #A70FBC: hue angle of 292.72º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A70FBC is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 15 | 188 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.26 |
| HSL | 292.72º | 0.85% | 0.4% | - |
| HSV(B) | 292.72º | 0.92% | 0.74% | - |
| XYZ | 25.18 | 12.19 | 48.6 | - |
| YUV | 80.17 | 188.86 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 15 | 188 | 0.11 | 0.92 | 0 | 0.26 | 292.72 | 0.85 | 0.4 |
| Hex | A7 | F | BC | B | 5C | 0 | 1A | 125 | 55 | 28 |
| Octal | 247 | 17 | 274 | 13 | 134 | 0 | 32 | 445 | 125 | 50 |
| Binary | 10100111 | 1111 | 10111100 | 1011 | 1011100 | 0 | 11010 | 100100101 | 1010101 | 101000 |
Color Harmonies of #A70FBC
Complementary color
Monochromatic Colors of #A70FBC
Black with #A70FBC
Text Example
Text Example
White with #A70FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70FBC; }
p { color: rgb(167,15,188); }
H1.HeaderClassName
{
color: #A70FBC;
}
.AnyTagClassName
{
color: #A70FBC;
}
</style>
background-color css
<style>
a { background-color: #A70FBC; }
a { background-color: rgb(167,15,188); }
div.DivClassName
{
background-color: #A70FBC;
}
.BgClassName
{
background-color: #A70FBC;
}
</style>
border-color css
<style>
span { border-color: #A70FBC; }
span { border-color: rgb(167,15,188); }
td.TdClassName
{
border-color: #A70FBC;
}
.TagClassName
{
border-color: #A70FBC;
}
</style>