Shades of Electric Purple #A91AF1
Tints of Electric Purple #A91AF1
RGB
CMYK
RGB Variations
Color information
#A91AF1 (or 0xA91AF1) is known color: Electric Purple. HEX triplet: A9, 1A and F1. RGB value is (169,26,241). Sum of RGB (Red+Green+Blue) = 169+26+241=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 26 (10.55% from 255 or 5.96% from 436); Blue value is 241 (94.53% from 255 or 55.28% from 436); Max value from RGB is 241 - color contains mainly: blue. Hex color #A91AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91AF1 is #56E50E. Grayscale: #5C5C5C. Windows color (decimal): -5694735 or 15801001. OLE color: 15801001.
HSL color Cylindrical-coordinate representation of color #A91AF1: hue angle of 279.91º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A91AF1 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 26 | 241 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.05 |
| HSL | 279.91º | 0.88% | 0.52% | - |
| HSV(B) | 279.91º | 0.89% | 0.95% | - |
| XYZ | 32.61 | 15.52 | 84.5 | - |
| YUV | 93.27 | 211.38 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 26 | 241 | 0.30 | 0.89 | 0 | 0.05 | 279.91 | 0.88 | 0.52 |
| Hex | A9 | 1A | F1 | 1E | 59 | 0 | 5 | 118 | 58 | 34 |
| Octal | 251 | 32 | 361 | 36 | 131 | 0 | 5 | 430 | 130 | 64 |
| Binary | 10101001 | 11010 | 11110001 | 11110 | 1011001 | 0 | 101 | 100011000 | 1011000 | 110100 |
Color Harmonies of #A91AF1
Complementary color
Monochromatic Colors of #A91AF1
Black with #A91AF1
Text Example
Text Example
White with #A91AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91AF1; }
p { color: rgb(169,26,241); }
H1.HeaderClassName
{
color: #A91AF1;
}
.AnyTagClassName
{
color: #A91AF1;
}
</style>
background-color css
<style>
a { background-color: #A91AF1; }
a { background-color: rgb(169,26,241); }
div.DivClassName
{
background-color: #A91AF1;
}
.BgClassName
{
background-color: #A91AF1;
}
</style>
border-color css
<style>
span { border-color: #A91AF1; }
span { border-color: rgb(169,26,241); }
td.TdClassName
{
border-color: #A91AF1;
}
.TagClassName
{
border-color: #A91AF1;
}
</style>