Shades of Blue Violet #A11EFB
Tints of Blue Violet #A11EFB
RGB
CMYK
RGB Variations
Color information
#A11EFB (or 0xA11EFB) is known color: Blue Violet. HEX triplet: A1, 1E and FB. RGB value is (161,30,251). Sum of RGB (Red+Green+Blue) = 161+30+251=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 30 (12.11% from 255 or 6.79% from 442); Blue value is 251 (98.44% from 255 or 56.79% from 442); Max value from RGB is 251 - color contains mainly: blue. Hex color #A11EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11EFB is #5EE104. Grayscale: #5D5D5D. Windows color (decimal): -6217989 or 16457377. OLE color: 16457377.
HSL color Cylindrical-coordinate representation of color #A11EFB: hue angle of 275.57º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11EFB is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 30 | 251 | - |
| CMYK | 0.36 | 0.88 | 0 | 0.02 |
| HSL | 275.57º | 0.97% | 0.55% | - |
| HSV(B) | 275.57º | 0.88% | 0.98% | - |
| XYZ | 32.57 | 15.47 | 92.54 | - |
| YUV | 94.36 | 216.4 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 30 | 251 | 0.36 | 0.88 | 0 | 0.02 | 275.57 | 0.97 | 0.55 |
| Hex | A1 | 1E | FB | 24 | 58 | 0 | 2 | 114 | 61 | 37 |
| Octal | 241 | 36 | 373 | 44 | 130 | 0 | 2 | 424 | 141 | 67 |
| Binary | 10100001 | 11110 | 11111011 | 100100 | 1011000 | 0 | 10 | 100010100 | 1100001 | 110111 |
Color Harmonies of #A11EFB
Complementary color
Monochromatic Colors of #A11EFB
Black with #A11EFB
Text Example
Text Example
White with #A11EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11EFB; }
p { color: rgb(161,30,251); }
H1.HeaderClassName
{
color: #A11EFB;
}
.AnyTagClassName
{
color: #A11EFB;
}
</style>
background-color css
<style>
a { background-color: #A11EFB; }
a { background-color: rgb(161,30,251); }
div.DivClassName
{
background-color: #A11EFB;
}
.BgClassName
{
background-color: #A11EFB;
}
</style>
border-color css
<style>
span { border-color: #A11EFB; }
span { border-color: rgb(161,30,251); }
td.TdClassName
{
border-color: #A11EFB;
}
.TagClassName
{
border-color: #A11EFB;
}
</style>