Shades of Dark Violet #A70DB8
Tints of Dark Violet #A70DB8
RGB
CMYK
RGB Variations
Color information
#A70DB8 (or 0xA70DB8) is known color: Dark Violet. HEX triplet: A7, 0D and B8. RGB value is (167,13,184). Sum of RGB (Red+Green+Blue) = 167+13+184=364 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.88% from 364); Green value is 13 (5.47% from 255 or 3.57% from 364); Blue value is 184 (72.27% from 255 or 50.55% from 364); Max value from RGB is 184 - color contains mainly: blue. Hex color #A70DB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70DB8 is #58F247. Grayscale: #4E4E4E. Windows color (decimal): -5829192 or 12062119. OLE color: 12062119.
HSL color Cylindrical-coordinate representation of color #A70DB8: hue angle of 294.04º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A70DB8 is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 13 | 184 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.28 |
| HSL | 294.04º | 0.87% | 0.39% | - |
| HSV(B) | 294.04º | 0.93% | 0.72% | - |
| XYZ | 24.73 | 11.96 | 46.35 | - |
| YUV | 78.54 | 187.52 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 13 | 184 | 0.09 | 0.93 | 0 | 0.28 | 294.04 | 0.87 | 0.39 |
| Hex | A7 | D | B8 | 9 | 5D | 0 | 1C | 126 | 57 | 27 |
| Octal | 247 | 15 | 270 | 11 | 135 | 0 | 34 | 446 | 127 | 47 |
| Binary | 10100111 | 1101 | 10111000 | 1001 | 1011101 | 0 | 11100 | 100100110 | 1010111 | 100111 |
Color Harmonies of #A70DB8
Complementary color
Monochromatic Colors of #A70DB8
Black with #A70DB8
Text Example
Text Example
White with #A70DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70DB8; }
p { color: rgb(167,13,184); }
H1.HeaderClassName
{
color: #A70DB8;
}
.AnyTagClassName
{
color: #A70DB8;
}
</style>
background-color css
<style>
a { background-color: #A70DB8; }
a { background-color: rgb(167,13,184); }
div.DivClassName
{
background-color: #A70DB8;
}
.BgClassName
{
background-color: #A70DB8;
}
</style>
border-color css
<style>
span { border-color: #A70DB8; }
span { border-color: rgb(167,13,184); }
td.TdClassName
{
border-color: #A70DB8;
}
.TagClassName
{
border-color: #A70DB8;
}
</style>