Shades of Blue Violet #A117E9
Tints of Blue Violet #A117E9
RGB
CMYK
RGB Variations
Color information
#A117E9 (or 0xA117E9) is known color: Blue Violet. HEX triplet: A1, 17 and E9. RGB value is (161,23,233). Sum of RGB (Red+Green+Blue) = 161+23+233=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 23 (9.38% from 255 or 5.52% from 417); Blue value is 233 (91.41% from 255 or 55.88% from 417); Max value from RGB is 233 - color contains mainly: blue. Hex color #A117E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A117E9 is #5EE816. Grayscale: #575757. Windows color (decimal): -6219799 or 15275937. OLE color: 15275937.
HSL color Cylindrical-coordinate representation of color #A117E9: hue angle of 279.43º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A117E9 is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 23 | 233 | - |
| CMYK | 0.31 | 0.90 | 0 | 0.09 |
| HSL | 279.43º | 0.83% | 0.5% | - |
| HSV(B) | 279.43º | 0.9% | 0.91% | - |
| XYZ | 29.71 | 14.07 | 78.24 | - |
| YUV | 88.2 | 209.72 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 23 | 233 | 0.31 | 0.90 | 0 | 0.09 | 279.43 | 0.83 | 0.5 |
| Hex | A1 | 17 | E9 | 1F | 5A | 0 | 9 | 117 | 53 | 32 |
| Octal | 241 | 27 | 351 | 37 | 132 | 0 | 11 | 427 | 123 | 62 |
| Binary | 10100001 | 10111 | 11101001 | 11111 | 1011010 | 0 | 1001 | 100010111 | 1010011 | 110010 |
Color Harmonies of #A117E9
Complementary color
Monochromatic Colors of #A117E9
Black with #A117E9
Text Example
Text Example
White with #A117E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A117E9; }
p { color: rgb(161,23,233); }
H1.HeaderClassName
{
color: #A117E9;
}
.AnyTagClassName
{
color: #A117E9;
}
</style>
background-color css
<style>
a { background-color: #A117E9; }
a { background-color: rgb(161,23,233); }
div.DivClassName
{
background-color: #A117E9;
}
.BgClassName
{
background-color: #A117E9;
}
</style>
border-color css
<style>
span { border-color: #A117E9; }
span { border-color: rgb(161,23,233); }
td.TdClassName
{
border-color: #A117E9;
}
.TagClassName
{
border-color: #A117E9;
}
</style>