Shades of Blue Violet #A117F8
Tints of Blue Violet #A117F8
RGB
CMYK
RGB Variations
Color information
#A117F8 (or 0xA117F8) is known color: Blue Violet. HEX triplet: A1, 17 and F8. RGB value is (161,23,248). Sum of RGB (Red+Green+Blue) = 161+23+248=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 23 (9.38% from 255 or 5.32% from 432); Blue value is 248 (97.27% from 255 or 57.41% from 432); Max value from RGB is 248 - color contains mainly: blue. Hex color #A117F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A117F8 is #5EE807. Grayscale: #595959. Windows color (decimal): -6219784 or 16258977. OLE color: 16258977.
HSL color Cylindrical-coordinate representation of color #A117F8: hue angle of 276.8º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A117F8 is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 23 | 248 | - |
| CMYK | 0.35 | 0.91 | 0 | 0.03 |
| HSL | 276.8º | 0.94% | 0.53% | - |
| HSV(B) | 276.8º | 0.91% | 0.97% | - |
| XYZ | 31.95 | 14.97 | 90.01 | - |
| YUV | 89.91 | 217.22 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 23 | 248 | 0.35 | 0.91 | 0 | 0.03 | 276.8 | 0.94 | 0.53 |
| Hex | A1 | 17 | F8 | 23 | 5B | 0 | 3 | 115 | 5E | 35 |
| Octal | 241 | 27 | 370 | 43 | 133 | 0 | 3 | 425 | 136 | 65 |
| Binary | 10100001 | 10111 | 11111000 | 100011 | 1011011 | 0 | 11 | 100010101 | 1011110 | 110101 |
Color Harmonies of #A117F8
Complementary color
Monochromatic Colors of #A117F8
Black with #A117F8
Text Example
Text Example
White with #A117F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A117F8; }
p { color: rgb(161,23,248); }
H1.HeaderClassName
{
color: #A117F8;
}
.AnyTagClassName
{
color: #A117F8;
}
</style>
background-color css
<style>
a { background-color: #A117F8; }
a { background-color: rgb(161,23,248); }
div.DivClassName
{
background-color: #A117F8;
}
.BgClassName
{
background-color: #A117F8;
}
</style>
border-color css
<style>
span { border-color: #A117F8; }
span { border-color: rgb(161,23,248); }
td.TdClassName
{
border-color: #A117F8;
}
.TagClassName
{
border-color: #A117F8;
}
</style>