Shades of Dark Violet #A70DDB
Tints of Dark Violet #A70DDB
RGB
CMYK
RGB Variations
Color information
#A70DDB (or 0xA70DDB) is known color: Dark Violet. HEX triplet: A7, 0D and DB. RGB value is (167,13,219). Sum of RGB (Red+Green+Blue) = 167+13+219=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 13 (5.47% from 255 or 3.26% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #A70DDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70DDB is #58F224. Grayscale: #515151. Windows color (decimal): -5829157 or 14355879. OLE color: 14355879.
HSL color Cylindrical-coordinate representation of color #A70DDB: hue angle of 284.85º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70DDB is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 13 | 219 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.14 |
| HSL | 284.85º | 0.89% | 0.45% | - |
| HSV(B) | 284.85º | 0.94% | 0.86% | - |
| XYZ | 28.87 | 13.62 | 68.12 | - |
| YUV | 82.53 | 205.02 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 13 | 219 | 0.24 | 0.94 | 0 | 0.14 | 284.85 | 0.89 | 0.45 |
| Hex | A7 | D | DB | 18 | 5E | 0 | E | 11D | 59 | 2D |
| Octal | 247 | 15 | 333 | 30 | 136 | 0 | 16 | 435 | 131 | 55 |
| Binary | 10100111 | 1101 | 11011011 | 11000 | 1011110 | 0 | 1110 | 100011101 | 1011001 | 101101 |
Color Harmonies of #A70DDB
Complementary color
Monochromatic Colors of #A70DDB
Black with #A70DDB
Text Example
Text Example
White with #A70DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70DDB; }
p { color: rgb(167,13,219); }
H1.HeaderClassName
{
color: #A70DDB;
}
.AnyTagClassName
{
color: #A70DDB;
}
</style>
background-color css
<style>
a { background-color: #A70DDB; }
a { background-color: rgb(167,13,219); }
div.DivClassName
{
background-color: #A70DDB;
}
.BgClassName
{
background-color: #A70DDB;
}
</style>
border-color css
<style>
span { border-color: #A70DDB; }
span { border-color: rgb(167,13,219); }
td.TdClassName
{
border-color: #A70DDB;
}
.TagClassName
{
border-color: #A70DDB;
}
</style>