Shades of Blue Violet #A11BF7
Tints of Blue Violet #A11BF7
RGB
CMYK
RGB Variations
Color information
#A11BF7 (or 0xA11BF7) is known color: Blue Violet. HEX triplet: A1, 1B and F7. RGB value is (161,27,247). Sum of RGB (Red+Green+Blue) = 161+27+247=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 27 (10.94% from 255 or 6.21% from 435); Blue value is 247 (96.88% from 255 or 56.78% from 435); Max value from RGB is 247 - color contains mainly: blue. Hex color #A11BF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11BF7 is #5EE408. Grayscale: #5B5B5B. Windows color (decimal): -6218761 or 16194465. OLE color: 16194465.
HSL color Cylindrical-coordinate representation of color #A11BF7: hue angle of 276.55º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A11BF7 is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 27 | 247 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.03 |
| HSL | 276.55º | 0.93% | 0.54% | - |
| HSV(B) | 276.55º | 0.89% | 0.97% | - |
| XYZ | 31.88 | 15.08 | 89.23 | - |
| YUV | 92.15 | 215.39 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 27 | 247 | 0.35 | 0.89 | 0 | 0.03 | 276.55 | 0.93 | 0.54 |
| Hex | A1 | 1B | F7 | 23 | 59 | 0 | 3 | 115 | 5D | 36 |
| Octal | 241 | 33 | 367 | 43 | 131 | 0 | 3 | 425 | 135 | 66 |
| Binary | 10100001 | 11011 | 11110111 | 100011 | 1011001 | 0 | 11 | 100010101 | 1011101 | 110110 |
Color Harmonies of #A11BF7
Complementary color
Monochromatic Colors of #A11BF7
Black with #A11BF7
Text Example
Text Example
White with #A11BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11BF7; }
p { color: rgb(161,27,247); }
H1.HeaderClassName
{
color: #A11BF7;
}
.AnyTagClassName
{
color: #A11BF7;
}
</style>
background-color css
<style>
a { background-color: #A11BF7; }
a { background-color: rgb(161,27,247); }
div.DivClassName
{
background-color: #A11BF7;
}
.BgClassName
{
background-color: #A11BF7;
}
</style>
border-color css
<style>
span { border-color: #A11BF7; }
span { border-color: rgb(161,27,247); }
td.TdClassName
{
border-color: #A11BF7;
}
.TagClassName
{
border-color: #A11BF7;
}
</style>