Shades of Blue Violet #A11FFC
Tints of Blue Violet #A11FFC
RGB
CMYK
RGB Variations
Color information
#A11FFC (or 0xA11FFC) is known color: Blue Violet. HEX triplet: A1, 1F and FC. RGB value is (161,31,252). Sum of RGB (Red+Green+Blue) = 161+31+252=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 31 (12.5% from 255 or 6.98% from 444); Blue value is 252 (98.83% from 255 or 56.76% from 444); Max value from RGB is 252 - color contains mainly: blue. Hex color #A11FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11FFC is #5EE003. Grayscale: #5E5E5E. Windows color (decimal): -6217732 or 16523169. OLE color: 16523169.
HSL color Cylindrical-coordinate representation of color #A11FFC: hue angle of 275.29º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11FFC is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 31 | 252 | - |
| CMYK | 0.36 | 0.88 | 0 | 0.01 |
| HSL | 275.29º | 0.97% | 0.55% | - |
| HSV(B) | 275.29º | 0.88% | 0.99% | - |
| XYZ | 32.76 | 15.59 | 93.38 | - |
| YUV | 95.06 | 216.57 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 31 | 252 | 0.36 | 0.88 | 0 | 0.01 | 275.29 | 0.97 | 0.55 |
| Hex | A1 | 1F | FC | 24 | 58 | 0 | 1 | 113 | 61 | 37 |
| Octal | 241 | 37 | 374 | 44 | 130 | 0 | 1 | 423 | 141 | 67 |
| Binary | 10100001 | 11111 | 11111100 | 100100 | 1011000 | 0 | 1 | 100010011 | 1100001 | 110111 |
Color Harmonies of #A11FFC
Complementary color
Monochromatic Colors of #A11FFC
Black with #A11FFC
Text Example
Text Example
White with #A11FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11FFC; }
p { color: rgb(161,31,252); }
H1.HeaderClassName
{
color: #A11FFC;
}
.AnyTagClassName
{
color: #A11FFC;
}
</style>
background-color css
<style>
a { background-color: #A11FFC; }
a { background-color: rgb(161,31,252); }
div.DivClassName
{
background-color: #A11FFC;
}
.BgClassName
{
background-color: #A11FFC;
}
</style>
border-color css
<style>
span { border-color: #A11FFC; }
span { border-color: rgb(161,31,252); }
td.TdClassName
{
border-color: #A11FFC;
}
.TagClassName
{
border-color: #A11FFC;
}
</style>