Shades of Electric Purple #A91CF3
Tints of Electric Purple #A91CF3
RGB
CMYK
RGB Variations
Color information
#A91CF3 (or 0xA91CF3) is known color: Electric Purple. HEX triplet: A9, 1C and F3. RGB value is (169,28,243). Sum of RGB (Red+Green+Blue) = 169+28+243=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 28 (11.33% from 255 or 6.36% from 440); Blue value is 243 (95.31% from 255 or 55.23% from 440); Max value from RGB is 243 - color contains mainly: blue. Hex color #A91CF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91CF3 is #56E30C. Grayscale: #5D5D5D. Windows color (decimal): -5694221 or 15932585. OLE color: 15932585.
HSL color Cylindrical-coordinate representation of color #A91CF3: hue angle of 279.35º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A91CF3 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 28 | 243 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.05 |
| HSL | 279.35º | 0.9% | 0.53% | - |
| HSV(B) | 279.35º | 0.88% | 0.95% | - |
| XYZ | 32.96 | 15.74 | 86.09 | - |
| YUV | 94.67 | 211.71 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 28 | 243 | 0.30 | 0.88 | 0 | 0.05 | 279.35 | 0.9 | 0.53 |
| Hex | A9 | 1C | F3 | 1E | 58 | 0 | 5 | 117 | 5A | 35 |
| Octal | 251 | 34 | 363 | 36 | 130 | 0 | 5 | 427 | 132 | 65 |
| Binary | 10101001 | 11100 | 11110011 | 11110 | 1011000 | 0 | 101 | 100010111 | 1011010 | 110101 |
Color Harmonies of #A91CF3
Complementary color
Monochromatic Colors of #A91CF3
Black with #A91CF3
Text Example
Text Example
White with #A91CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91CF3; }
p { color: rgb(169,28,243); }
H1.HeaderClassName
{
color: #A91CF3;
}
.AnyTagClassName
{
color: #A91CF3;
}
</style>
background-color css
<style>
a { background-color: #A91CF3; }
a { background-color: rgb(169,28,243); }
div.DivClassName
{
background-color: #A91CF3;
}
.BgClassName
{
background-color: #A91CF3;
}
</style>
border-color css
<style>
span { border-color: #A91CF3; }
span { border-color: rgb(169,28,243); }
td.TdClassName
{
border-color: #A91CF3;
}
.TagClassName
{
border-color: #A91CF3;
}
</style>