Shades of Blue Violet #A11AE5
Tints of Blue Violet #A11AE5
RGB
CMYK
RGB Variations
Color information
#A11AE5 (or 0xA11AE5) is known color: Blue Violet. HEX triplet: A1, 1A and E5. RGB value is (161,26,229). Sum of RGB (Red+Green+Blue) = 161+26+229=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 26 (10.55% from 255 or 6.25% from 416); Blue value is 229 (89.84% from 255 or 55.05% from 416); Max value from RGB is 229 - color contains mainly: blue. Hex color #A11AE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11AE5 is #5EE51A. Grayscale: #585858. Windows color (decimal): -6219035 or 15014561. OLE color: 15014561.
HSL color Cylindrical-coordinate representation of color #A11AE5: hue angle of 279.9º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A11AE5 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 26 | 229 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.10 |
| HSL | 279.9º | 0.8% | 0.5% | - |
| HSV(B) | 279.9º | 0.89% | 0.9% | - |
| XYZ | 29.21 | 13.97 | 75.29 | - |
| YUV | 89.51 | 206.73 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 26 | 229 | 0.30 | 0.89 | 0 | 0.10 | 279.9 | 0.8 | 0.5 |
| Hex | A1 | 1A | E5 | 1E | 59 | 0 | A | 118 | 50 | 32 |
| Octal | 241 | 32 | 345 | 36 | 131 | 0 | 12 | 430 | 120 | 62 |
| Binary | 10100001 | 11010 | 11100101 | 11110 | 1011001 | 0 | 1010 | 100011000 | 1010000 | 110010 |
Color Harmonies of #A11AE5
Complementary color
Monochromatic Colors of #A11AE5
Black with #A11AE5
Text Example
Text Example
White with #A11AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11AE5; }
p { color: rgb(161,26,229); }
H1.HeaderClassName
{
color: #A11AE5;
}
.AnyTagClassName
{
color: #A11AE5;
}
</style>
background-color css
<style>
a { background-color: #A11AE5; }
a { background-color: rgb(161,26,229); }
div.DivClassName
{
background-color: #A11AE5;
}
.BgClassName
{
background-color: #A11AE5;
}
</style>
border-color css
<style>
span { border-color: #A11AE5; }
span { border-color: rgb(161,26,229); }
td.TdClassName
{
border-color: #A11AE5;
}
.TagClassName
{
border-color: #A11AE5;
}
</style>