Shades of Blue Violet #A91FE7
Tints of Blue Violet #A91FE7
RGB
CMYK
RGB Variations
Color information
#A91FE7 (or 0xA91FE7) is known color: Blue Violet. HEX triplet: A9, 1F and E7. RGB value is (169,31,231). Sum of RGB (Red+Green+Blue) = 169+31+231=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 31 (12.5% from 255 or 7.19% from 431); Blue value is 231 (90.62% from 255 or 53.60% from 431); Max value from RGB is 231 - color contains mainly: blue. Hex color #A91FE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91FE7 is #56E018. Grayscale: #5E5E5E. Windows color (decimal): -5693465 or 15146921. OLE color: 15146921.
HSL color Cylindrical-coordinate representation of color #A91FE7: hue angle of 281.4º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A91FE7 is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 31 | 231 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.09 |
| HSL | 281.4º | 0.81% | 0.51% | - |
| HSV(B) | 281.4º | 0.87% | 0.91% | - |
| XYZ | 31.28 | 15.18 | 76.88 | - |
| YUV | 95.06 | 204.72 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 31 | 231 | 0.27 | 0.87 | 0 | 0.09 | 281.4 | 0.81 | 0.51 |
| Hex | A9 | 1F | E7 | 1B | 57 | 0 | 9 | 119 | 51 | 33 |
| Octal | 251 | 37 | 347 | 33 | 127 | 0 | 11 | 431 | 121 | 63 |
| Binary | 10101001 | 11111 | 11100111 | 11011 | 1010111 | 0 | 1001 | 100011001 | 1010001 | 110011 |
Color Harmonies of #A91FE7
Complementary color
Monochromatic Colors of #A91FE7
Black with #A91FE7
Text Example
Text Example
White with #A91FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91FE7; }
p { color: rgb(169,31,231); }
H1.HeaderClassName
{
color: #A91FE7;
}
.AnyTagClassName
{
color: #A91FE7;
}
</style>
background-color css
<style>
a { background-color: #A91FE7; }
a { background-color: rgb(169,31,231); }
div.DivClassName
{
background-color: #A91FE7;
}
.BgClassName
{
background-color: #A91FE7;
}
</style>
border-color css
<style>
span { border-color: #A91FE7; }
span { border-color: rgb(169,31,231); }
td.TdClassName
{
border-color: #A91FE7;
}
.TagClassName
{
border-color: #A91FE7;
}
</style>