Shades of Blue Violet #A11FEE
Tints of Blue Violet #A11FEE
RGB
CMYK
RGB Variations
Color information
#A11FEE (or 0xA11FEE) is known color: Blue Violet. HEX triplet: A1, 1F and EE. RGB value is (161,31,238). Sum of RGB (Red+Green+Blue) = 161+31+238=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 31 (12.5% from 255 or 7.21% from 430); Blue value is 238 (93.36% from 255 or 55.35% from 430); Max value from RGB is 238 - color contains mainly: blue. Hex color #A11FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11FEE is #5EE011. Grayscale: #5C5C5C. Windows color (decimal): -6217746 or 15605665. OLE color: 15605665.
HSL color Cylindrical-coordinate representation of color #A11FEE: hue angle of 277.68º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A11FEE is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 31 | 238 | - |
| CMYK | 0.32 | 0.87 | 0 | 0.07 |
| HSL | 277.68º | 0.86% | 0.53% | - |
| HSV(B) | 277.68º | 0.87% | 0.93% | - |
| XYZ | 30.62 | 14.73 | 82.12 | - |
| YUV | 93.47 | 209.57 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 31 | 238 | 0.32 | 0.87 | 0 | 0.07 | 277.68 | 0.86 | 0.53 |
| Hex | A1 | 1F | EE | 20 | 57 | 0 | 7 | 116 | 56 | 35 |
| Octal | 241 | 37 | 356 | 40 | 127 | 0 | 7 | 426 | 126 | 65 |
| Binary | 10100001 | 11111 | 11101110 | 100000 | 1010111 | 0 | 111 | 100010110 | 1010110 | 110101 |
Color Harmonies of #A11FEE
Complementary color
Monochromatic Colors of #A11FEE
Black with #A11FEE
Text Example
Text Example
White with #A11FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11FEE; }
p { color: rgb(161,31,238); }
H1.HeaderClassName
{
color: #A11FEE;
}
.AnyTagClassName
{
color: #A11FEE;
}
</style>
background-color css
<style>
a { background-color: #A11FEE; }
a { background-color: rgb(161,31,238); }
div.DivClassName
{
background-color: #A11FEE;
}
.BgClassName
{
background-color: #A11FEE;
}
</style>
border-color css
<style>
span { border-color: #A11FEE; }
span { border-color: rgb(161,31,238); }
td.TdClassName
{
border-color: #A11FEE;
}
.TagClassName
{
border-color: #A11FEE;
}
</style>