Shades of Blue Violet #A91EEE
Tints of Blue Violet #A91EEE
RGB
CMYK
RGB Variations
Color information
#A91EEE (or 0xA91EEE) is known color: Blue Violet. HEX triplet: A9, 1E and EE. RGB value is (169,30,238). Sum of RGB (Red+Green+Blue) = 169+30+238=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 30 (12.11% from 255 or 6.86% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #A91EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91EEE is #56E111. Grayscale: #5E5E5E. Windows color (decimal): -5693714 or 15605417. OLE color: 15605417.
HSL color Cylindrical-coordinate representation of color #A91EEE: hue angle of 280.1º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A91EEE is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 30 | 238 | - |
| CMYK | 0.29 | 0.87 | 0 | 0.07 |
| HSL | 280.1º | 0.86% | 0.53% | - |
| HSV(B) | 280.1º | 0.87% | 0.93% | - |
| XYZ | 32.26 | 15.54 | 82.19 | - |
| YUV | 95.27 | 208.55 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 30 | 238 | 0.29 | 0.87 | 0 | 0.07 | 280.1 | 0.86 | 0.53 |
| Hex | A9 | 1E | EE | 1D | 57 | 0 | 7 | 118 | 56 | 35 |
| Octal | 251 | 36 | 356 | 35 | 127 | 0 | 7 | 430 | 126 | 65 |
| Binary | 10101001 | 11110 | 11101110 | 11101 | 1010111 | 0 | 111 | 100011000 | 1010110 | 110101 |
Color Harmonies of #A91EEE
Complementary color
Monochromatic Colors of #A91EEE
Black with #A91EEE
Text Example
Text Example
White with #A91EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91EEE; }
p { color: rgb(169,30,238); }
H1.HeaderClassName
{
color: #A91EEE;
}
.AnyTagClassName
{
color: #A91EEE;
}
</style>
background-color css
<style>
a { background-color: #A91EEE; }
a { background-color: rgb(169,30,238); }
div.DivClassName
{
background-color: #A91EEE;
}
.BgClassName
{
background-color: #A91EEE;
}
</style>
border-color css
<style>
span { border-color: #A91EEE; }
span { border-color: rgb(169,30,238); }
td.TdClassName
{
border-color: #A91EEE;
}
.TagClassName
{
border-color: #A91EEE;
}
</style>