Shades of Blue Violet #A118ED
Tints of Blue Violet #A118ED
RGB
CMYK
RGB Variations
Color information
#A118ED (or 0xA118ED) is known color: Blue Violet. HEX triplet: A1, 18 and ED. RGB value is (161,24,237). Sum of RGB (Red+Green+Blue) = 161+24+237=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 24 (9.77% from 255 or 5.69% from 422); Blue value is 237 (92.97% from 255 or 56.16% from 422); Max value from RGB is 237 - color contains mainly: blue. Hex color #A118ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A118ED is #5EE712. Grayscale: #585858. Windows color (decimal): -6219539 or 15538337. OLE color: 15538337.
HSL color Cylindrical-coordinate representation of color #A118ED: hue angle of 278.59º 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 #A118ED is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 24 | 237 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.07 |
| HSL | 278.59º | 0.86% | 0.51% | - |
| HSV(B) | 278.59º | 0.9% | 0.93% | - |
| XYZ | 30.31 | 14.34 | 81.29 | - |
| YUV | 89.25 | 211.39 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 24 | 237 | 0.32 | 0.90 | 0 | 0.07 | 278.59 | 0.86 | 0.51 |
| Hex | A1 | 18 | ED | 20 | 5A | 0 | 7 | 117 | 56 | 33 |
| Octal | 241 | 30 | 355 | 40 | 132 | 0 | 7 | 427 | 126 | 63 |
| Binary | 10100001 | 11000 | 11101101 | 100000 | 1011010 | 0 | 111 | 100010111 | 1010110 | 110011 |
Color Harmonies of #A118ED
Complementary color
Monochromatic Colors of #A118ED
Black with #A118ED
Text Example
Text Example
White with #A118ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A118ED; }
p { color: rgb(161,24,237); }
H1.HeaderClassName
{
color: #A118ED;
}
.AnyTagClassName
{
color: #A118ED;
}
</style>
background-color css
<style>
a { background-color: #A118ED; }
a { background-color: rgb(161,24,237); }
div.DivClassName
{
background-color: #A118ED;
}
.BgClassName
{
background-color: #A118ED;
}
</style>
border-color css
<style>
span { border-color: #A118ED; }
span { border-color: rgb(161,24,237); }
td.TdClassName
{
border-color: #A118ED;
}
.TagClassName
{
border-color: #A118ED;
}
</style>