Shades of Dark Violet #A70ADF
Tints of Dark Violet #A70ADF
RGB
CMYK
RGB Variations
Color information
#A70ADF (or 0xA70ADF) is known color: Dark Violet. HEX triplet: A7, 0A and DF. RGB value is (167,10,223). Sum of RGB (Red+Green+Blue) = 167+10+223=400 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.75% from 400); Green value is 10 (4.30% from 255 or 2.5% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #A70ADF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70ADF is #58F520. Grayscale: #505050. Windows color (decimal): -5829921 or 14617255. OLE color: 14617255.
HSL color Cylindrical-coordinate representation of color #A70ADF: hue angle of 284.23º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A70ADF is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 10 | 223 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.13 |
| HSL | 284.23º | 0.91% | 0.46% | - |
| HSV(B) | 284.23º | 0.96% | 0.87% | - |
| XYZ | 29.36 | 13.76 | 70.92 | - |
| YUV | 81.23 | 208.01 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 10 | 223 | 0.25 | 0.96 | 0 | 0.13 | 284.23 | 0.91 | 0.46 |
| Hex | A7 | A | DF | 19 | 60 | 0 | D | 11C | 5B | 2E |
| Octal | 247 | 12 | 337 | 31 | 140 | 0 | 15 | 434 | 133 | 56 |
| Binary | 10100111 | 1010 | 11011111 | 11001 | 1100000 | 0 | 1101 | 100011100 | 1011011 | 101110 |
Color Harmonies of #A70ADF
Complementary color
Monochromatic Colors of #A70ADF
Black with #A70ADF
Text Example
Text Example
White with #A70ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70ADF; }
p { color: rgb(167,10,223); }
H1.HeaderClassName
{
color: #A70ADF;
}
.AnyTagClassName
{
color: #A70ADF;
}
</style>
background-color css
<style>
a { background-color: #A70ADF; }
a { background-color: rgb(167,10,223); }
div.DivClassName
{
background-color: #A70ADF;
}
.BgClassName
{
background-color: #A70ADF;
}
</style>
border-color css
<style>
span { border-color: #A70ADF; }
span { border-color: rgb(167,10,223); }
td.TdClassName
{
border-color: #A70ADF;
}
.TagClassName
{
border-color: #A70ADF;
}
</style>