Shades of Electric Purple #A91AF7
Tints of Electric Purple #A91AF7
RGB
CMYK
RGB Variations
Color information
#A91AF7 (or 0xA91AF7) is known color: Electric Purple. HEX triplet: A9, 1A and F7. RGB value is (169,26,247). Sum of RGB (Red+Green+Blue) = 169+26+247=442 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.24% from 442); Green value is 26 (10.55% from 255 or 5.88% from 442); Blue value is 247 (96.88% from 255 or 55.88% from 442); Max value from RGB is 247 - color contains mainly: blue. Hex color #A91AF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91AF7 is #56E508. Grayscale: #5D5D5D. Windows color (decimal): -5694729 or 16194217. OLE color: 16194217.
HSL color Cylindrical-coordinate representation of color #A91AF7: hue angle of 278.82º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A91AF7 is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 169 | 26 | 247 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.03 |
| HSL | 278.82º | 0.93% | 0.54% | - |
| HSV(B) | 278.82º | 0.89% | 0.97% | - |
| XYZ | 33.52 | 15.89 | 89.3 | - |
| YUV | 93.95 | 214.38 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 26 | 247 | 0.32 | 0.89 | 0 | 0.03 | 278.82 | 0.93 | 0.54 |
| Hex | A9 | 1A | F7 | 20 | 59 | 0 | 3 | 117 | 5D | 36 |
| Octal | 251 | 32 | 367 | 40 | 131 | 0 | 3 | 427 | 135 | 66 |
| Binary | 10101001 | 11010 | 11110111 | 100000 | 1011001 | 0 | 11 | 100010111 | 1011101 | 110110 |
Color Harmonies of #A91AF7
Complementary color
Monochromatic Colors of #A91AF7
Black with #A91AF7
Text Example
Text Example
White with #A91AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91AF7; }
p { color: rgb(169,26,247); }
H1.HeaderClassName
{
color: #A91AF7;
}
.AnyTagClassName
{
color: #A91AF7;
}
</style>
background-color css
<style>
a { background-color: #A91AF7; }
a { background-color: rgb(169,26,247); }
div.DivClassName
{
background-color: #A91AF7;
}
.BgClassName
{
background-color: #A91AF7;
}
</style>
border-color css
<style>
span { border-color: #A91AF7; }
span { border-color: rgb(169,26,247); }
td.TdClassName
{
border-color: #A91AF7;
}
.TagClassName
{
border-color: #A91AF7;
}
</style>