Shades of Dark Violet #A70ABC
Tints of Dark Violet #A70ABC
RGB
CMYK
RGB Variations
Color information
#A70ABC (or 0xA70ABC) is known color: Dark Violet. HEX triplet: A7, 0A and BC. RGB value is (167,10,188). Sum of RGB (Red+Green+Blue) = 167+10+188=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 10 (4.30% from 255 or 2.74% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #A70ABC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70ABC is #58F543. Grayscale: #4C4C4C. Windows color (decimal): -5829956 or 12323495. OLE color: 12323495.
HSL color Cylindrical-coordinate representation of color #A70ABC: hue angle of 292.92º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A70ABC is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 10 | 188 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.26 |
| HSL | 292.92º | 0.9% | 0.39% | - |
| HSV(B) | 292.92º | 0.95% | 0.74% | - |
| XYZ | 25.12 | 12.06 | 48.58 | - |
| YUV | 77.24 | 190.51 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 10 | 188 | 0.11 | 0.95 | 0 | 0.26 | 292.92 | 0.9 | 0.39 |
| Hex | A7 | A | BC | B | 5F | 0 | 1A | 125 | 5A | 27 |
| Octal | 247 | 12 | 274 | 13 | 137 | 0 | 32 | 445 | 132 | 47 |
| Binary | 10100111 | 1010 | 10111100 | 1011 | 1011111 | 0 | 11010 | 100100101 | 1011010 | 100111 |
Color Harmonies of #A70ABC
Complementary color
Monochromatic Colors of #A70ABC
Black with #A70ABC
Text Example
Text Example
White with #A70ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70ABC; }
p { color: rgb(167,10,188); }
H1.HeaderClassName
{
color: #A70ABC;
}
.AnyTagClassName
{
color: #A70ABC;
}
</style>
background-color css
<style>
a { background-color: #A70ABC; }
a { background-color: rgb(167,10,188); }
div.DivClassName
{
background-color: #A70ABC;
}
.BgClassName
{
background-color: #A70ABC;
}
</style>
border-color css
<style>
span { border-color: #A70ABC; }
span { border-color: rgb(167,10,188); }
td.TdClassName
{
border-color: #A70ABC;
}
.TagClassName
{
border-color: #A70ABC;
}
</style>