Shades of Dark Violet #A000DD
Tints of Dark Violet #A000DD
RGB
CMYK
RGB Variations
Color information
#A000DD (or 0xA000DD) is known color: Dark Violet. HEX triplet: A0, 00 and DD. RGB value is (160,0,221). Sum of RGB (Red+Green+Blue) = 160+0+221=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #A000DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A000DD is #5FFF22. Grayscale: #484848. Windows color (decimal): -6291235 or 14483616. OLE color: 14483616.
HSL color Cylindrical-coordinate representation of color #A000DD: hue angle of 283.44º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A000DD is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 0 | 221 | - |
| CMYK | 0.28 | 1 | 0 | 0.13 |
| HSL | 283.44º | 1% | 0.43% | - |
| HSV(B) | 283.44º | 1% | 0.87% | - |
| XYZ | 27.55 | 12.69 | 69.4 | - |
| YUV | 73.03 | 211.51 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 221 | 0.28 | 1 | 0 | 0.13 | 283.44 | 1 | 0.43 |
| Hex | A0 | 0 | DD | 1C | 64 | 0 | D | 11B | 64 | 2B |
| Octal | 240 | 0 | 335 | 34 | 144 | 0 | 15 | 433 | 144 | 53 |
| Binary | 10100000 | 0 | 11011101 | 11100 | 1100100 | 0 | 1101 | 100011011 | 1100100 | 101011 |
Color Harmonies of #A000DD
Complementary color
Monochromatic Colors of #A000DD
Black with #A000DD
Text Example
Text Example
White with #A000DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A000DD; }
p { color: rgb(160,0,221); }
H1.HeaderClassName
{
color: #A000DD;
}
.AnyTagClassName
{
color: #A000DD;
}
</style>
background-color css
<style>
a { background-color: #A000DD; }
a { background-color: rgb(160,0,221); }
div.DivClassName
{
background-color: #A000DD;
}
.BgClassName
{
background-color: #A000DD;
}
</style>
border-color css
<style>
span { border-color: #A000DD; }
span { border-color: rgb(160,0,221); }
td.TdClassName
{
border-color: #A000DD;
}
.TagClassName
{
border-color: #A000DD;
}
</style>