Shades of Blue Violet #A91EE7
Tints of Blue Violet #A91EE7
RGB
CMYK
RGB Variations
Color information
#A91EE7 (or 0xA91EE7) is known color: Blue Violet. HEX triplet: A9, 1E and E7. RGB value is (169,30,231). Sum of RGB (Red+Green+Blue) = 169+30+231=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 30 (12.11% from 255 or 6.98% from 430); Blue value is 231 (90.62% from 255 or 53.72% from 430); Max value from RGB is 231 - color contains mainly: blue. Hex color #A91EE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91EE7 is #56E118. Grayscale: #5D5D5D. Windows color (decimal): -5693721 or 15146665. OLE color: 15146665.
HSL color Cylindrical-coordinate representation of color #A91EE7: hue angle of 281.49º 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 #A91EE7 is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 30 | 231 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.09 |
| HSL | 281.49º | 0.81% | 0.51% | - |
| HSV(B) | 281.49º | 0.87% | 0.91% | - |
| XYZ | 31.25 | 15.13 | 76.88 | - |
| YUV | 94.48 | 205.05 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 30 | 231 | 0.27 | 0.87 | 0 | 0.09 | 281.49 | 0.81 | 0.51 |
| Hex | A9 | 1E | E7 | 1B | 57 | 0 | 9 | 119 | 51 | 33 |
| Octal | 251 | 36 | 347 | 33 | 127 | 0 | 11 | 431 | 121 | 63 |
| Binary | 10101001 | 11110 | 11100111 | 11011 | 1010111 | 0 | 1001 | 100011001 | 1010001 | 110011 |
Color Harmonies of #A91EE7
Complementary color
Monochromatic Colors of #A91EE7
Black with #A91EE7
Text Example
Text Example
White with #A91EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91EE7; }
p { color: rgb(169,30,231); }
H1.HeaderClassName
{
color: #A91EE7;
}
.AnyTagClassName
{
color: #A91EE7;
}
</style>
background-color css
<style>
a { background-color: #A91EE7; }
a { background-color: rgb(169,30,231); }
div.DivClassName
{
background-color: #A91EE7;
}
.BgClassName
{
background-color: #A91EE7;
}
</style>
border-color css
<style>
span { border-color: #A91EE7; }
span { border-color: rgb(169,30,231); }
td.TdClassName
{
border-color: #A91EE7;
}
.TagClassName
{
border-color: #A91EE7;
}
</style>