Shades of Dark Violet #A70FDA
Tints of Dark Violet #A70FDA
RGB
CMYK
RGB Variations
Color information
#A70FDA (or 0xA70FDA) is known color: Dark Violet. HEX triplet: A7, 0F and DA. RGB value is (167,15,218). Sum of RGB (Red+Green+Blue) = 167+15+218=400 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.75% from 400); Green value is 15 (6.25% from 255 or 3.75% from 400); Blue value is 218 (85.55% from 255 or 54.5% from 400); Max value from RGB is 218 - color contains mainly: blue. Hex color #A70FDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70FDA is #58F025. Grayscale: #525252. Windows color (decimal): -5828646 or 14290855. OLE color: 14290855.
HSL color Cylindrical-coordinate representation of color #A70FDA: hue angle of 284.93º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A70FDA is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 15 | 218 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.15 |
| HSL | 284.93º | 0.87% | 0.46% | - |
| HSV(B) | 284.93º | 0.93% | 0.85% | - |
| XYZ | 28.76 | 13.62 | 67.44 | - |
| YUV | 83.59 | 203.86 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 15 | 218 | 0.23 | 0.93 | 0 | 0.15 | 284.93 | 0.87 | 0.46 |
| Hex | A7 | F | DA | 17 | 5D | 0 | F | 11D | 57 | 2E |
| Octal | 247 | 17 | 332 | 27 | 135 | 0 | 17 | 435 | 127 | 56 |
| Binary | 10100111 | 1111 | 11011010 | 10111 | 1011101 | 0 | 1111 | 100011101 | 1010111 | 101110 |
Color Harmonies of #A70FDA
Complementary color
Monochromatic Colors of #A70FDA
Black with #A70FDA
Text Example
Text Example
White with #A70FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70FDA; }
p { color: rgb(167,15,218); }
H1.HeaderClassName
{
color: #A70FDA;
}
.AnyTagClassName
{
color: #A70FDA;
}
</style>
background-color css
<style>
a { background-color: #A70FDA; }
a { background-color: rgb(167,15,218); }
div.DivClassName
{
background-color: #A70FDA;
}
.BgClassName
{
background-color: #A70FDA;
}
</style>
border-color css
<style>
span { border-color: #A70FDA; }
span { border-color: rgb(167,15,218); }
td.TdClassName
{
border-color: #A70FDA;
}
.TagClassName
{
border-color: #A70FDA;
}
</style>