Shades of Dark Violet #A117DC
Tints of Dark Violet #A117DC
RGB
CMYK
RGB Variations
Color information
#A117DC (or 0xA117DC) is known color: Dark Violet. HEX triplet: A1, 17 and DC. RGB value is (161,23,220). Sum of RGB (Red+Green+Blue) = 161+23+220=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 23 (9.38% from 255 or 5.69% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #A117DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A117DC is #5EE823. Grayscale: #565656. Windows color (decimal): -6219812 or 14423969. OLE color: 14423969.
HSL color Cylindrical-coordinate representation of color #A117DC: hue angle of 282.03º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A117DC is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 23 | 220 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.14 |
| HSL | 282.03º | 0.81% | 0.48% | - |
| HSV(B) | 282.03º | 0.9% | 0.86% | - |
| XYZ | 27.92 | 13.36 | 68.82 | - |
| YUV | 86.72 | 203.22 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 23 | 220 | 0.27 | 0.90 | 0 | 0.14 | 282.03 | 0.81 | 0.48 |
| Hex | A1 | 17 | DC | 1B | 5A | 0 | E | 11A | 51 | 30 |
| Octal | 241 | 27 | 334 | 33 | 132 | 0 | 16 | 432 | 121 | 60 |
| Binary | 10100001 | 10111 | 11011100 | 11011 | 1011010 | 0 | 1110 | 100011010 | 1010001 | 110000 |
Color Harmonies of #A117DC
Complementary color
Monochromatic Colors of #A117DC
Black with #A117DC
Text Example
Text Example
White with #A117DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A117DC; }
p { color: rgb(161,23,220); }
H1.HeaderClassName
{
color: #A117DC;
}
.AnyTagClassName
{
color: #A117DC;
}
</style>
background-color css
<style>
a { background-color: #A117DC; }
a { background-color: rgb(161,23,220); }
div.DivClassName
{
background-color: #A117DC;
}
.BgClassName
{
background-color: #A117DC;
}
</style>
border-color css
<style>
span { border-color: #A117DC; }
span { border-color: rgb(161,23,220); }
td.TdClassName
{
border-color: #A117DC;
}
.TagClassName
{
border-color: #A117DC;
}
</style>