Shades of Dark Violet #A70ADB
Tints of Dark Violet #A70ADB
RGB
CMYK
RGB Variations
Color information
#A70ADB (or 0xA70ADB) is known color: Dark Violet. HEX triplet: A7, 0A and DB. RGB value is (167,10,219). Sum of RGB (Red+Green+Blue) = 167+10+219=396 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.17% from 396); Green value is 10 (4.30% from 255 or 2.53% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #A70ADB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70ADB is #58F524. Grayscale: #505050. Windows color (decimal): -5829925 or 14355111. OLE color: 14355111.
HSL color Cylindrical-coordinate representation of color #A70ADB: hue angle of 285.07º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A70ADB is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 10 | 219 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.14 |
| HSL | 285.07º | 0.91% | 0.45% | - |
| HSV(B) | 285.07º | 0.95% | 0.86% | - |
| XYZ | 28.83 | 13.55 | 68.11 | - |
| YUV | 80.77 | 206.01 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 10 | 219 | 0.24 | 0.95 | 0 | 0.14 | 285.07 | 0.91 | 0.45 |
| Hex | A7 | A | DB | 18 | 5F | 0 | E | 11D | 5B | 2D |
| Octal | 247 | 12 | 333 | 30 | 137 | 0 | 16 | 435 | 133 | 55 |
| Binary | 10100111 | 1010 | 11011011 | 11000 | 1011111 | 0 | 1110 | 100011101 | 1011011 | 101101 |
Color Harmonies of #A70ADB
Complementary color
Monochromatic Colors of #A70ADB
Black with #A70ADB
Text Example
Text Example
White with #A70ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70ADB; }
p { color: rgb(167,10,219); }
H1.HeaderClassName
{
color: #A70ADB;
}
.AnyTagClassName
{
color: #A70ADB;
}
</style>
background-color css
<style>
a { background-color: #A70ADB; }
a { background-color: rgb(167,10,219); }
div.DivClassName
{
background-color: #A70ADB;
}
.BgClassName
{
background-color: #A70ADB;
}
</style>
border-color css
<style>
span { border-color: #A70ADB; }
span { border-color: rgb(167,10,219); }
td.TdClassName
{
border-color: #A70ADB;
}
.TagClassName
{
border-color: #A70ADB;
}
</style>