Shades of Dark Violet #A619DF
Tints of Dark Violet #A619DF
RGB
CMYK
RGB Variations
Color information
#A619DF (or 0xA619DF) is known color: Dark Violet. HEX triplet: A6, 19 and DF. RGB value is (166,25,223). Sum of RGB (Red+Green+Blue) = 166+25+223=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 25 (10.16% from 255 or 6.04% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #A619DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A619DF is #59E620. Grayscale: #595959. Windows color (decimal): -5891617 or 14621094. OLE color: 14621094.
HSL color Cylindrical-coordinate representation of color #A619DF: hue angle of 282.73º 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 #A619DF is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 25 | 223 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.13 |
| HSL | 282.73º | 0.8% | 0.49% | - |
| HSV(B) | 282.73º | 0.89% | 0.87% | - |
| XYZ | 29.39 | 14.13 | 70.99 | - |
| YUV | 89.73 | 203.21 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 25 | 223 | 0.26 | 0.89 | 0 | 0.13 | 282.73 | 0.8 | 0.49 |
| Hex | A6 | 19 | DF | 1A | 59 | 0 | D | 11B | 50 | 31 |
| Octal | 246 | 31 | 337 | 32 | 131 | 0 | 15 | 433 | 120 | 61 |
| Binary | 10100110 | 11001 | 11011111 | 11010 | 1011001 | 0 | 1101 | 100011011 | 1010000 | 110001 |
Color Harmonies of #A619DF
Complementary color
Monochromatic Colors of #A619DF
Black with #A619DF
Text Example
Text Example
White with #A619DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A619DF; }
p { color: rgb(166,25,223); }
H1.HeaderClassName
{
color: #A619DF;
}
.AnyTagClassName
{
color: #A619DF;
}
</style>
background-color css
<style>
a { background-color: #A619DF; }
a { background-color: rgb(166,25,223); }
div.DivClassName
{
background-color: #A619DF;
}
.BgClassName
{
background-color: #A619DF;
}
</style>
border-color css
<style>
span { border-color: #A619DF; }
span { border-color: rgb(166,25,223); }
td.TdClassName
{
border-color: #A619DF;
}
.TagClassName
{
border-color: #A619DF;
}
</style>