Shades of Blue Violet #A11EE8
Tints of Blue Violet #A11EE8
RGB
CMYK
RGB Variations
Color information
#A11EE8 (or 0xA11EE8) is known color: Blue Violet. HEX triplet: A1, 1E and E8. RGB value is (161,30,232). Sum of RGB (Red+Green+Blue) = 161+30+232=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 30 (12.11% from 255 or 7.09% from 423); Blue value is 232 (91.02% from 255 or 54.85% from 423); Max value from RGB is 232 - color contains mainly: blue. Hex color #A11EE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11EE8 is #5EE117. Grayscale: #5B5B5B. Windows color (decimal): -6218008 or 15212193. OLE color: 15212193.
HSL color Cylindrical-coordinate representation of color #A11EE8: hue angle of 278.91º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A11EE8 is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 30 | 232 | - |
| CMYK | 0.31 | 0.87 | 0 | 0.09 |
| HSL | 278.91º | 0.81% | 0.51% | - |
| HSV(B) | 278.91º | 0.87% | 0.91% | - |
| XYZ | 29.73 | 14.33 | 77.54 | - |
| YUV | 92.2 | 206.9 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 30 | 232 | 0.31 | 0.87 | 0 | 0.09 | 278.91 | 0.81 | 0.51 |
| Hex | A1 | 1E | E8 | 1F | 57 | 0 | 9 | 117 | 51 | 33 |
| Octal | 241 | 36 | 350 | 37 | 127 | 0 | 11 | 427 | 121 | 63 |
| Binary | 10100001 | 11110 | 11101000 | 11111 | 1010111 | 0 | 1001 | 100010111 | 1010001 | 110011 |
Color Harmonies of #A11EE8
Complementary color
Monochromatic Colors of #A11EE8
Black with #A11EE8
Text Example
Text Example
White with #A11EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11EE8; }
p { color: rgb(161,30,232); }
H1.HeaderClassName
{
color: #A11EE8;
}
.AnyTagClassName
{
color: #A11EE8;
}
</style>
background-color css
<style>
a { background-color: #A11EE8; }
a { background-color: rgb(161,30,232); }
div.DivClassName
{
background-color: #A11EE8;
}
.BgClassName
{
background-color: #A11EE8;
}
</style>
border-color css
<style>
span { border-color: #A11EE8; }
span { border-color: rgb(161,30,232); }
td.TdClassName
{
border-color: #A11EE8;
}
.TagClassName
{
border-color: #A11EE8;
}
</style>