Shades of Electric Purple #A91AF5
Tints of Electric Purple #A91AF5
RGB
CMYK
RGB Variations
Color information
#A91AF5 (or 0xA91AF5) is known color: Electric Purple. HEX triplet: A9, 1A and F5. RGB value is (169,26,245). Sum of RGB (Red+Green+Blue) = 169+26+245=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 26 (10.55% from 255 or 5.91% from 440); Blue value is 245 (96.09% from 255 or 55.68% from 440); Max value from RGB is 245 - color contains mainly: blue. Hex color #A91AF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91AF5 is #56E50A. Grayscale: #5C5C5C. Windows color (decimal): -5694731 or 16063145. OLE color: 16063145.
HSL color Cylindrical-coordinate representation of color #A91AF5: hue angle of 279.18º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A91AF5 is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 169 | 26 | 245 | - |
| CMYK | 0.31 | 0.89 | 0 | 0.04 |
| HSL | 279.18º | 0.92% | 0.53% | - |
| HSV(B) | 279.18º | 0.89% | 0.96% | - |
| XYZ | 33.21 | 15.77 | 87.68 | - |
| YUV | 93.72 | 213.38 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 26 | 245 | 0.31 | 0.89 | 0 | 0.04 | 279.18 | 0.92 | 0.53 |
| Hex | A9 | 1A | F5 | 1F | 59 | 0 | 4 | 117 | 5C | 35 |
| Octal | 251 | 32 | 365 | 37 | 131 | 0 | 4 | 427 | 134 | 65 |
| Binary | 10101001 | 11010 | 11110101 | 11111 | 1011001 | 0 | 100 | 100010111 | 1011100 | 110101 |
Color Harmonies of #A91AF5
Complementary color
Monochromatic Colors of #A91AF5
Black with #A91AF5
Text Example
Text Example
White with #A91AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91AF5; }
p { color: rgb(169,26,245); }
H1.HeaderClassName
{
color: #A91AF5;
}
.AnyTagClassName
{
color: #A91AF5;
}
</style>
background-color css
<style>
a { background-color: #A91AF5; }
a { background-color: rgb(169,26,245); }
div.DivClassName
{
background-color: #A91AF5;
}
.BgClassName
{
background-color: #A91AF5;
}
</style>
border-color css
<style>
span { border-color: #A91AF5; }
span { border-color: rgb(169,26,245); }
td.TdClassName
{
border-color: #A91AF5;
}
.TagClassName
{
border-color: #A91AF5;
}
</style>