Shades of Blue Violet #A11BE6
Tints of Blue Violet #A11BE6
RGB
CMYK
RGB Variations
Color information
#A11BE6 (or 0xA11BE6) is known color: Blue Violet. HEX triplet: A1, 1B and E6. RGB value is (161,27,230). Sum of RGB (Red+Green+Blue) = 161+27+230=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 27 (10.94% from 255 or 6.46% from 418); Blue value is 230 (90.23% from 255 or 55.02% from 418); Max value from RGB is 230 - color contains mainly: blue. Hex color #A11BE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11BE6 is #5EE419. Grayscale: #595959. Windows color (decimal): -6218778 or 15080353. OLE color: 15080353.
HSL color Cylindrical-coordinate representation of color #A11BE6: hue angle of 279.61º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11BE6 is Cyan = 0.3, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 27 | 230 | - |
| CMYK | 0.3 | 0.88 | 0 | 0.10 |
| HSL | 279.61º | 0.8% | 0.5% | - |
| HSV(B) | 279.61º | 0.88% | 0.9% | - |
| XYZ | 29.37 | 14.07 | 76.03 | - |
| YUV | 90.21 | 206.89 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 27 | 230 | 0.3 | 0.88 | 0 | 0.10 | 279.61 | 0.8 | 0.5 |
| Hex | A1 | 1B | E6 | 1E | 58 | 0 | A | 118 | 50 | 32 |
| Octal | 241 | 33 | 346 | 36 | 130 | 0 | 12 | 430 | 120 | 62 |
| Binary | 10100001 | 11011 | 11100110 | 11110 | 1011000 | 0 | 1010 | 100011000 | 1010000 | 110010 |
Color Harmonies of #A11BE6
Complementary color
Monochromatic Colors of #A11BE6
Black with #A11BE6
Text Example
Text Example
White with #A11BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11BE6; }
p { color: rgb(161,27,230); }
H1.HeaderClassName
{
color: #A11BE6;
}
.AnyTagClassName
{
color: #A11BE6;
}
</style>
background-color css
<style>
a { background-color: #A11BE6; }
a { background-color: rgb(161,27,230); }
div.DivClassName
{
background-color: #A11BE6;
}
.BgClassName
{
background-color: #A11BE6;
}
</style>
border-color css
<style>
span { border-color: #A11BE6; }
span { border-color: rgb(161,27,230); }
td.TdClassName
{
border-color: #A11BE6;
}
.TagClassName
{
border-color: #A11BE6;
}
</style>