Shades of Blue Violet #A91EEB
Tints of Blue Violet #A91EEB
RGB
CMYK
RGB Variations
Color information
#A91EEB (or 0xA91EEB) is known color: Blue Violet. HEX triplet: A9, 1E and EB. RGB value is (169,30,235). Sum of RGB (Red+Green+Blue) = 169+30+235=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 30 (12.11% from 255 or 6.91% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #A91EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91EEB is #56E114. Grayscale: #5E5E5E. Windows color (decimal): -5693717 or 15408809. OLE color: 15408809.
HSL color Cylindrical-coordinate representation of color #A91EEB: hue angle of 280.68º degrees, saturation: 0.84, 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 #A91EEB is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 30 | 235 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.08 |
| HSL | 280.68º | 0.84% | 0.52% | - |
| HSV(B) | 280.68º | 0.87% | 0.92% | - |
| XYZ | 31.82 | 15.36 | 79.89 | - |
| YUV | 94.93 | 207.05 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 30 | 235 | 0.28 | 0.87 | 0 | 0.08 | 280.68 | 0.84 | 0.52 |
| Hex | A9 | 1E | EB | 1C | 57 | 0 | 8 | 119 | 54 | 34 |
| Octal | 251 | 36 | 353 | 34 | 127 | 0 | 10 | 431 | 124 | 64 |
| Binary | 10101001 | 11110 | 11101011 | 11100 | 1010111 | 0 | 1000 | 100011001 | 1010100 | 110100 |
Color Harmonies of #A91EEB
Complementary color
Monochromatic Colors of #A91EEB
Black with #A91EEB
Text Example
Text Example
White with #A91EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91EEB; }
p { color: rgb(169,30,235); }
H1.HeaderClassName
{
color: #A91EEB;
}
.AnyTagClassName
{
color: #A91EEB;
}
</style>
background-color css
<style>
a { background-color: #A91EEB; }
a { background-color: rgb(169,30,235); }
div.DivClassName
{
background-color: #A91EEB;
}
.BgClassName
{
background-color: #A91EEB;
}
</style>
border-color css
<style>
span { border-color: #A91EEB; }
span { border-color: rgb(169,30,235); }
td.TdClassName
{
border-color: #A91EEB;
}
.TagClassName
{
border-color: #A91EEB;
}
</style>