Shades of Blue Violet #A11DFE
Tints of Blue Violet #A11DFE
RGB
CMYK
RGB Variations
Color information
#A11DFE (or 0xA11DFE) is known color: Blue Violet. HEX triplet: A1, 1D and FE. RGB value is (161,29,254). Sum of RGB (Red+Green+Blue) = 161+29+254=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 29 (11.72% from 255 or 6.53% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #A11DFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11DFE is #5EE201. Grayscale: #5D5D5D. Windows color (decimal): -6218242 or 16653729. OLE color: 16653729.
HSL color Cylindrical-coordinate representation of color #A11DFE: hue angle of 275.2º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A11DFE is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 29 | 254 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.00 |
| HSL | 275.2º | 0.99% | 0.55% | - |
| HSV(B) | 275.2º | 0.89% | 1% | - |
| XYZ | 33.03 | 15.61 | 95.04 | - |
| YUV | 94.12 | 218.23 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 29 | 254 | 0.37 | 0.89 | 0 | 0.00 | 275.2 | 0.99 | 0.55 |
| Hex | A1 | 1D | FE | 25 | 59 | 0 | 0 | 113 | 63 | 37 |
| Octal | 241 | 35 | 376 | 45 | 131 | 0 | 0 | 423 | 143 | 67 |
| Binary | 10100001 | 11101 | 11111110 | 100101 | 1011001 | 0 | 0 | 100010011 | 1100011 | 110111 |
Color Harmonies of #A11DFE
Complementary color
Monochromatic Colors of #A11DFE
Black with #A11DFE
Text Example
Text Example
White with #A11DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11DFE; }
p { color: rgb(161,29,254); }
H1.HeaderClassName
{
color: #A11DFE;
}
.AnyTagClassName
{
color: #A11DFE;
}
</style>
background-color css
<style>
a { background-color: #A11DFE; }
a { background-color: rgb(161,29,254); }
div.DivClassName
{
background-color: #A11DFE;
}
.BgClassName
{
background-color: #A11DFE;
}
</style>
border-color css
<style>
span { border-color: #A11DFE; }
span { border-color: rgb(161,29,254); }
td.TdClassName
{
border-color: #A11DFE;
}
.TagClassName
{
border-color: #A11DFE;
}
</style>