Shades of Dark Violet #A119DC
Tints of Dark Violet #A119DC
RGB
CMYK
RGB Variations
Color information
#A119DC (or 0xA119DC) is known color: Dark Violet. HEX triplet: A1, 19 and DC. RGB value is (161,25,220). Sum of RGB (Red+Green+Blue) = 161+25+220=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 25 (10.16% from 255 or 6.16% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #A119DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A119DC is #5EE623. Grayscale: #575757. Windows color (decimal): -6219300 or 14424481. OLE color: 14424481.
HSL color Cylindrical-coordinate representation of color #A119DC: hue angle of 281.85º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A119DC is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 25 | 220 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.14 |
| HSL | 281.85º | 0.8% | 0.48% | - |
| HSV(B) | 281.85º | 0.89% | 0.86% | - |
| XYZ | 27.96 | 13.44 | 68.83 | - |
| YUV | 87.89 | 202.56 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 25 | 220 | 0.27 | 0.89 | 0 | 0.14 | 281.85 | 0.8 | 0.48 |
| Hex | A1 | 19 | DC | 1B | 59 | 0 | E | 11A | 50 | 30 |
| Octal | 241 | 31 | 334 | 33 | 131 | 0 | 16 | 432 | 120 | 60 |
| Binary | 10100001 | 11001 | 11011100 | 11011 | 1011001 | 0 | 1110 | 100011010 | 1010000 | 110000 |
Color Harmonies of #A119DC
Complementary color
Monochromatic Colors of #A119DC
Black with #A119DC
Text Example
Text Example
White with #A119DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A119DC; }
p { color: rgb(161,25,220); }
H1.HeaderClassName
{
color: #A119DC;
}
.AnyTagClassName
{
color: #A119DC;
}
</style>
background-color css
<style>
a { background-color: #A119DC; }
a { background-color: rgb(161,25,220); }
div.DivClassName
{
background-color: #A119DC;
}
.BgClassName
{
background-color: #A119DC;
}
</style>
border-color css
<style>
span { border-color: #A119DC; }
span { border-color: rgb(161,25,220); }
td.TdClassName
{
border-color: #A119DC;
}
.TagClassName
{
border-color: #A119DC;
}
</style>