Shades of Blue Violet #A11FEA
Tints of Blue Violet #A11FEA
RGB
CMYK
RGB Variations
Color information
#A11FEA (or 0xA11FEA) is known color: Blue Violet. HEX triplet: A1, 1F and EA. RGB value is (161,31,234). Sum of RGB (Red+Green+Blue) = 161+31+234=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 31 (12.5% from 255 or 7.28% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #A11FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11FEA is #5EE015. Grayscale: #5C5C5C. Windows color (decimal): -6217750 or 15343521. OLE color: 15343521.
HSL color Cylindrical-coordinate representation of color #A11FEA: hue angle of 278.42º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A11FEA is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 31 | 234 | - |
| CMYK | 0.31 | 0.87 | 0 | 0.08 |
| HSL | 278.42º | 0.83% | 0.52% | - |
| HSV(B) | 278.42º | 0.87% | 0.92% | - |
| XYZ | 30.04 | 14.5 | 79.06 | - |
| YUV | 93.01 | 207.57 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 31 | 234 | 0.31 | 0.87 | 0 | 0.08 | 278.42 | 0.83 | 0.52 |
| Hex | A1 | 1F | EA | 1F | 57 | 0 | 8 | 116 | 53 | 34 |
| Octal | 241 | 37 | 352 | 37 | 127 | 0 | 10 | 426 | 123 | 64 |
| Binary | 10100001 | 11111 | 11101010 | 11111 | 1010111 | 0 | 1000 | 100010110 | 1010011 | 110100 |
Color Harmonies of #A11FEA
Complementary color
Monochromatic Colors of #A11FEA
Black with #A11FEA
Text Example
Text Example
White with #A11FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11FEA; }
p { color: rgb(161,31,234); }
H1.HeaderClassName
{
color: #A11FEA;
}
.AnyTagClassName
{
color: #A11FEA;
}
</style>
background-color css
<style>
a { background-color: #A11FEA; }
a { background-color: rgb(161,31,234); }
div.DivClassName
{
background-color: #A11FEA;
}
.BgClassName
{
background-color: #A11FEA;
}
</style>
border-color css
<style>
span { border-color: #A11FEA; }
span { border-color: rgb(161,31,234); }
td.TdClassName
{
border-color: #A11FEA;
}
.TagClassName
{
border-color: #A11FEA;
}
</style>