Shades of Dark Violet #A00DD1
Tints of Dark Violet #A00DD1
RGB
CMYK
RGB Variations
Color information
#A00DD1 (or 0xA00DD1) is known color: Dark Violet. HEX triplet: A0, 0D and D1. RGB value is (160,13,209). Sum of RGB (Red+Green+Blue) = 160+13+209=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 13 (5.47% from 255 or 3.40% from 382); Blue value is 209 (82.03% from 255 or 54.71% from 382); Max value from RGB is 209 - color contains mainly: blue. Hex color #A00DD1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00DD1 is #5FF22E. Grayscale: #4E4E4E. Windows color (decimal): -6287919 or 13700512. OLE color: 13700512.
HSL color Cylindrical-coordinate representation of color #A00DD1: hue angle of 285º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00DD1 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 13 | 209 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.18 |
| HSL | 285º | 0.88% | 0.44% | - |
| HSV(B) | 285º | 0.94% | 0.82% | - |
| XYZ | 26.15 | 12.36 | 61.33 | - |
| YUV | 79.3 | 201.2 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 13 | 209 | 0.23 | 0.94 | 0 | 0.18 | 285 | 0.88 | 0.44 |
| Hex | A0 | D | D1 | 17 | 5E | 0 | 12 | 11D | 58 | 2C |
| Octal | 240 | 15 | 321 | 27 | 136 | 0 | 22 | 435 | 130 | 54 |
| Binary | 10100000 | 1101 | 11010001 | 10111 | 1011110 | 0 | 10010 | 100011101 | 1011000 | 101100 |
Color Harmonies of #A00DD1
Complementary color
Monochromatic Colors of #A00DD1
Black with #A00DD1
Text Example
Text Example
White with #A00DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00DD1; }
p { color: rgb(160,13,209); }
H1.HeaderClassName
{
color: #A00DD1;
}
.AnyTagClassName
{
color: #A00DD1;
}
</style>
background-color css
<style>
a { background-color: #A00DD1; }
a { background-color: rgb(160,13,209); }
div.DivClassName
{
background-color: #A00DD1;
}
.BgClassName
{
background-color: #A00DD1;
}
</style>
border-color css
<style>
span { border-color: #A00DD1; }
span { border-color: rgb(160,13,209); }
td.TdClassName
{
border-color: #A00DD1;
}
.TagClassName
{
border-color: #A00DD1;
}
</style>