Shades of Blue Violet #A118EE
Tints of Blue Violet #A118EE
RGB
CMYK
RGB Variations
Color information
#A118EE (or 0xA118EE) is known color: Blue Violet. HEX triplet: A1, 18 and EE. RGB value is (161,24,238). Sum of RGB (Red+Green+Blue) = 161+24+238=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 24 (9.77% from 255 or 5.67% from 423); Blue value is 238 (93.36% from 255 or 56.26% from 423); Max value from RGB is 238 - color contains mainly: blue. Hex color #A118EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A118EE is #5EE711. Grayscale: #585858. Windows color (decimal): -6219538 or 15603873. OLE color: 15603873.
HSL color Cylindrical-coordinate representation of color #A118EE: hue angle of 278.41º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A118EE is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 24 | 238 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.07 |
| HSL | 278.41º | 0.86% | 0.51% | - |
| HSV(B) | 278.41º | 0.9% | 0.93% | - |
| XYZ | 30.46 | 14.4 | 82.06 | - |
| YUV | 89.36 | 211.89 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 24 | 238 | 0.32 | 0.90 | 0 | 0.07 | 278.41 | 0.86 | 0.51 |
| Hex | A1 | 18 | EE | 20 | 5A | 0 | 7 | 116 | 56 | 33 |
| Octal | 241 | 30 | 356 | 40 | 132 | 0 | 7 | 426 | 126 | 63 |
| Binary | 10100001 | 11000 | 11101110 | 100000 | 1011010 | 0 | 111 | 100010110 | 1010110 | 110011 |
Color Harmonies of #A118EE
Complementary color
Monochromatic Colors of #A118EE
Black with #A118EE
Text Example
Text Example
White with #A118EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A118EE; }
p { color: rgb(161,24,238); }
H1.HeaderClassName
{
color: #A118EE;
}
.AnyTagClassName
{
color: #A118EE;
}
</style>
background-color css
<style>
a { background-color: #A118EE; }
a { background-color: rgb(161,24,238); }
div.DivClassName
{
background-color: #A118EE;
}
.BgClassName
{
background-color: #A118EE;
}
</style>
border-color css
<style>
span { border-color: #A118EE; }
span { border-color: rgb(161,24,238); }
td.TdClassName
{
border-color: #A118EE;
}
.TagClassName
{
border-color: #A118EE;
}
</style>