Shades of Blue Violet #A11DF9
Tints of Blue Violet #A11DF9
RGB
CMYK
RGB Variations
Color information
#A11DF9 (or 0xA11DF9) is known color: Blue Violet. HEX triplet: A1, 1D and F9. RGB value is (161,29,249). Sum of RGB (Red+Green+Blue) = 161+29+249=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 29 (11.72% from 255 or 6.61% from 439); Blue value is 249 (97.66% from 255 or 56.72% from 439); Max value from RGB is 249 - color contains mainly: blue. Hex color #A11DF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11DF9 is #5EE206. Grayscale: #5C5C5C. Windows color (decimal): -6218247 or 16326049. OLE color: 16326049.
HSL color Cylindrical-coordinate representation of color #A11DF9: hue angle of 276º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11DF9 is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 29 | 249 | - |
| CMYK | 0.35 | 0.88 | 0 | 0.02 |
| HSL | 276º | 0.95% | 0.55% | - |
| HSV(B) | 276º | 0.88% | 0.98% | - |
| XYZ | 32.24 | 15.3 | 90.88 | - |
| YUV | 93.55 | 215.73 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 29 | 249 | 0.35 | 0.88 | 0 | 0.02 | 276 | 0.95 | 0.55 |
| Hex | A1 | 1D | F9 | 23 | 58 | 0 | 2 | 114 | 5F | 37 |
| Octal | 241 | 35 | 371 | 43 | 130 | 0 | 2 | 424 | 137 | 67 |
| Binary | 10100001 | 11101 | 11111001 | 100011 | 1011000 | 0 | 10 | 100010100 | 1011111 | 110111 |
Color Harmonies of #A11DF9
Complementary color
Monochromatic Colors of #A11DF9
Black with #A11DF9
Text Example
Text Example
White with #A11DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11DF9; }
p { color: rgb(161,29,249); }
H1.HeaderClassName
{
color: #A11DF9;
}
.AnyTagClassName
{
color: #A11DF9;
}
</style>
background-color css
<style>
a { background-color: #A11DF9; }
a { background-color: rgb(161,29,249); }
div.DivClassName
{
background-color: #A11DF9;
}
.BgClassName
{
background-color: #A11DF9;
}
</style>
border-color css
<style>
span { border-color: #A11DF9; }
span { border-color: rgb(161,29,249); }
td.TdClassName
{
border-color: #A11DF9;
}
.TagClassName
{
border-color: #A11DF9;
}
</style>