Shades of Dark Violet #A00DDA
Tints of Dark Violet #A00DDA
RGB
CMYK
RGB Variations
Color information
#A00DDA (or 0xA00DDA) is known color: Dark Violet. HEX triplet: A0, 0D and DA. RGB value is (160,13,218). Sum of RGB (Red+Green+Blue) = 160+13+218=391 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.92% from 391); Green value is 13 (5.47% from 255 or 3.32% from 391); Blue value is 218 (85.55% from 255 or 55.75% from 391); Max value from RGB is 218 - color contains mainly: blue. Hex color #A00DDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00DDA is #5FF225. Grayscale: #4F4F4F. Windows color (decimal): -6287910 or 14290336. OLE color: 14290336.
HSL color Cylindrical-coordinate representation of color #A00DDA: hue angle of 283.02º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00DDA is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 13 | 218 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.15 |
| HSL | 283.02º | 0.89% | 0.45% | - |
| HSV(B) | 283.02º | 0.94% | 0.85% | - |
| XYZ | 27.3 | 12.82 | 67.37 | - |
| YUV | 80.32 | 205.7 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 13 | 218 | 0.27 | 0.94 | 0 | 0.15 | 283.02 | 0.89 | 0.45 |
| Hex | A0 | D | DA | 1B | 5E | 0 | F | 11B | 59 | 2D |
| Octal | 240 | 15 | 332 | 33 | 136 | 0 | 17 | 433 | 131 | 55 |
| Binary | 10100000 | 1101 | 11011010 | 11011 | 1011110 | 0 | 1111 | 100011011 | 1011001 | 101101 |
Color Harmonies of #A00DDA
Complementary color
Monochromatic Colors of #A00DDA
Black with #A00DDA
Text Example
Text Example
White with #A00DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00DDA; }
p { color: rgb(160,13,218); }
H1.HeaderClassName
{
color: #A00DDA;
}
.AnyTagClassName
{
color: #A00DDA;
}
</style>
background-color css
<style>
a { background-color: #A00DDA; }
a { background-color: rgb(160,13,218); }
div.DivClassName
{
background-color: #A00DDA;
}
.BgClassName
{
background-color: #A00DDA;
}
</style>
border-color css
<style>
span { border-color: #A00DDA; }
span { border-color: rgb(160,13,218); }
td.TdClassName
{
border-color: #A00DDA;
}
.TagClassName
{
border-color: #A00DDA;
}
</style>