Shades of Blue Violet #A91CEF
Tints of Blue Violet #A91CEF
RGB
CMYK
RGB Variations
Color information
#A91CEF (or 0xA91CEF) is known color: Blue Violet. HEX triplet: A9, 1C and EF. RGB value is (169,28,239). Sum of RGB (Red+Green+Blue) = 169+28+239=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 28 (11.33% from 255 or 6.42% from 436); Blue value is 239 (93.75% from 255 or 54.82% from 436); Max value from RGB is 239 - color contains mainly: blue. Hex color #A91CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91CEF is #56E310. Grayscale: #5D5D5D. Windows color (decimal): -5694225 or 15670441. OLE color: 15670441.
HSL color Cylindrical-coordinate representation of color #A91CEF: hue angle of 280.09º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A91CEF is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 28 | 239 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.06 |
| HSL | 280.09º | 0.87% | 0.52% | - |
| HSV(B) | 280.09º | 0.88% | 0.94% | - |
| XYZ | 32.36 | 15.5 | 82.95 | - |
| YUV | 94.21 | 209.71 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 28 | 239 | 0.29 | 0.88 | 0 | 0.06 | 280.09 | 0.87 | 0.52 |
| Hex | A9 | 1C | EF | 1D | 58 | 0 | 6 | 118 | 57 | 34 |
| Octal | 251 | 34 | 357 | 35 | 130 | 0 | 6 | 430 | 127 | 64 |
| Binary | 10101001 | 11100 | 11101111 | 11101 | 1011000 | 0 | 110 | 100011000 | 1010111 | 110100 |
Color Harmonies of #A91CEF
Complementary color
Monochromatic Colors of #A91CEF
Black with #A91CEF
Text Example
Text Example
White with #A91CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91CEF; }
p { color: rgb(169,28,239); }
H1.HeaderClassName
{
color: #A91CEF;
}
.AnyTagClassName
{
color: #A91CEF;
}
</style>
background-color css
<style>
a { background-color: #A91CEF; }
a { background-color: rgb(169,28,239); }
div.DivClassName
{
background-color: #A91CEF;
}
.BgClassName
{
background-color: #A91CEF;
}
</style>
border-color css
<style>
span { border-color: #A91CEF; }
span { border-color: rgb(169,28,239); }
td.TdClassName
{
border-color: #A91CEF;
}
.TagClassName
{
border-color: #A91CEF;
}
</style>