Shades of Blue Violet #A11EFF
Tints of Blue Violet #A11EFF
RGB
CMYK
RGB Variations
Color information
#A11EFF (or 0xA11EFF) is known color: Blue Violet. HEX triplet: A1, 1E and FF. RGB value is (161,30,255). Sum of RGB (Red+Green+Blue) = 161+30+255=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 30 (12.11% from 255 or 6.73% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #A11EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11EFF is #5EE100. Grayscale: #5E5E5E. Windows color (decimal): -6217985 or 16719521. OLE color: 16719521.
HSL color Cylindrical-coordinate representation of color #A11EFF: hue angle of 274.93º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11EFF is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 30 | 255 | - |
| CMYK | 0.37 | 0.88 | 0 | 0 |
| HSL | 274.93º | 1% | 0.56% | - |
| HSV(B) | 274.93º | 0.88% | 1% | - |
| XYZ | 33.21 | 15.73 | 95.89 | - |
| YUV | 94.82 | 218.4 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 30 | 255 | 0.37 | 0.88 | 0 | 0 | 274.93 | 1 | 0.56 |
| Hex | A1 | 1E | FF | 25 | 58 | 0 | 0 | 113 | 64 | 38 |
| Octal | 241 | 36 | 377 | 45 | 130 | 0 | 0 | 423 | 144 | 70 |
| Binary | 10100001 | 11110 | 11111111 | 100101 | 1011000 | 0 | 0 | 100010011 | 1100100 | 111000 |
Color Harmonies of #A11EFF
Complementary color
Monochromatic Colors of #A11EFF
Black with #A11EFF
Text Example
Text Example
White with #A11EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11EFF; }
p { color: rgb(161,30,255); }
H1.HeaderClassName
{
color: #A11EFF;
}
.AnyTagClassName
{
color: #A11EFF;
}
</style>
background-color css
<style>
a { background-color: #A11EFF; }
a { background-color: rgb(161,30,255); }
div.DivClassName
{
background-color: #A11EFF;
}
.BgClassName
{
background-color: #A11EFF;
}
</style>
border-color css
<style>
span { border-color: #A11EFF; }
span { border-color: rgb(161,30,255); }
td.TdClassName
{
border-color: #A11EFF;
}
.TagClassName
{
border-color: #A11EFF;
}
</style>