Shades of Blue Violet #A11EE6
Tints of Blue Violet #A11EE6
RGB
CMYK
RGB Variations
Color information
#A11EE6 (or 0xA11EE6) is known color: Blue Violet. HEX triplet: A1, 1E and E6. RGB value is (161,30,230). Sum of RGB (Red+Green+Blue) = 161+30+230=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 30 (12.11% from 255 or 7.13% from 421); Blue value is 230 (90.23% from 255 or 54.63% from 421); Max value from RGB is 230 - color contains mainly: blue. Hex color #A11EE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11EE6 is #5EE119. Grayscale: #5B5B5B. Windows color (decimal): -6218010 or 15081121. OLE color: 15081121.
HSL color Cylindrical-coordinate representation of color #A11EE6: hue angle of 279.3º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A11EE6 is Cyan = 0.3, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 30 | 230 | - |
| CMYK | 0.3 | 0.87 | 0 | 0.10 |
| HSL | 279.3º | 0.8% | 0.51% | - |
| HSV(B) | 279.3º | 0.87% | 0.9% | - |
| XYZ | 29.45 | 14.22 | 76.06 | - |
| YUV | 91.97 | 205.9 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 30 | 230 | 0.3 | 0.87 | 0 | 0.10 | 279.3 | 0.8 | 0.51 |
| Hex | A1 | 1E | E6 | 1E | 57 | 0 | A | 117 | 50 | 33 |
| Octal | 241 | 36 | 346 | 36 | 127 | 0 | 12 | 427 | 120 | 63 |
| Binary | 10100001 | 11110 | 11100110 | 11110 | 1010111 | 0 | 1010 | 100010111 | 1010000 | 110011 |
Color Harmonies of #A11EE6
Complementary color
Monochromatic Colors of #A11EE6
Black with #A11EE6
Text Example
Text Example
White with #A11EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11EE6; }
p { color: rgb(161,30,230); }
H1.HeaderClassName
{
color: #A11EE6;
}
.AnyTagClassName
{
color: #A11EE6;
}
</style>
background-color css
<style>
a { background-color: #A11EE6; }
a { background-color: rgb(161,30,230); }
div.DivClassName
{
background-color: #A11EE6;
}
.BgClassName
{
background-color: #A11EE6;
}
</style>
border-color css
<style>
span { border-color: #A11EE6; }
span { border-color: rgb(161,30,230); }
td.TdClassName
{
border-color: #A11EE6;
}
.TagClassName
{
border-color: #A11EE6;
}
</style>