Shades of Blue Violet #A11DF7
Tints of Blue Violet #A11DF7
RGB
CMYK
RGB Variations
Color information
#A11DF7 (or 0xA11DF7) is known color: Blue Violet. HEX triplet: A1, 1D and F7. RGB value is (161,29,247). Sum of RGB (Red+Green+Blue) = 161+29+247=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 29 (11.72% from 255 or 6.64% from 437); Blue value is 247 (96.88% from 255 or 56.52% from 437); Max value from RGB is 247 - color contains mainly: blue. Hex color #A11DF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A11DF7 is #5EE208. Grayscale: #5C5C5C. Windows color (decimal): -6218249 or 16194977. OLE color: 16194977.
HSL color Cylindrical-coordinate representation of color #A11DF7: hue angle of 276.33º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A11DF7 is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 29 | 247 | - |
| CMYK | 0.35 | 0.88 | 0 | 0.03 |
| HSL | 276.33º | 0.93% | 0.54% | - |
| HSV(B) | 276.33º | 0.88% | 0.97% | - |
| XYZ | 31.93 | 15.17 | 89.24 | - |
| YUV | 93.32 | 214.73 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 29 | 247 | 0.35 | 0.88 | 0 | 0.03 | 276.33 | 0.93 | 0.54 |
| Hex | A1 | 1D | F7 | 23 | 58 | 0 | 3 | 114 | 5D | 36 |
| Octal | 241 | 35 | 367 | 43 | 130 | 0 | 3 | 424 | 135 | 66 |
| Binary | 10100001 | 11101 | 11110111 | 100011 | 1011000 | 0 | 11 | 100010100 | 1011101 | 110110 |
Color Harmonies of #A11DF7
Complementary color
Monochromatic Colors of #A11DF7
Black with #A11DF7
Text Example
Text Example
White with #A11DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11DF7; }
p { color: rgb(161,29,247); }
H1.HeaderClassName
{
color: #A11DF7;
}
.AnyTagClassName
{
color: #A11DF7;
}
</style>
background-color css
<style>
a { background-color: #A11DF7; }
a { background-color: rgb(161,29,247); }
div.DivClassName
{
background-color: #A11DF7;
}
.BgClassName
{
background-color: #A11DF7;
}
</style>
border-color css
<style>
span { border-color: #A11DF7; }
span { border-color: rgb(161,29,247); }
td.TdClassName
{
border-color: #A11DF7;
}
.TagClassName
{
border-color: #A11DF7;
}
</style>