Shades of Blue Violet #A11FE9
Tints of Blue Violet #A11FE9
RGB
CMYK
RGB Variations
Color information
#A11FE9 (or 0xA11FE9) is known color: Blue Violet. HEX triplet: A1, 1F and E9. RGB value is (161,31,233). Sum of RGB (Red+Green+Blue) = 161+31+233=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 31 (12.5% from 255 or 7.29% from 425); Blue value is 233 (91.41% from 255 or 54.82% from 425); Max value from RGB is 233 - color contains mainly: blue. Hex color #A11FE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11FE9 is #5EE016. Grayscale: #5C5C5C. Windows color (decimal): -6217751 or 15277985. OLE color: 15277985.
HSL color Cylindrical-coordinate representation of color #A11FE9: hue angle of 278.61º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A11FE9 is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 31 | 233 | - |
| CMYK | 0.31 | 0.87 | 0 | 0.09 |
| HSL | 278.61º | 0.82% | 0.52% | - |
| HSV(B) | 278.61º | 0.87% | 0.91% | - |
| XYZ | 29.9 | 14.44 | 78.3 | - |
| YUV | 92.9 | 207.07 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 31 | 233 | 0.31 | 0.87 | 0 | 0.09 | 278.61 | 0.82 | 0.52 |
| Hex | A1 | 1F | E9 | 1F | 57 | 0 | 9 | 117 | 52 | 34 |
| Octal | 241 | 37 | 351 | 37 | 127 | 0 | 11 | 427 | 122 | 64 |
| Binary | 10100001 | 11111 | 11101001 | 11111 | 1010111 | 0 | 1001 | 100010111 | 1010010 | 110100 |
Color Harmonies of #A11FE9
Complementary color
Monochromatic Colors of #A11FE9
Black with #A11FE9
Text Example
Text Example
White with #A11FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11FE9; }
p { color: rgb(161,31,233); }
H1.HeaderClassName
{
color: #A11FE9;
}
.AnyTagClassName
{
color: #A11FE9;
}
</style>
background-color css
<style>
a { background-color: #A11FE9; }
a { background-color: rgb(161,31,233); }
div.DivClassName
{
background-color: #A11FE9;
}
.BgClassName
{
background-color: #A11FE9;
}
</style>
border-color css
<style>
span { border-color: #A11FE9; }
span { border-color: rgb(161,31,233); }
td.TdClassName
{
border-color: #A11FE9;
}
.TagClassName
{
border-color: #A11FE9;
}
</style>