Shades of Blue Violet #A91CEE
Tints of Blue Violet #A91CEE
RGB
CMYK
RGB Variations
Color information
#A91CEE (or 0xA91CEE) is known color: Blue Violet. HEX triplet: A9, 1C and EE. RGB value is (169,28,238). Sum of RGB (Red+Green+Blue) = 169+28+238=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 28 (11.33% from 255 or 6.44% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #A91CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91CEE is #56E311. Grayscale: #5D5D5D. Windows color (decimal): -5694226 or 15604905. OLE color: 15604905.
HSL color Cylindrical-coordinate representation of color #A91CEE: hue angle of 280.29º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A91CEE is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 28 | 238 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.07 |
| HSL | 280.29º | 0.86% | 0.52% | - |
| HSV(B) | 280.29º | 0.88% | 0.93% | - |
| XYZ | 32.21 | 15.44 | 82.17 | - |
| YUV | 94.1 | 209.21 | 181.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 28 | 238 | 0.29 | 0.88 | 0 | 0.07 | 280.29 | 0.86 | 0.52 |
| Hex | A9 | 1C | EE | 1D | 58 | 0 | 7 | 118 | 56 | 34 |
| Octal | 251 | 34 | 356 | 35 | 130 | 0 | 7 | 430 | 126 | 64 |
| Binary | 10101001 | 11100 | 11101110 | 11101 | 1011000 | 0 | 111 | 100011000 | 1010110 | 110100 |
Color Harmonies of #A91CEE
Complementary color
Monochromatic Colors of #A91CEE
Black with #A91CEE
Text Example
Text Example
White with #A91CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91CEE; }
p { color: rgb(169,28,238); }
H1.HeaderClassName
{
color: #A91CEE;
}
.AnyTagClassName
{
color: #A91CEE;
}
</style>
background-color css
<style>
a { background-color: #A91CEE; }
a { background-color: rgb(169,28,238); }
div.DivClassName
{
background-color: #A91CEE;
}
.BgClassName
{
background-color: #A91CEE;
}
</style>
border-color css
<style>
span { border-color: #A91CEE; }
span { border-color: rgb(169,28,238); }
td.TdClassName
{
border-color: #A91CEE;
}
.TagClassName
{
border-color: #A91CEE;
}
</style>