Shades of Blue Violet #A118E5
Tints of Blue Violet #A118E5
RGB
CMYK
RGB Variations
Color information
#A118E5 (or 0xA118E5) is known color: Blue Violet. HEX triplet: A1, 18 and E5. RGB value is (161,24,229). Sum of RGB (Red+Green+Blue) = 161+24+229=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 24 (9.77% from 255 or 5.80% from 414); Blue value is 229 (89.84% from 255 or 55.31% from 414); Max value from RGB is 229 - color contains mainly: blue. Hex color #A118E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A118E5 is #5EE71A. Grayscale: #575757. Windows color (decimal): -6219547 or 15014049. OLE color: 15014049.
HSL color Cylindrical-coordinate representation of color #A118E5: hue angle of 280.1º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A118E5 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 24 | 229 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.10 |
| HSL | 280.1º | 0.81% | 0.5% | - |
| HSV(B) | 280.1º | 0.9% | 0.9% | - |
| XYZ | 29.17 | 13.89 | 75.27 | - |
| YUV | 88.33 | 207.39 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 24 | 229 | 0.30 | 0.90 | 0 | 0.10 | 280.1 | 0.81 | 0.5 |
| Hex | A1 | 18 | E5 | 1E | 5A | 0 | A | 118 | 51 | 32 |
| Octal | 241 | 30 | 345 | 36 | 132 | 0 | 12 | 430 | 121 | 62 |
| Binary | 10100001 | 11000 | 11100101 | 11110 | 1011010 | 0 | 1010 | 100011000 | 1010001 | 110010 |
Color Harmonies of #A118E5
Complementary color
Monochromatic Colors of #A118E5
Black with #A118E5
Text Example
Text Example
White with #A118E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A118E5; }
p { color: rgb(161,24,229); }
H1.HeaderClassName
{
color: #A118E5;
}
.AnyTagClassName
{
color: #A118E5;
}
</style>
background-color css
<style>
a { background-color: #A118E5; }
a { background-color: rgb(161,24,229); }
div.DivClassName
{
background-color: #A118E5;
}
.BgClassName
{
background-color: #A118E5;
}
</style>
border-color css
<style>
span { border-color: #A118E5; }
span { border-color: rgb(161,24,229); }
td.TdClassName
{
border-color: #A118E5;
}
.TagClassName
{
border-color: #A118E5;
}
</style>