Shades of Blue Violet #A11DFC
Tints of Blue Violet #A11DFC
RGB
CMYK
RGB Variations
Color information
#A11DFC (or 0xA11DFC) is known color: Blue Violet. HEX triplet: A1, 1D and FC. RGB value is (161,29,252). Sum of RGB (Red+Green+Blue) = 161+29+252=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 29 (11.72% from 255 or 6.56% from 442); Blue value is 252 (98.83% from 255 or 57.01% from 442); Max value from RGB is 252 - color contains mainly: blue. Hex color #A11DFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11DFC is #5EE203. Grayscale: #5D5D5D. Windows color (decimal): -6218244 or 16522657. OLE color: 16522657.
HSL color Cylindrical-coordinate representation of color #A11DFC: hue angle of 275.52º 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 #A11DFC is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 29 | 252 | - |
| CMYK | 0.36 | 0.88 | 0 | 0.01 |
| HSL | 275.52º | 0.97% | 0.55% | - |
| HSV(B) | 275.52º | 0.88% | 0.99% | - |
| XYZ | 32.71 | 15.48 | 93.36 | - |
| YUV | 93.89 | 217.23 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 29 | 252 | 0.36 | 0.88 | 0 | 0.01 | 275.52 | 0.97 | 0.55 |
| Hex | A1 | 1D | FC | 24 | 58 | 0 | 1 | 114 | 61 | 37 |
| Octal | 241 | 35 | 374 | 44 | 130 | 0 | 1 | 424 | 141 | 67 |
| Binary | 10100001 | 11101 | 11111100 | 100100 | 1011000 | 0 | 1 | 100010100 | 1100001 | 110111 |
Color Harmonies of #A11DFC
Complementary color
Monochromatic Colors of #A11DFC
Black with #A11DFC
Text Example
Text Example
White with #A11DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11DFC; }
p { color: rgb(161,29,252); }
H1.HeaderClassName
{
color: #A11DFC;
}
.AnyTagClassName
{
color: #A11DFC;
}
</style>
background-color css
<style>
a { background-color: #A11DFC; }
a { background-color: rgb(161,29,252); }
div.DivClassName
{
background-color: #A11DFC;
}
.BgClassName
{
background-color: #A11DFC;
}
</style>
border-color css
<style>
span { border-color: #A11DFC; }
span { border-color: rgb(161,29,252); }
td.TdClassName
{
border-color: #A11DFC;
}
.TagClassName
{
border-color: #A11DFC;
}
</style>