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