Shades of Blue Violet #A11AFE
Tints of Blue Violet #A11AFE
RGB
CMYK
RGB Variations
Color information
#A11AFE (or 0xA11AFE) is known color: Blue Violet. HEX triplet: A1, 1A and FE. RGB value is (161,26,254). Sum of RGB (Red+Green+Blue) = 161+26+254=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 26 (10.55% from 255 or 5.90% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #A11AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11AFE is #5EE501. Grayscale: #5B5B5B. Windows color (decimal): -6219010 or 16652961. OLE color: 16652961.
HSL color Cylindrical-coordinate representation of color #A11AFE: hue angle of 275.53º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A11AFE is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 26 | 254 | - |
| CMYK | 0.37 | 0.90 | 0 | 0.00 |
| HSL | 275.53º | 0.99% | 0.55% | - |
| HSV(B) | 275.53º | 0.9% | 1% | - |
| XYZ | 32.96 | 15.47 | 95.02 | - |
| YUV | 92.36 | 219.23 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 26 | 254 | 0.37 | 0.90 | 0 | 0.00 | 275.53 | 0.99 | 0.55 |
| Hex | A1 | 1A | FE | 25 | 5A | 0 | 0 | 114 | 63 | 37 |
| Octal | 241 | 32 | 376 | 45 | 132 | 0 | 0 | 424 | 143 | 67 |
| Binary | 10100001 | 11010 | 11111110 | 100101 | 1011010 | 0 | 0 | 100010100 | 1100011 | 110111 |
Color Harmonies of #A11AFE
Complementary color
Monochromatic Colors of #A11AFE
Black with #A11AFE
Text Example
Text Example
White with #A11AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11AFE; }
p { color: rgb(161,26,254); }
H1.HeaderClassName
{
color: #A11AFE;
}
.AnyTagClassName
{
color: #A11AFE;
}
</style>
background-color css
<style>
a { background-color: #A11AFE; }
a { background-color: rgb(161,26,254); }
div.DivClassName
{
background-color: #A11AFE;
}
.BgClassName
{
background-color: #A11AFE;
}
</style>
border-color css
<style>
span { border-color: #A11AFE; }
span { border-color: rgb(161,26,254); }
td.TdClassName
{
border-color: #A11AFE;
}
.TagClassName
{
border-color: #A11AFE;
}
</style>