Shades of Electric Purple #A91CFF
Tints of Electric Purple #A91CFF
RGB
CMYK
RGB Variations
Color information
#A91CFF (or 0xA91CFF) is known color: Electric Purple. HEX triplet: A9, 1C and FF. RGB value is (169,28,255). Sum of RGB (Red+Green+Blue) = 169+28+255=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 28 (11.33% from 255 or 6.19% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #A91CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91CFF is #56E300. Grayscale: #5F5F5F. Windows color (decimal): -5694209 or 16719017. OLE color: 16719017.
HSL color Cylindrical-coordinate representation of color #A91CFF: hue angle of 277.27º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A91CFF is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 28 | 255 | - |
| CMYK | 0.34 | 0.89 | 0 | 0 |
| HSL | 277.27º | 1% | 0.55% | - |
| HSV(B) | 277.27º | 0.89% | 1% | - |
| XYZ | 34.83 | 16.49 | 95.95 | - |
| YUV | 96.04 | 217.71 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 28 | 255 | 0.34 | 0.89 | 0 | 0 | 277.27 | 1 | 0.55 |
| Hex | A9 | 1C | FF | 22 | 59 | 0 | 0 | 115 | 64 | 37 |
| Octal | 251 | 34 | 377 | 42 | 131 | 0 | 0 | 425 | 144 | 67 |
| Binary | 10101001 | 11100 | 11111111 | 100010 | 1011001 | 0 | 0 | 100010101 | 1100100 | 110111 |
Color Harmonies of #A91CFF
Complementary color
Monochromatic Colors of #A91CFF
Black with #A91CFF
Text Example
Text Example
White with #A91CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91CFF; }
p { color: rgb(169,28,255); }
H1.HeaderClassName
{
color: #A91CFF;
}
.AnyTagClassName
{
color: #A91CFF;
}
</style>
background-color css
<style>
a { background-color: #A91CFF; }
a { background-color: rgb(169,28,255); }
div.DivClassName
{
background-color: #A91CFF;
}
.BgClassName
{
background-color: #A91CFF;
}
</style>
border-color css
<style>
span { border-color: #A91CFF; }
span { border-color: rgb(169,28,255); }
td.TdClassName
{
border-color: #A91CFF;
}
.TagClassName
{
border-color: #A91CFF;
}
</style>