Shades of Blue Violet #A11CFF
Tints of Blue Violet #A11CFF
RGB
CMYK
RGB Variations
Color information
#A11CFF (or 0xA11CFF) is known color: Blue Violet. HEX triplet: A1, 1C and FF. RGB value is (161,28,255). Sum of RGB (Red+Green+Blue) = 161+28+255=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 28 (11.33% from 255 or 6.31% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #A11CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11CFF is #5EE300. Grayscale: #5C5C5C. Windows color (decimal): -6218497 or 16719009. OLE color: 16719009.
HSL color Cylindrical-coordinate representation of color #A11CFF: hue angle of 275.15º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A11CFF is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 28 | 255 | - |
| CMYK | 0.37 | 0.89 | 0 | 0 |
| HSL | 275.15º | 1% | 0.55% | - |
| HSV(B) | 275.15º | 0.89% | 1% | - |
| XYZ | 33.16 | 15.63 | 95.88 | - |
| YUV | 93.65 | 219.06 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 28 | 255 | 0.37 | 0.89 | 0 | 0 | 275.15 | 1 | 0.55 |
| Hex | A1 | 1C | FF | 25 | 59 | 0 | 0 | 113 | 64 | 37 |
| Octal | 241 | 34 | 377 | 45 | 131 | 0 | 0 | 423 | 144 | 67 |
| Binary | 10100001 | 11100 | 11111111 | 100101 | 1011001 | 0 | 0 | 100010011 | 1100100 | 110111 |
Color Harmonies of #A11CFF
Complementary color
Monochromatic Colors of #A11CFF
Black with #A11CFF
Text Example
Text Example
White with #A11CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11CFF; }
p { color: rgb(161,28,255); }
H1.HeaderClassName
{
color: #A11CFF;
}
.AnyTagClassName
{
color: #A11CFF;
}
</style>
background-color css
<style>
a { background-color: #A11CFF; }
a { background-color: rgb(161,28,255); }
div.DivClassName
{
background-color: #A11CFF;
}
.BgClassName
{
background-color: #A11CFF;
}
</style>
border-color css
<style>
span { border-color: #A11CFF; }
span { border-color: rgb(161,28,255); }
td.TdClassName
{
border-color: #A11CFF;
}
.TagClassName
{
border-color: #A11CFF;
}
</style>