Shades of Blue Violet #A11CEB
Tints of Blue Violet #A11CEB
RGB
CMYK
RGB Variations
Color information
#A11CEB (or 0xA11CEB) is known color: Blue Violet. HEX triplet: A1, 1C and EB. RGB value is (161,28,235). Sum of RGB (Red+Green+Blue) = 161+28+235=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 28 (11.33% from 255 or 6.60% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #A11CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11CEB is #5EE314. Grayscale: #5A5A5A. Windows color (decimal): -6218517 or 15408289. OLE color: 15408289.
HSL color Cylindrical-coordinate representation of color #A11CEB: hue angle of 278.55º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11CEB is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 28 | 235 | - |
| CMYK | 0.31 | 0.88 | 0 | 0.08 |
| HSL | 278.55º | 0.84% | 0.52% | - |
| HSV(B) | 278.55º | 0.88% | 0.92% | - |
| XYZ | 30.11 | 14.41 | 79.79 | - |
| YUV | 91.37 | 209.06 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 28 | 235 | 0.31 | 0.88 | 0 | 0.08 | 278.55 | 0.84 | 0.52 |
| Hex | A1 | 1C | EB | 1F | 58 | 0 | 8 | 117 | 54 | 34 |
| Octal | 241 | 34 | 353 | 37 | 130 | 0 | 10 | 427 | 124 | 64 |
| Binary | 10100001 | 11100 | 11101011 | 11111 | 1011000 | 0 | 1000 | 100010111 | 1010100 | 110100 |
Color Harmonies of #A11CEB
Complementary color
Monochromatic Colors of #A11CEB
Black with #A11CEB
Text Example
Text Example
White with #A11CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11CEB; }
p { color: rgb(161,28,235); }
H1.HeaderClassName
{
color: #A11CEB;
}
.AnyTagClassName
{
color: #A11CEB;
}
</style>
background-color css
<style>
a { background-color: #A11CEB; }
a { background-color: rgb(161,28,235); }
div.DivClassName
{
background-color: #A11CEB;
}
.BgClassName
{
background-color: #A11CEB;
}
</style>
border-color css
<style>
span { border-color: #A11CEB; }
span { border-color: rgb(161,28,235); }
td.TdClassName
{
border-color: #A11CEB;
}
.TagClassName
{
border-color: #A11CEB;
}
</style>