Shades of Blue Violet #A11BE0
Tints of Blue Violet #A11BE0
RGB
CMYK
RGB Variations
Color information
#A11BE0 (or 0xA11BE0) is known color: Blue Violet. HEX triplet: A1, 1B and E0. RGB value is (161,27,224). Sum of RGB (Red+Green+Blue) = 161+27+224=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 27 (10.94% from 255 or 6.55% from 412); Blue value is 224 (87.89% from 255 or 54.37% from 412); Max value from RGB is 224 - color contains mainly: blue. Hex color #A11BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11BE0 is #5EE41F. Grayscale: #585858. Windows color (decimal): -6218784 or 14687137. OLE color: 14687137.
HSL color Cylindrical-coordinate representation of color #A11BE0: hue angle of 280.81º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11BE0 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 27 | 224 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.12 |
| HSL | 280.81º | 0.78% | 0.49% | - |
| HSV(B) | 280.81º | 0.88% | 0.88% | - |
| XYZ | 28.54 | 13.74 | 71.67 | - |
| YUV | 89.52 | 203.89 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 27 | 224 | 0.28 | 0.88 | 0 | 0.12 | 280.81 | 0.78 | 0.49 |
| Hex | A1 | 1B | E0 | 1C | 58 | 0 | C | 119 | 4E | 31 |
| Octal | 241 | 33 | 340 | 34 | 130 | 0 | 14 | 431 | 116 | 61 |
| Binary | 10100001 | 11011 | 11100000 | 11100 | 1011000 | 0 | 1100 | 100011001 | 1001110 | 110001 |
Color Harmonies of #A11BE0
Complementary color
Monochromatic Colors of #A11BE0
Black with #A11BE0
Text Example
Text Example
White with #A11BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11BE0; }
p { color: rgb(161,27,224); }
H1.HeaderClassName
{
color: #A11BE0;
}
.AnyTagClassName
{
color: #A11BE0;
}
</style>
background-color css
<style>
a { background-color: #A11BE0; }
a { background-color: rgb(161,27,224); }
div.DivClassName
{
background-color: #A11BE0;
}
.BgClassName
{
background-color: #A11BE0;
}
</style>
border-color css
<style>
span { border-color: #A11BE0; }
span { border-color: rgb(161,27,224); }
td.TdClassName
{
border-color: #A11BE0;
}
.TagClassName
{
border-color: #A11BE0;
}
</style>