Shades of Blue Violet #A117F6
Tints of Blue Violet #A117F6
RGB
CMYK
RGB Variations
Color information
#A117F6 (or 0xA117F6) is known color: Blue Violet. HEX triplet: A1, 17 and F6. RGB value is (161,23,246). Sum of RGB (Red+Green+Blue) = 161+23+246=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 23 (9.38% from 255 or 5.35% from 430); Blue value is 246 (96.48% from 255 or 57.21% from 430); Max value from RGB is 246 - color contains mainly: blue. Hex color #A117F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A117F6 is #5EE809. Grayscale: #585858. Windows color (decimal): -6219786 or 16127905. OLE color: 16127905.
HSL color Cylindrical-coordinate representation of color #A117F6: hue angle of 277.13º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A117F6 is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 23 | 246 | - |
| CMYK | 0.35 | 0.91 | 0 | 0.04 |
| HSL | 277.13º | 0.93% | 0.53% | - |
| HSV(B) | 277.13º | 0.91% | 0.96% | - |
| XYZ | 31.64 | 14.84 | 88.39 | - |
| YUV | 89.68 | 216.22 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 23 | 246 | 0.35 | 0.91 | 0 | 0.04 | 277.13 | 0.93 | 0.53 |
| Hex | A1 | 17 | F6 | 23 | 5B | 0 | 4 | 115 | 5D | 35 |
| Octal | 241 | 27 | 366 | 43 | 133 | 0 | 4 | 425 | 135 | 65 |
| Binary | 10100001 | 10111 | 11110110 | 100011 | 1011011 | 0 | 100 | 100010101 | 1011101 | 110101 |
Color Harmonies of #A117F6
Complementary color
Monochromatic Colors of #A117F6
Black with #A117F6
Text Example
Text Example
White with #A117F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A117F6; }
p { color: rgb(161,23,246); }
H1.HeaderClassName
{
color: #A117F6;
}
.AnyTagClassName
{
color: #A117F6;
}
</style>
background-color css
<style>
a { background-color: #A117F6; }
a { background-color: rgb(161,23,246); }
div.DivClassName
{
background-color: #A117F6;
}
.BgClassName
{
background-color: #A117F6;
}
</style>
border-color css
<style>
span { border-color: #A117F6; }
span { border-color: rgb(161,23,246); }
td.TdClassName
{
border-color: #A117F6;
}
.TagClassName
{
border-color: #A117F6;
}
</style>