Shades of Dark Violet #A70DDF
Tints of Dark Violet #A70DDF
RGB
CMYK
RGB Variations
Color information
#A70DDF (or 0xA70DDF) is known color: Dark Violet. HEX triplet: A7, 0D and DF. RGB value is (167,13,223). Sum of RGB (Red+Green+Blue) = 167+13+223=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 13 (5.47% from 255 or 3.23% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #A70DDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70DDF is #58F220. Grayscale: #525252. Windows color (decimal): -5829153 or 14618023. OLE color: 14618023.
HSL color Cylindrical-coordinate representation of color #A70DDF: hue angle of 284º 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 #A70DDF is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 13 | 223 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.13 |
| HSL | 284º | 0.89% | 0.46% | - |
| HSV(B) | 284º | 0.94% | 0.87% | - |
| XYZ | 29.4 | 13.83 | 70.93 | - |
| YUV | 82.99 | 207.02 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 13 | 223 | 0.25 | 0.94 | 0 | 0.13 | 284 | 0.89 | 0.46 |
| Hex | A7 | D | DF | 19 | 5E | 0 | D | 11C | 59 | 2E |
| Octal | 247 | 15 | 337 | 31 | 136 | 0 | 15 | 434 | 131 | 56 |
| Binary | 10100111 | 1101 | 11011111 | 11001 | 1011110 | 0 | 1101 | 100011100 | 1011001 | 101110 |
Color Harmonies of #A70DDF
Complementary color
Monochromatic Colors of #A70DDF
Black with #A70DDF
Text Example
Text Example
White with #A70DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70DDF; }
p { color: rgb(167,13,223); }
H1.HeaderClassName
{
color: #A70DDF;
}
.AnyTagClassName
{
color: #A70DDF;
}
</style>
background-color css
<style>
a { background-color: #A70DDF; }
a { background-color: rgb(167,13,223); }
div.DivClassName
{
background-color: #A70DDF;
}
.BgClassName
{
background-color: #A70DDF;
}
</style>
border-color css
<style>
span { border-color: #A70DDF; }
span { border-color: rgb(167,13,223); }
td.TdClassName
{
border-color: #A70DDF;
}
.TagClassName
{
border-color: #A70DDF;
}
</style>