Shades of Dark Violet #A019DF
Tints of Dark Violet #A019DF
RGB
CMYK
RGB Variations
Color information
#A019DF (or 0xA019DF) is known color: Dark Violet. HEX triplet: A0, 19 and DF. RGB value is (160,25,223). Sum of RGB (Red+Green+Blue) = 160+25+223=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 25 (10.16% from 255 or 6.13% from 408); Blue value is 223 (87.5% from 255 or 54.66% from 408); Max value from RGB is 223 - color contains mainly: blue. Hex color #A019DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A019DF is #5FE620. Grayscale: #575757. Windows color (decimal): -6284833 or 14621088. OLE color: 14621088.
HSL color Cylindrical-coordinate representation of color #A019DF: hue angle of 280.91º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A019DF is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 25 | 223 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.13 |
| HSL | 280.91º | 0.8% | 0.49% | - |
| HSV(B) | 280.91º | 0.89% | 0.87% | - |
| XYZ | 28.16 | 13.5 | 70.93 | - |
| YUV | 87.94 | 204.23 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 223 | 0.28 | 0.89 | 0 | 0.13 | 280.91 | 0.8 | 0.49 |
| Hex | A0 | 19 | DF | 1C | 59 | 0 | D | 119 | 50 | 31 |
| Octal | 240 | 31 | 337 | 34 | 131 | 0 | 15 | 431 | 120 | 61 |
| Binary | 10100000 | 11001 | 11011111 | 11100 | 1011001 | 0 | 1101 | 100011001 | 1010000 | 110001 |
Color Harmonies of #A019DF
Complementary color
Monochromatic Colors of #A019DF
Black with #A019DF
Text Example
Text Example
White with #A019DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A019DF; }
p { color: rgb(160,25,223); }
H1.HeaderClassName
{
color: #A019DF;
}
.AnyTagClassName
{
color: #A019DF;
}
</style>
background-color css
<style>
a { background-color: #A019DF; }
a { background-color: rgb(160,25,223); }
div.DivClassName
{
background-color: #A019DF;
}
.BgClassName
{
background-color: #A019DF;
}
</style>
border-color css
<style>
span { border-color: #A019DF; }
span { border-color: rgb(160,25,223); }
td.TdClassName
{
border-color: #A019DF;
}
.TagClassName
{
border-color: #A019DF;
}
</style>