Shades of Dark Violet #A00AD8
Tints of Dark Violet #A00AD8
RGB
CMYK
RGB Variations
Color information
#A00AD8 (or 0xA00AD8) is known color: Dark Violet. HEX triplet: A0, 0A and D8. RGB value is (160,10,216). Sum of RGB (Red+Green+Blue) = 160+10+216=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 10 (4.30% from 255 or 2.59% from 386); Blue value is 216 (84.77% from 255 or 55.96% from 386); Max value from RGB is 216 - color contains mainly: blue. Hex color #A00AD8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00AD8 is #5FF527. Grayscale: #4D4D4D. Windows color (decimal): -6288680 or 14158496. OLE color: 14158496.
HSL color Cylindrical-coordinate representation of color #A00AD8: hue angle of 283.69º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00AD8 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 10 | 216 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.15 |
| HSL | 283.69º | 0.91% | 0.44% | - |
| HSV(B) | 283.69º | 0.95% | 0.85% | - |
| XYZ | 27 | 12.65 | 65.98 | - |
| YUV | 78.33 | 205.7 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 216 | 0.26 | 0.95 | 0 | 0.15 | 283.69 | 0.91 | 0.44 |
| Hex | A0 | A | D8 | 1A | 5F | 0 | F | 11C | 5B | 2C |
| Octal | 240 | 12 | 330 | 32 | 137 | 0 | 17 | 434 | 133 | 54 |
| Binary | 10100000 | 1010 | 11011000 | 11010 | 1011111 | 0 | 1111 | 100011100 | 1011011 | 101100 |
Color Harmonies of #A00AD8
Complementary color
Monochromatic Colors of #A00AD8
Black with #A00AD8
Text Example
Text Example
White with #A00AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00AD8; }
p { color: rgb(160,10,216); }
H1.HeaderClassName
{
color: #A00AD8;
}
.AnyTagClassName
{
color: #A00AD8;
}
</style>
background-color css
<style>
a { background-color: #A00AD8; }
a { background-color: rgb(160,10,216); }
div.DivClassName
{
background-color: #A00AD8;
}
.BgClassName
{
background-color: #A00AD8;
}
</style>
border-color css
<style>
span { border-color: #A00AD8; }
span { border-color: rgb(160,10,216); }
td.TdClassName
{
border-color: #A00AD8;
}
.TagClassName
{
border-color: #A00AD8;
}
</style>