Shades of Dark Violet #A00DD8
Tints of Dark Violet #A00DD8
RGB
CMYK
RGB Variations
Color information
#A00DD8 (or 0xA00DD8) is known color: Dark Violet. HEX triplet: A0, 0D and D8. RGB value is (160,13,216). Sum of RGB (Red+Green+Blue) = 160+13+216=389 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.13% from 389); Green value is 13 (5.47% from 255 or 3.34% from 389); Blue value is 216 (84.77% from 255 or 55.53% from 389); Max value from RGB is 216 - color contains mainly: blue. Hex color #A00DD8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00DD8 is #5FF227. Grayscale: #4F4F4F. Windows color (decimal): -6287912 or 14159264. OLE color: 14159264.
HSL color Cylindrical-coordinate representation of color #A00DD8: hue angle of 283.45º 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 #A00DD8 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 13 | 216 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.15 |
| HSL | 283.45º | 0.89% | 0.45% | - |
| HSV(B) | 283.45º | 0.94% | 0.85% | - |
| XYZ | 27.04 | 12.72 | 66 | - |
| YUV | 80.1 | 204.7 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 13 | 216 | 0.26 | 0.94 | 0 | 0.15 | 283.45 | 0.89 | 0.45 |
| Hex | A0 | D | D8 | 1A | 5E | 0 | F | 11B | 59 | 2D |
| Octal | 240 | 15 | 330 | 32 | 136 | 0 | 17 | 433 | 131 | 55 |
| Binary | 10100000 | 1101 | 11011000 | 11010 | 1011110 | 0 | 1111 | 100011011 | 1011001 | 101101 |
Color Harmonies of #A00DD8
Complementary color
Monochromatic Colors of #A00DD8
Black with #A00DD8
Text Example
Text Example
White with #A00DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00DD8; }
p { color: rgb(160,13,216); }
H1.HeaderClassName
{
color: #A00DD8;
}
.AnyTagClassName
{
color: #A00DD8;
}
</style>
background-color css
<style>
a { background-color: #A00DD8; }
a { background-color: rgb(160,13,216); }
div.DivClassName
{
background-color: #A00DD8;
}
.BgClassName
{
background-color: #A00DD8;
}
</style>
border-color css
<style>
span { border-color: #A00DD8; }
span { border-color: rgb(160,13,216); }
td.TdClassName
{
border-color: #A00DD8;
}
.TagClassName
{
border-color: #A00DD8;
}
</style>