Shades of Dark Violet #A00DCD
Tints of Dark Violet #A00DCD
RGB
CMYK
RGB Variations
Color information
#A00DCD (or 0xA00DCD) is known color: Dark Violet. HEX triplet: A0, 0D and CD. RGB value is (160,13,205). Sum of RGB (Red+Green+Blue) = 160+13+205=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 13 (5.47% from 255 or 3.44% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #A00DCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00DCD is #5FF232. Grayscale: #4E4E4E. Windows color (decimal): -6287923 or 13438368. OLE color: 13438368.
HSL color Cylindrical-coordinate representation of color #A00DCD: hue angle of 285.94º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00DCD is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 13 | 205 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.20 |
| HSL | 285.94º | 0.88% | 0.43% | - |
| HSV(B) | 285.94º | 0.94% | 0.8% | - |
| XYZ | 25.66 | 12.17 | 58.75 | - |
| YUV | 78.84 | 199.2 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 13 | 205 | 0.22 | 0.94 | 0 | 0.20 | 285.94 | 0.88 | 0.43 |
| Hex | A0 | D | CD | 16 | 5E | 0 | 14 | 11E | 58 | 2B |
| Octal | 240 | 15 | 315 | 26 | 136 | 0 | 24 | 436 | 130 | 53 |
| Binary | 10100000 | 1101 | 11001101 | 10110 | 1011110 | 0 | 10100 | 100011110 | 1011000 | 101011 |
Color Harmonies of #A00DCD
Complementary color
Monochromatic Colors of #A00DCD
Black with #A00DCD
Text Example
Text Example
White with #A00DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00DCD; }
p { color: rgb(160,13,205); }
H1.HeaderClassName
{
color: #A00DCD;
}
.AnyTagClassName
{
color: #A00DCD;
}
</style>
background-color css
<style>
a { background-color: #A00DCD; }
a { background-color: rgb(160,13,205); }
div.DivClassName
{
background-color: #A00DCD;
}
.BgClassName
{
background-color: #A00DCD;
}
</style>
border-color css
<style>
span { border-color: #A00DCD; }
span { border-color: rgb(160,13,205); }
td.TdClassName
{
border-color: #A00DCD;
}
.TagClassName
{
border-color: #A00DCD;
}
</style>