Shades of Dark Violet #A619D9
Tints of Dark Violet #A619D9
RGB
CMYK
RGB Variations
Color information
#A619D9 (or 0xA619D9) is known color: Dark Violet. HEX triplet: A6, 19 and D9. RGB value is (166,25,217). Sum of RGB (Red+Green+Blue) = 166+25+217=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 25 (10.16% from 255 or 6.13% from 408); Blue value is 217 (85.16% from 255 or 53.19% from 408); Max value from RGB is 217 - color contains mainly: blue. Hex color #A619D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A619D9 is #59E626. Grayscale: #585858. Windows color (decimal): -5891623 or 14227878. OLE color: 14227878.
HSL color Cylindrical-coordinate representation of color #A619D9: hue angle of 284.06º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A619D9 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 25 | 217 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.15 |
| HSL | 284.06º | 0.79% | 0.47% | - |
| HSV(B) | 284.06º | 0.88% | 0.85% | - |
| XYZ | 28.6 | 13.81 | 66.8 | - |
| YUV | 89.05 | 200.21 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 25 | 217 | 0.24 | 0.88 | 0 | 0.15 | 284.06 | 0.79 | 0.47 |
| Hex | A6 | 19 | D9 | 18 | 58 | 0 | F | 11C | 4F | 2F |
| Octal | 246 | 31 | 331 | 30 | 130 | 0 | 17 | 434 | 117 | 57 |
| Binary | 10100110 | 11001 | 11011001 | 11000 | 1011000 | 0 | 1111 | 100011100 | 1001111 | 101111 |
Color Harmonies of #A619D9
Complementary color
Monochromatic Colors of #A619D9
Black with #A619D9
Text Example
Text Example
White with #A619D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A619D9; }
p { color: rgb(166,25,217); }
H1.HeaderClassName
{
color: #A619D9;
}
.AnyTagClassName
{
color: #A619D9;
}
</style>
background-color css
<style>
a { background-color: #A619D9; }
a { background-color: rgb(166,25,217); }
div.DivClassName
{
background-color: #A619D9;
}
.BgClassName
{
background-color: #A619D9;
}
</style>
border-color css
<style>
span { border-color: #A619D9; }
span { border-color: rgb(166,25,217); }
td.TdClassName
{
border-color: #A619D9;
}
.TagClassName
{
border-color: #A619D9;
}
</style>