Shades of Dark Violet #A000DF
Tints of Dark Violet #A000DF
RGB
CMYK
RGB Variations
Color information
#A000DF (or 0xA000DF) is known color: Dark Violet. HEX triplet: A0, 00 and DF. RGB value is (160,0,223). Sum of RGB (Red+Green+Blue) = 160+0+223=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 0 (0.39% from 255 or 0% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #A000DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A000DF is #5FFF20. Grayscale: #484848. Windows color (decimal): -6291233 or 14614688. OLE color: 14614688.
HSL color Cylindrical-coordinate representation of color #A000DF: hue angle of 283.05º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A000DF is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 0 | 223 | - |
| CMYK | 0.28 | 1 | 0 | 0.13 |
| HSL | 283.05º | 1% | 0.44% | - |
| HSV(B) | 283.05º | 1% | 0.87% | - |
| XYZ | 27.82 | 12.8 | 70.82 | - |
| YUV | 73.26 | 212.51 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 223 | 0.28 | 1 | 0 | 0.13 | 283.05 | 1 | 0.44 |
| Hex | A0 | 0 | DF | 1C | 64 | 0 | D | 11B | 64 | 2C |
| Octal | 240 | 0 | 337 | 34 | 144 | 0 | 15 | 433 | 144 | 54 |
| Binary | 10100000 | 0 | 11011111 | 11100 | 1100100 | 0 | 1101 | 100011011 | 1100100 | 101100 |
Color Harmonies of #A000DF
Complementary color
Monochromatic Colors of #A000DF
Black with #A000DF
Text Example
Text Example
White with #A000DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A000DF; }
p { color: rgb(160,0,223); }
H1.HeaderClassName
{
color: #A000DF;
}
.AnyTagClassName
{
color: #A000DF;
}
</style>
background-color css
<style>
a { background-color: #A000DF; }
a { background-color: rgb(160,0,223); }
div.DivClassName
{
background-color: #A000DF;
}
.BgClassName
{
background-color: #A000DF;
}
</style>
border-color css
<style>
span { border-color: #A000DF; }
span { border-color: rgb(160,0,223); }
td.TdClassName
{
border-color: #A000DF;
}
.TagClassName
{
border-color: #A000DF;
}
</style>