Shades of Electric Purple #A91CFE
Tints of Electric Purple #A91CFE
RGB
CMYK
RGB Variations
Color information
#A91CFE (or 0xA91CFE) is known color: Electric Purple. HEX triplet: A9, 1C and FE. RGB value is (169,28,254). Sum of RGB (Red+Green+Blue) = 169+28+254=451 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.47% from 451); Green value is 28 (11.33% from 255 or 6.21% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #A91CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91CFE is #56E301. Grayscale: #5F5F5F. Windows color (decimal): -5694210 or 16653481. OLE color: 16653481.
HSL color Cylindrical-coordinate representation of color #A91CFE: hue angle of 277.43º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A91CFE is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 28 | 254 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.00 |
| HSL | 277.43º | 0.99% | 0.55% | - |
| HSV(B) | 277.43º | 0.89% | 1% | - |
| XYZ | 34.67 | 16.42 | 95.11 | - |
| YUV | 95.92 | 217.21 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 28 | 254 | 0.33 | 0.89 | 0 | 0.00 | 277.43 | 0.99 | 0.55 |
| Hex | A9 | 1C | FE | 21 | 59 | 0 | 0 | 115 | 63 | 37 |
| Octal | 251 | 34 | 376 | 41 | 131 | 0 | 0 | 425 | 143 | 67 |
| Binary | 10101001 | 11100 | 11111110 | 100001 | 1011001 | 0 | 0 | 100010101 | 1100011 | 110111 |
Color Harmonies of #A91CFE
Complementary color
Monochromatic Colors of #A91CFE
Black with #A91CFE
Text Example
Text Example
White with #A91CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91CFE; }
p { color: rgb(169,28,254); }
H1.HeaderClassName
{
color: #A91CFE;
}
.AnyTagClassName
{
color: #A91CFE;
}
</style>
background-color css
<style>
a { background-color: #A91CFE; }
a { background-color: rgb(169,28,254); }
div.DivClassName
{
background-color: #A91CFE;
}
.BgClassName
{
background-color: #A91CFE;
}
</style>
border-color css
<style>
span { border-color: #A91CFE; }
span { border-color: rgb(169,28,254); }
td.TdClassName
{
border-color: #A91CFE;
}
.TagClassName
{
border-color: #A91CFE;
}
</style>