Shades of Blue Violet #A11FE4
Tints of Blue Violet #A11FE4
RGB
CMYK
RGB Variations
Color information
#A11FE4 (or 0xA11FE4) is known color: Blue Violet. HEX triplet: A1, 1F and E4. RGB value is (161,31,228). Sum of RGB (Red+Green+Blue) = 161+31+228=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 31 (12.5% from 255 or 7.38% from 420); Blue value is 228 (89.45% from 255 or 54.29% from 420); Max value from RGB is 228 - color contains mainly: blue. Hex color #A11FE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11FE4 is #5EE01B. Grayscale: #5B5B5B. Windows color (decimal): -6217756 or 14950305. OLE color: 14950305.
HSL color Cylindrical-coordinate representation of color #A11FE4: hue angle of 279.59º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A11FE4 is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 31 | 228 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.11 |
| HSL | 279.59º | 0.78% | 0.51% | - |
| HSV(B) | 279.59º | 0.86% | 0.89% | - |
| XYZ | 29.19 | 14.16 | 74.59 | - |
| YUV | 92.33 | 204.57 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 31 | 228 | 0.29 | 0.86 | 0 | 0.11 | 279.59 | 0.78 | 0.51 |
| Hex | A1 | 1F | E4 | 1D | 56 | 0 | B | 118 | 4E | 33 |
| Octal | 241 | 37 | 344 | 35 | 126 | 0 | 13 | 430 | 116 | 63 |
| Binary | 10100001 | 11111 | 11100100 | 11101 | 1010110 | 0 | 1011 | 100011000 | 1001110 | 110011 |
Color Harmonies of #A11FE4
Complementary color
Monochromatic Colors of #A11FE4
Black with #A11FE4
Text Example
Text Example
White with #A11FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11FE4; }
p { color: rgb(161,31,228); }
H1.HeaderClassName
{
color: #A11FE4;
}
.AnyTagClassName
{
color: #A11FE4;
}
</style>
background-color css
<style>
a { background-color: #A11FE4; }
a { background-color: rgb(161,31,228); }
div.DivClassName
{
background-color: #A11FE4;
}
.BgClassName
{
background-color: #A11FE4;
}
</style>
border-color css
<style>
span { border-color: #A11FE4; }
span { border-color: rgb(161,31,228); }
td.TdClassName
{
border-color: #A11FE4;
}
.TagClassName
{
border-color: #A11FE4;
}
</style>