Shades of Blue Violet #A116F5
Tints of Blue Violet #A116F5
RGB
CMYK
RGB Variations
Color information
#A116F5 (or 0xA116F5) is known color: Blue Violet. HEX triplet: A1, 16 and F5. RGB value is (161,22,245). Sum of RGB (Red+Green+Blue) = 161+22+245=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 22 (8.98% from 255 or 5.14% from 428); Blue value is 245 (96.09% from 255 or 57.24% from 428); Max value from RGB is 245 - color contains mainly: blue. Hex color #A116F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A116F5 is #5EE90A. Grayscale: #585858. Windows color (decimal): -6220043 or 16062113. OLE color: 16062113.
HSL color Cylindrical-coordinate representation of color #A116F5: hue angle of 277.4º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A116F5 is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 22 | 245 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.04 |
| HSL | 277.4º | 0.92% | 0.52% | - |
| HSV(B) | 277.4º | 0.91% | 0.96% | - |
| XYZ | 31.47 | 14.74 | 87.57 | - |
| YUV | 88.98 | 216.05 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 22 | 245 | 0.34 | 0.91 | 0 | 0.04 | 277.4 | 0.92 | 0.52 |
| Hex | A1 | 16 | F5 | 22 | 5B | 0 | 4 | 115 | 5C | 34 |
| Octal | 241 | 26 | 365 | 42 | 133 | 0 | 4 | 425 | 134 | 64 |
| Binary | 10100001 | 10110 | 11110101 | 100010 | 1011011 | 0 | 100 | 100010101 | 1011100 | 110100 |
Color Harmonies of #A116F5
Complementary color
Monochromatic Colors of #A116F5
Black with #A116F5
Text Example
Text Example
White with #A116F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A116F5; }
p { color: rgb(161,22,245); }
H1.HeaderClassName
{
color: #A116F5;
}
.AnyTagClassName
{
color: #A116F5;
}
</style>
background-color css
<style>
a { background-color: #A116F5; }
a { background-color: rgb(161,22,245); }
div.DivClassName
{
background-color: #A116F5;
}
.BgClassName
{
background-color: #A116F5;
}
</style>
border-color css
<style>
span { border-color: #A116F5; }
span { border-color: rgb(161,22,245); }
td.TdClassName
{
border-color: #A116F5;
}
.TagClassName
{
border-color: #A116F5;
}
</style>