Shades of Dark Violet #A70DDD
Tints of Dark Violet #A70DDD
RGB
CMYK
RGB Variations
Color information
#A70DDD (or 0xA70DDD) is known color: Dark Violet. HEX triplet: A7, 0D and DD. RGB value is (167,13,221). Sum of RGB (Red+Green+Blue) = 167+13+221=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 13 (5.47% from 255 or 3.24% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #A70DDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70DDD is #58F222. Grayscale: #525252. Windows color (decimal): -5829155 or 14486951. OLE color: 14486951.
HSL color Cylindrical-coordinate representation of color #A70DDD: hue angle of 284.42º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70DDD is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 13 | 221 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.13 |
| HSL | 284.42º | 0.89% | 0.46% | - |
| HSV(B) | 284.42º | 0.94% | 0.87% | - |
| XYZ | 29.13 | 13.72 | 69.52 | - |
| YUV | 82.76 | 206.02 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 13 | 221 | 0.24 | 0.94 | 0 | 0.13 | 284.42 | 0.89 | 0.46 |
| Hex | A7 | D | DD | 18 | 5E | 0 | D | 11C | 59 | 2E |
| Octal | 247 | 15 | 335 | 30 | 136 | 0 | 15 | 434 | 131 | 56 |
| Binary | 10100111 | 1101 | 11011101 | 11000 | 1011110 | 0 | 1101 | 100011100 | 1011001 | 101110 |
Color Harmonies of #A70DDD
Complementary color
Monochromatic Colors of #A70DDD
Black with #A70DDD
Text Example
Text Example
White with #A70DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70DDD; }
p { color: rgb(167,13,221); }
H1.HeaderClassName
{
color: #A70DDD;
}
.AnyTagClassName
{
color: #A70DDD;
}
</style>
background-color css
<style>
a { background-color: #A70DDD; }
a { background-color: rgb(167,13,221); }
div.DivClassName
{
background-color: #A70DDD;
}
.BgClassName
{
background-color: #A70DDD;
}
</style>
border-color css
<style>
span { border-color: #A70DDD; }
span { border-color: rgb(167,13,221); }
td.TdClassName
{
border-color: #A70DDD;
}
.TagClassName
{
border-color: #A70DDD;
}
</style>