Shades of Blue Violet #A91EEA
Tints of Blue Violet #A91EEA
RGB
CMYK
RGB Variations
Color information
#A91EEA (or 0xA91EEA) is known color: Blue Violet. HEX triplet: A9, 1E and EA. RGB value is (169,30,234). Sum of RGB (Red+Green+Blue) = 169+30+234=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 30 (12.11% from 255 or 6.93% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #A91EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91EEA is #56E115. Grayscale: #5E5E5E. Windows color (decimal): -5693718 or 15343273. OLE color: 15343273.
HSL color Cylindrical-coordinate representation of color #A91EEA: hue angle of 280.88º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A91EEA is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 30 | 234 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.08 |
| HSL | 280.88º | 0.83% | 0.52% | - |
| HSV(B) | 280.88º | 0.87% | 0.92% | - |
| XYZ | 31.68 | 15.3 | 79.13 | - |
| YUV | 94.82 | 206.55 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 30 | 234 | 0.28 | 0.87 | 0 | 0.08 | 280.88 | 0.83 | 0.52 |
| Hex | A9 | 1E | EA | 1C | 57 | 0 | 8 | 119 | 53 | 34 |
| Octal | 251 | 36 | 352 | 34 | 127 | 0 | 10 | 431 | 123 | 64 |
| Binary | 10101001 | 11110 | 11101010 | 11100 | 1010111 | 0 | 1000 | 100011001 | 1010011 | 110100 |
Color Harmonies of #A91EEA
Complementary color
Monochromatic Colors of #A91EEA
Black with #A91EEA
Text Example
Text Example
White with #A91EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91EEA; }
p { color: rgb(169,30,234); }
H1.HeaderClassName
{
color: #A91EEA;
}
.AnyTagClassName
{
color: #A91EEA;
}
</style>
background-color css
<style>
a { background-color: #A91EEA; }
a { background-color: rgb(169,30,234); }
div.DivClassName
{
background-color: #A91EEA;
}
.BgClassName
{
background-color: #A91EEA;
}
</style>
border-color css
<style>
span { border-color: #A91EEA; }
span { border-color: rgb(169,30,234); }
td.TdClassName
{
border-color: #A91EEA;
}
.TagClassName
{
border-color: #A91EEA;
}
</style>