Shades of Dark Violet #A00AD1
Tints of Dark Violet #A00AD1
RGB
CMYK
RGB Variations
Color information
#A00AD1 (or 0xA00AD1) is known color: Dark Violet. HEX triplet: A0, 0A and D1. RGB value is (160,10,209). Sum of RGB (Red+Green+Blue) = 160+10+209=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 10 (4.30% from 255 or 2.64% from 379); Blue value is 209 (82.03% from 255 or 55.15% from 379); Max value from RGB is 209 - color contains mainly: blue. Hex color #A00AD1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00AD1 is #5FF52E. Grayscale: #4C4C4C. Windows color (decimal): -6288687 or 13699744. OLE color: 13699744.
HSL color Cylindrical-coordinate representation of color #A00AD1: hue angle of 285.23º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00AD1 is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 10 | 209 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.18 |
| HSL | 285.23º | 0.91% | 0.43% | - |
| HSV(B) | 285.23º | 0.95% | 0.82% | - |
| XYZ | 26.11 | 12.29 | 61.32 | - |
| YUV | 77.54 | 202.2 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 209 | 0.23 | 0.95 | 0 | 0.18 | 285.23 | 0.91 | 0.43 |
| Hex | A0 | A | D1 | 17 | 5F | 0 | 12 | 11D | 5B | 2B |
| Octal | 240 | 12 | 321 | 27 | 137 | 0 | 22 | 435 | 133 | 53 |
| Binary | 10100000 | 1010 | 11010001 | 10111 | 1011111 | 0 | 10010 | 100011101 | 1011011 | 101011 |
Color Harmonies of #A00AD1
Complementary color
Monochromatic Colors of #A00AD1
Black with #A00AD1
Text Example
Text Example
White with #A00AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00AD1; }
p { color: rgb(160,10,209); }
H1.HeaderClassName
{
color: #A00AD1;
}
.AnyTagClassName
{
color: #A00AD1;
}
</style>
background-color css
<style>
a { background-color: #A00AD1; }
a { background-color: rgb(160,10,209); }
div.DivClassName
{
background-color: #A00AD1;
}
.BgClassName
{
background-color: #A00AD1;
}
</style>
border-color css
<style>
span { border-color: #A00AD1; }
span { border-color: rgb(160,10,209); }
td.TdClassName
{
border-color: #A00AD1;
}
.TagClassName
{
border-color: #A00AD1;
}
</style>