Shades of Blue Violet #A11BE7
Tints of Blue Violet #A11BE7
RGB
CMYK
RGB Variations
Color information
#A11BE7 (or 0xA11BE7) is known color: Blue Violet. HEX triplet: A1, 1B and E7. RGB value is (161,27,231). Sum of RGB (Red+Green+Blue) = 161+27+231=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 27 (10.94% from 255 or 6.44% from 419); Blue value is 231 (90.62% from 255 or 55.13% from 419); Max value from RGB is 231 - color contains mainly: blue. Hex color #A11BE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11BE7 is #5EE418. Grayscale: #595959. Windows color (decimal): -6218777 or 15145889. OLE color: 15145889.
HSL color Cylindrical-coordinate representation of color #A11BE7: hue angle of 279.41º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11BE7 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 27 | 231 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.09 |
| HSL | 279.41º | 0.81% | 0.51% | - |
| HSV(B) | 279.41º | 0.88% | 0.91% | - |
| XYZ | 29.51 | 14.13 | 76.77 | - |
| YUV | 90.32 | 207.39 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 27 | 231 | 0.30 | 0.88 | 0 | 0.09 | 279.41 | 0.81 | 0.51 |
| Hex | A1 | 1B | E7 | 1E | 58 | 0 | 9 | 117 | 51 | 33 |
| Octal | 241 | 33 | 347 | 36 | 130 | 0 | 11 | 427 | 121 | 63 |
| Binary | 10100001 | 11011 | 11100111 | 11110 | 1011000 | 0 | 1001 | 100010111 | 1010001 | 110011 |
Color Harmonies of #A11BE7
Complementary color
Monochromatic Colors of #A11BE7
Black with #A11BE7
Text Example
Text Example
White with #A11BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11BE7; }
p { color: rgb(161,27,231); }
H1.HeaderClassName
{
color: #A11BE7;
}
.AnyTagClassName
{
color: #A11BE7;
}
</style>
background-color css
<style>
a { background-color: #A11BE7; }
a { background-color: rgb(161,27,231); }
div.DivClassName
{
background-color: #A11BE7;
}
.BgClassName
{
background-color: #A11BE7;
}
</style>
border-color css
<style>
span { border-color: #A11BE7; }
span { border-color: rgb(161,27,231); }
td.TdClassName
{
border-color: #A11BE7;
}
.TagClassName
{
border-color: #A11BE7;
}
</style>