Shades of Blue Violet #A118EF
Tints of Blue Violet #A118EF
RGB
CMYK
RGB Variations
Color information
#A118EF (or 0xA118EF) is known color: Blue Violet. HEX triplet: A1, 18 and EF. RGB value is (161,24,239). Sum of RGB (Red+Green+Blue) = 161+24+239=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 24 (9.77% from 255 or 5.66% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #A118EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A118EF is #5EE710. Grayscale: #585858. Windows color (decimal): -6219537 or 15669409. OLE color: 15669409.
HSL color Cylindrical-coordinate representation of color #A118EF: hue angle of 278.23º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A118EF is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 24 | 239 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.06 |
| HSL | 278.23º | 0.87% | 0.52% | - |
| HSV(B) | 278.23º | 0.9% | 0.94% | - |
| XYZ | 30.6 | 14.46 | 82.84 | - |
| YUV | 89.47 | 212.39 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 24 | 239 | 0.33 | 0.90 | 0 | 0.06 | 278.23 | 0.87 | 0.52 |
| Hex | A1 | 18 | EF | 21 | 5A | 0 | 6 | 116 | 57 | 34 |
| Octal | 241 | 30 | 357 | 41 | 132 | 0 | 6 | 426 | 127 | 64 |
| Binary | 10100001 | 11000 | 11101111 | 100001 | 1011010 | 0 | 110 | 100010110 | 1010111 | 110100 |
Color Harmonies of #A118EF
Complementary color
Monochromatic Colors of #A118EF
Black with #A118EF
Text Example
Text Example
White with #A118EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A118EF; }
p { color: rgb(161,24,239); }
H1.HeaderClassName
{
color: #A118EF;
}
.AnyTagClassName
{
color: #A118EF;
}
</style>
background-color css
<style>
a { background-color: #A118EF; }
a { background-color: rgb(161,24,239); }
div.DivClassName
{
background-color: #A118EF;
}
.BgClassName
{
background-color: #A118EF;
}
</style>
border-color css
<style>
span { border-color: #A118EF; }
span { border-color: rgb(161,24,239); }
td.TdClassName
{
border-color: #A118EF;
}
.TagClassName
{
border-color: #A118EF;
}
</style>