Shades of Dark Violet #A117DA
Tints of Dark Violet #A117DA
RGB
CMYK
RGB Variations
Color information
#A117DA (or 0xA117DA) is known color: Dark Violet. HEX triplet: A1, 17 and DA. RGB value is (161,23,218). Sum of RGB (Red+Green+Blue) = 161+23+218=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 23 (9.38% from 255 or 5.72% from 402); Blue value is 218 (85.55% from 255 or 54.23% from 402); Max value from RGB is 218 - color contains mainly: blue. Hex color #A117DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A117DA is #5EE825. Grayscale: #555555. Windows color (decimal): -6219814 or 14292897. OLE color: 14292897.
HSL color Cylindrical-coordinate representation of color #A117DA: hue angle of 282.46º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A117DA is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 23 | 218 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.15 |
| HSL | 282.46º | 0.81% | 0.47% | - |
| HSV(B) | 282.46º | 0.89% | 0.85% | - |
| XYZ | 27.66 | 13.25 | 67.43 | - |
| YUV | 86.49 | 202.22 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 23 | 218 | 0.26 | 0.89 | 0 | 0.15 | 282.46 | 0.81 | 0.47 |
| Hex | A1 | 17 | DA | 1A | 59 | 0 | F | 11A | 51 | 2F |
| Octal | 241 | 27 | 332 | 32 | 131 | 0 | 17 | 432 | 121 | 57 |
| Binary | 10100001 | 10111 | 11011010 | 11010 | 1011001 | 0 | 1111 | 100011010 | 1010001 | 101111 |
Color Harmonies of #A117DA
Complementary color
Monochromatic Colors of #A117DA
Black with #A117DA
Text Example
Text Example
White with #A117DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A117DA; }
p { color: rgb(161,23,218); }
H1.HeaderClassName
{
color: #A117DA;
}
.AnyTagClassName
{
color: #A117DA;
}
</style>
background-color css
<style>
a { background-color: #A117DA; }
a { background-color: rgb(161,23,218); }
div.DivClassName
{
background-color: #A117DA;
}
.BgClassName
{
background-color: #A117DA;
}
</style>
border-color css
<style>
span { border-color: #A117DA; }
span { border-color: rgb(161,23,218); }
td.TdClassName
{
border-color: #A117DA;
}
.TagClassName
{
border-color: #A117DA;
}
</style>