Shades of Electric Purple #A91BEF
Tints of Electric Purple #A91BEF
RGB
CMYK
RGB Variations
Color information
#A91BEF (or 0xA91BEF) is known color: Electric Purple. HEX triplet: A9, 1B and EF. RGB value is (169,27,239). Sum of RGB (Red+Green+Blue) = 169+27+239=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 27 (10.94% from 255 or 6.21% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #A91BEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91BEF is #56E410. Grayscale: #5C5C5C. Windows color (decimal): -5694481 or 15670185. OLE color: 15670185.
HSL color Cylindrical-coordinate representation of color #A91BEF: hue angle of 280.19º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A91BEF is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 27 | 239 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.06 |
| HSL | 280.19º | 0.87% | 0.52% | - |
| HSV(B) | 280.19º | 0.89% | 0.94% | - |
| XYZ | 32.33 | 15.45 | 82.94 | - |
| YUV | 93.63 | 210.04 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 27 | 239 | 0.29 | 0.89 | 0 | 0.06 | 280.19 | 0.87 | 0.52 |
| Hex | A9 | 1B | EF | 1D | 59 | 0 | 6 | 118 | 57 | 34 |
| Octal | 251 | 33 | 357 | 35 | 131 | 0 | 6 | 430 | 127 | 64 |
| Binary | 10101001 | 11011 | 11101111 | 11101 | 1011001 | 0 | 110 | 100011000 | 1010111 | 110100 |
Color Harmonies of #A91BEF
Complementary color
Monochromatic Colors of #A91BEF
Black with #A91BEF
Text Example
Text Example
White with #A91BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91BEF; }
p { color: rgb(169,27,239); }
H1.HeaderClassName
{
color: #A91BEF;
}
.AnyTagClassName
{
color: #A91BEF;
}
</style>
background-color css
<style>
a { background-color: #A91BEF; }
a { background-color: rgb(169,27,239); }
div.DivClassName
{
background-color: #A91BEF;
}
.BgClassName
{
background-color: #A91BEF;
}
</style>
border-color css
<style>
span { border-color: #A91BEF; }
span { border-color: rgb(169,27,239); }
td.TdClassName
{
border-color: #A91BEF;
}
.TagClassName
{
border-color: #A91BEF;
}
</style>