Shades of Dark Violet #A70AB2
Tints of Dark Violet #A70AB2
RGB
CMYK
RGB Variations
Color information
#A70AB2 (or 0xA70AB2) is known color: Dark Violet. HEX triplet: A7, 0A and B2. RGB value is (167,10,178). Sum of RGB (Red+Green+Blue) = 167+10+178=355 (47% of max value = 765). Red value is 167 (65.62% from 255 or 47.04% from 355); Green value is 10 (4.30% from 255 or 2.82% from 355); Blue value is 178 (69.92% from 255 or 50.14% from 355); Max value from RGB is 178 - color contains mainly: blue. Hex color #A70AB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70AB2 is #58F54D. Grayscale: #4B4B4B. Windows color (decimal): -5829966 or 11668135. OLE color: 11668135.
HSL color Cylindrical-coordinate representation of color #A70AB2: hue angle of 296.07º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70AB2 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 167 | 10 | 178 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.30 |
| HSL | 296.07º | 0.89% | 0.37% | - |
| HSV(B) | 296.07º | 0.94% | 0.7% | - |
| XYZ | 24.08 | 11.65 | 43.1 | - |
| YUV | 76.1 | 185.51 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 10 | 178 | 0.06 | 0.94 | 0 | 0.30 | 296.07 | 0.89 | 0.37 |
| Hex | A7 | A | B2 | 6 | 5E | 0 | 1E | 128 | 59 | 25 |
| Octal | 247 | 12 | 262 | 6 | 136 | 0 | 36 | 450 | 131 | 45 |
| Binary | 10100111 | 1010 | 10110010 | 110 | 1011110 | 0 | 11110 | 100101000 | 1011001 | 100101 |
Color Harmonies of #A70AB2
Complementary color
Monochromatic Colors of #A70AB2
Black with #A70AB2
Text Example
Text Example
White with #A70AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70AB2; }
p { color: rgb(167,10,178); }
H1.HeaderClassName
{
color: #A70AB2;
}
.AnyTagClassName
{
color: #A70AB2;
}
</style>
background-color css
<style>
a { background-color: #A70AB2; }
a { background-color: rgb(167,10,178); }
div.DivClassName
{
background-color: #A70AB2;
}
.BgClassName
{
background-color: #A70AB2;
}
</style>
border-color css
<style>
span { border-color: #A70AB2; }
span { border-color: rgb(167,10,178); }
td.TdClassName
{
border-color: #A70AB2;
}
.TagClassName
{
border-color: #A70AB2;
}
</style>