Shades of Blue Violet #A11FED
Tints of Blue Violet #A11FED
RGB
CMYK
RGB Variations
Color information
#A11FED (or 0xA11FED) is known color: Blue Violet. HEX triplet: A1, 1F and ED. RGB value is (161,31,237). Sum of RGB (Red+Green+Blue) = 161+31+237=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 31 (12.5% from 255 or 7.23% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #A11FED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11FED is #5EE012. Grayscale: #5C5C5C. Windows color (decimal): -6217747 or 15540129. OLE color: 15540129.
HSL color Cylindrical-coordinate representation of color #A11FED: hue angle of 277.86º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A11FED is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 31 | 237 | - |
| CMYK | 0.32 | 0.87 | 0 | 0.07 |
| HSL | 277.86º | 0.85% | 0.53% | - |
| HSV(B) | 277.86º | 0.87% | 0.93% | - |
| XYZ | 30.47 | 14.67 | 81.35 | - |
| YUV | 93.35 | 209.07 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 31 | 237 | 0.32 | 0.87 | 0 | 0.07 | 277.86 | 0.85 | 0.53 |
| Hex | A1 | 1F | ED | 20 | 57 | 0 | 7 | 116 | 55 | 35 |
| Octal | 241 | 37 | 355 | 40 | 127 | 0 | 7 | 426 | 125 | 65 |
| Binary | 10100001 | 11111 | 11101101 | 100000 | 1010111 | 0 | 111 | 100010110 | 1010101 | 110101 |
Color Harmonies of #A11FED
Complementary color
Monochromatic Colors of #A11FED
Black with #A11FED
Text Example
Text Example
White with #A11FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11FED; }
p { color: rgb(161,31,237); }
H1.HeaderClassName
{
color: #A11FED;
}
.AnyTagClassName
{
color: #A11FED;
}
</style>
background-color css
<style>
a { background-color: #A11FED; }
a { background-color: rgb(161,31,237); }
div.DivClassName
{
background-color: #A11FED;
}
.BgClassName
{
background-color: #A11FED;
}
</style>
border-color css
<style>
span { border-color: #A11FED; }
span { border-color: rgb(161,31,237); }
td.TdClassName
{
border-color: #A11FED;
}
.TagClassName
{
border-color: #A11FED;
}
</style>