Shades of Blue Violet #A11CEA
Tints of Blue Violet #A11CEA
RGB
CMYK
RGB Variations
Color information
#A11CEA (or 0xA11CEA) is known color: Blue Violet. HEX triplet: A1, 1C and EA. RGB value is (161,28,234). Sum of RGB (Red+Green+Blue) = 161+28+234=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 28 (11.33% from 255 or 6.62% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #A11CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11CEA is #5EE315. Grayscale: #5A5A5A. Windows color (decimal): -6218518 or 15342753. OLE color: 15342753.
HSL color Cylindrical-coordinate representation of color #A11CEA: hue angle of 278.74º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11CEA is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 28 | 234 | - |
| CMYK | 0.31 | 0.88 | 0 | 0.08 |
| HSL | 278.74º | 0.83% | 0.51% | - |
| HSV(B) | 278.74º | 0.88% | 0.92% | - |
| XYZ | 29.96 | 14.35 | 79.03 | - |
| YUV | 91.25 | 208.56 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 28 | 234 | 0.31 | 0.88 | 0 | 0.08 | 278.74 | 0.83 | 0.51 |
| Hex | A1 | 1C | EA | 1F | 58 | 0 | 8 | 117 | 53 | 33 |
| Octal | 241 | 34 | 352 | 37 | 130 | 0 | 10 | 427 | 123 | 63 |
| Binary | 10100001 | 11100 | 11101010 | 11111 | 1011000 | 0 | 1000 | 100010111 | 1010011 | 110011 |
Color Harmonies of #A11CEA
Complementary color
Monochromatic Colors of #A11CEA
Black with #A11CEA
Text Example
Text Example
White with #A11CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11CEA; }
p { color: rgb(161,28,234); }
H1.HeaderClassName
{
color: #A11CEA;
}
.AnyTagClassName
{
color: #A11CEA;
}
</style>
background-color css
<style>
a { background-color: #A11CEA; }
a { background-color: rgb(161,28,234); }
div.DivClassName
{
background-color: #A11CEA;
}
.BgClassName
{
background-color: #A11CEA;
}
</style>
border-color css
<style>
span { border-color: #A11CEA; }
span { border-color: rgb(161,28,234); }
td.TdClassName
{
border-color: #A11CEA;
}
.TagClassName
{
border-color: #A11CEA;
}
</style>