Shades of Dark Violet #A00DDF
Tints of Dark Violet #A00DDF
RGB
CMYK
RGB Variations
Color information
#A00DDF (or 0xA00DDF) is known color: Dark Violet. HEX triplet: A0, 0D and DF. RGB value is (160,13,223). Sum of RGB (Red+Green+Blue) = 160+13+223=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 13 (5.47% from 255 or 3.28% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #A00DDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00DDF is #5FF220. Grayscale: #505050. Windows color (decimal): -6287905 or 14618016. OLE color: 14618016.
HSL color Cylindrical-coordinate representation of color #A00DDF: hue angle of 282º 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 #A00DDF is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 13 | 223 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.13 |
| HSL | 282º | 0.89% | 0.46% | - |
| HSV(B) | 282º | 0.94% | 0.87% | - |
| XYZ | 27.96 | 13.09 | 70.86 | - |
| YUV | 80.89 | 208.2 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 13 | 223 | 0.28 | 0.94 | 0 | 0.13 | 282 | 0.89 | 0.46 |
| Hex | A0 | D | DF | 1C | 5E | 0 | D | 11A | 59 | 2E |
| Octal | 240 | 15 | 337 | 34 | 136 | 0 | 15 | 432 | 131 | 56 |
| Binary | 10100000 | 1101 | 11011111 | 11100 | 1011110 | 0 | 1101 | 100011010 | 1011001 | 101110 |
Color Harmonies of #A00DDF
Complementary color
Monochromatic Colors of #A00DDF
Black with #A00DDF
Text Example
Text Example
White with #A00DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00DDF; }
p { color: rgb(160,13,223); }
H1.HeaderClassName
{
color: #A00DDF;
}
.AnyTagClassName
{
color: #A00DDF;
}
</style>
background-color css
<style>
a { background-color: #A00DDF; }
a { background-color: rgb(160,13,223); }
div.DivClassName
{
background-color: #A00DDF;
}
.BgClassName
{
background-color: #A00DDF;
}
</style>
border-color css
<style>
span { border-color: #A00DDF; }
span { border-color: rgb(160,13,223); }
td.TdClassName
{
border-color: #A00DDF;
}
.TagClassName
{
border-color: #A00DDF;
}
</style>