Shades of Blue Violet #A11CED
Tints of Blue Violet #A11CED
RGB
CMYK
RGB Variations
Color information
#A11CED (or 0xA11CED) is known color: Blue Violet. HEX triplet: A1, 1C and ED. RGB value is (161,28,237). Sum of RGB (Red+Green+Blue) = 161+28+237=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 28 (11.33% from 255 or 6.57% from 426); Blue value is 237 (92.97% from 255 or 55.63% from 426); Max value from RGB is 237 - color contains mainly: blue. Hex color #A11CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11CED is #5EE312. Grayscale: #5A5A5A. Windows color (decimal): -6218515 or 15539361. OLE color: 15539361.
HSL color Cylindrical-coordinate representation of color #A11CED: hue angle of 278.18º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11CED is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 28 | 237 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.07 |
| HSL | 278.18º | 0.85% | 0.52% | - |
| HSV(B) | 278.18º | 0.88% | 0.93% | - |
| XYZ | 30.4 | 14.52 | 81.32 | - |
| YUV | 91.59 | 210.06 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 28 | 237 | 0.32 | 0.88 | 0 | 0.07 | 278.18 | 0.85 | 0.52 |
| Hex | A1 | 1C | ED | 20 | 58 | 0 | 7 | 116 | 55 | 34 |
| Octal | 241 | 34 | 355 | 40 | 130 | 0 | 7 | 426 | 125 | 64 |
| Binary | 10100001 | 11100 | 11101101 | 100000 | 1011000 | 0 | 111 | 100010110 | 1010101 | 110100 |
Color Harmonies of #A11CED
Complementary color
Monochromatic Colors of #A11CED
Black with #A11CED
Text Example
Text Example
White with #A11CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11CED; }
p { color: rgb(161,28,237); }
H1.HeaderClassName
{
color: #A11CED;
}
.AnyTagClassName
{
color: #A11CED;
}
</style>
background-color css
<style>
a { background-color: #A11CED; }
a { background-color: rgb(161,28,237); }
div.DivClassName
{
background-color: #A11CED;
}
.BgClassName
{
background-color: #A11CED;
}
</style>
border-color css
<style>
span { border-color: #A11CED; }
span { border-color: rgb(161,28,237); }
td.TdClassName
{
border-color: #A11CED;
}
.TagClassName
{
border-color: #A11CED;
}
</style>