Shades of Blue Violet #A11BFF
Tints of Blue Violet #A11BFF
RGB
CMYK
RGB Variations
Color information
#A11BFF (or 0xA11BFF) is known color: Blue Violet. HEX triplet: A1, 1B and FF. RGB value is (161,27,255). Sum of RGB (Red+Green+Blue) = 161+27+255=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 27 (10.94% from 255 or 6.09% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #A11BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11BFF is #5EE400. Grayscale: #5C5C5C. Windows color (decimal): -6218753 or 16718753. OLE color: 16718753.
HSL color Cylindrical-coordinate representation of color #A11BFF: hue angle of 275.26º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A11BFF is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 27 | 255 | - |
| CMYK | 0.37 | 0.89 | 0 | 0 |
| HSL | 275.26º | 1% | 0.55% | - |
| HSV(B) | 275.26º | 0.89% | 1% | - |
| XYZ | 33.14 | 15.58 | 95.87 | - |
| YUV | 93.06 | 219.39 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 27 | 255 | 0.37 | 0.89 | 0 | 0 | 275.26 | 1 | 0.55 |
| Hex | A1 | 1B | FF | 25 | 59 | 0 | 0 | 113 | 64 | 37 |
| Octal | 241 | 33 | 377 | 45 | 131 | 0 | 0 | 423 | 144 | 67 |
| Binary | 10100001 | 11011 | 11111111 | 100101 | 1011001 | 0 | 0 | 100010011 | 1100100 | 110111 |
Color Harmonies of #A11BFF
Complementary color
Monochromatic Colors of #A11BFF
Black with #A11BFF
Text Example
Text Example
White with #A11BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11BFF; }
p { color: rgb(161,27,255); }
H1.HeaderClassName
{
color: #A11BFF;
}
.AnyTagClassName
{
color: #A11BFF;
}
</style>
background-color css
<style>
a { background-color: #A11BFF; }
a { background-color: rgb(161,27,255); }
div.DivClassName
{
background-color: #A11BFF;
}
.BgClassName
{
background-color: #A11BFF;
}
</style>
border-color css
<style>
span { border-color: #A11BFF; }
span { border-color: rgb(161,27,255); }
td.TdClassName
{
border-color: #A11BFF;
}
.TagClassName
{
border-color: #A11BFF;
}
</style>