Shades of Blue Violet #A11BED
Tints of Blue Violet #A11BED
RGB
CMYK
RGB Variations
Color information
#A11BED (or 0xA11BED) is known color: Blue Violet. HEX triplet: A1, 1B and ED. RGB value is (161,27,237). Sum of RGB (Red+Green+Blue) = 161+27+237=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 27 (10.94% from 255 or 6.35% from 425); Blue value is 237 (92.97% from 255 or 55.76% from 425); Max value from RGB is 237 - color contains mainly: blue. Hex color #A11BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11BED is #5EE412. Grayscale: #5A5A5A. Windows color (decimal): -6218771 or 15539105. OLE color: 15539105.
HSL color Cylindrical-coordinate representation of color #A11BED: hue angle of 278.29º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A11BED is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 27 | 237 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.07 |
| HSL | 278.29º | 0.85% | 0.52% | - |
| HSV(B) | 278.29º | 0.89% | 0.93% | - |
| XYZ | 30.38 | 14.48 | 81.31 | - |
| YUV | 91.01 | 210.39 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 27 | 237 | 0.32 | 0.89 | 0 | 0.07 | 278.29 | 0.85 | 0.52 |
| Hex | A1 | 1B | ED | 20 | 59 | 0 | 7 | 116 | 55 | 34 |
| Octal | 241 | 33 | 355 | 40 | 131 | 0 | 7 | 426 | 125 | 64 |
| Binary | 10100001 | 11011 | 11101101 | 100000 | 1011001 | 0 | 111 | 100010110 | 1010101 | 110100 |
Color Harmonies of #A11BED
Complementary color
Monochromatic Colors of #A11BED
Black with #A11BED
Text Example
Text Example
White with #A11BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11BED; }
p { color: rgb(161,27,237); }
H1.HeaderClassName
{
color: #A11BED;
}
.AnyTagClassName
{
color: #A11BED;
}
</style>
background-color css
<style>
a { background-color: #A11BED; }
a { background-color: rgb(161,27,237); }
div.DivClassName
{
background-color: #A11BED;
}
.BgClassName
{
background-color: #A11BED;
}
</style>
border-color css
<style>
span { border-color: #A11BED; }
span { border-color: rgb(161,27,237); }
td.TdClassName
{
border-color: #A11BED;
}
.TagClassName
{
border-color: #A11BED;
}
</style>