Shades of Dark Violet #A70DBF
Tints of Dark Violet #A70DBF
RGB
CMYK
RGB Variations
Color information
#A70DBF (or 0xA70DBF) is known color: Dark Violet. HEX triplet: A7, 0D and BF. RGB value is (167,13,191). Sum of RGB (Red+Green+Blue) = 167+13+191=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #A70DBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70DBF is #58F240. Grayscale: #4E4E4E. Windows color (decimal): -5829185 or 12520871. OLE color: 12520871.
HSL color Cylindrical-coordinate representation of color #A70DBF: hue angle of 291.91º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A70DBF is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 13 | 191 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.25 |
| HSL | 291.91º | 0.87% | 0.4% | - |
| HSV(B) | 291.91º | 0.93% | 0.75% | - |
| XYZ | 25.48 | 12.26 | 50.31 | - |
| YUV | 79.34 | 191.02 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 13 | 191 | 0.13 | 0.93 | 0 | 0.25 | 291.91 | 0.87 | 0.4 |
| Hex | A7 | D | BF | D | 5D | 0 | 19 | 124 | 57 | 28 |
| Octal | 247 | 15 | 277 | 15 | 135 | 0 | 31 | 444 | 127 | 50 |
| Binary | 10100111 | 1101 | 10111111 | 1101 | 1011101 | 0 | 11001 | 100100100 | 1010111 | 101000 |
Color Harmonies of #A70DBF
Complementary color
Monochromatic Colors of #A70DBF
Black with #A70DBF
Text Example
Text Example
White with #A70DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70DBF; }
p { color: rgb(167,13,191); }
H1.HeaderClassName
{
color: #A70DBF;
}
.AnyTagClassName
{
color: #A70DBF;
}
</style>
background-color css
<style>
a { background-color: #A70DBF; }
a { background-color: rgb(167,13,191); }
div.DivClassName
{
background-color: #A70DBF;
}
.BgClassName
{
background-color: #A70DBF;
}
</style>
border-color css
<style>
span { border-color: #A70DBF; }
span { border-color: rgb(167,13,191); }
td.TdClassName
{
border-color: #A70DBF;
}
.TagClassName
{
border-color: #A70DBF;
}
</style>