Shades of Electric Purple #A91AF3
Tints of Electric Purple #A91AF3
RGB
CMYK
RGB Variations
Color information
#A91AF3 (or 0xA91AF3) is known color: Electric Purple. HEX triplet: A9, 1A and F3. RGB value is (169,26,243). Sum of RGB (Red+Green+Blue) = 169+26+243=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 26 (10.55% from 255 or 5.94% from 438); Blue value is 243 (95.31% from 255 or 55.48% from 438); Max value from RGB is 243 - color contains mainly: blue. Hex color #A91AF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91AF3 is #56E50C. Grayscale: #5C5C5C. Windows color (decimal): -5694733 or 15932073. OLE color: 15932073.
HSL color Cylindrical-coordinate representation of color #A91AF3: hue angle of 279.54º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A91AF3 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 26 | 243 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.05 |
| HSL | 279.54º | 0.9% | 0.53% | - |
| HSV(B) | 279.54º | 0.89% | 0.95% | - |
| XYZ | 32.91 | 15.64 | 86.08 | - |
| YUV | 93.5 | 212.38 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 26 | 243 | 0.30 | 0.89 | 0 | 0.05 | 279.54 | 0.9 | 0.53 |
| Hex | A9 | 1A | F3 | 1E | 59 | 0 | 5 | 118 | 5A | 35 |
| Octal | 251 | 32 | 363 | 36 | 131 | 0 | 5 | 430 | 132 | 65 |
| Binary | 10101001 | 11010 | 11110011 | 11110 | 1011001 | 0 | 101 | 100011000 | 1011010 | 110101 |
Color Harmonies of #A91AF3
Complementary color
Monochromatic Colors of #A91AF3
Black with #A91AF3
Text Example
Text Example
White with #A91AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91AF3; }
p { color: rgb(169,26,243); }
H1.HeaderClassName
{
color: #A91AF3;
}
.AnyTagClassName
{
color: #A91AF3;
}
</style>
background-color css
<style>
a { background-color: #A91AF3; }
a { background-color: rgb(169,26,243); }
div.DivClassName
{
background-color: #A91AF3;
}
.BgClassName
{
background-color: #A91AF3;
}
</style>
border-color css
<style>
span { border-color: #A91AF3; }
span { border-color: rgb(169,26,243); }
td.TdClassName
{
border-color: #A91AF3;
}
.TagClassName
{
border-color: #A91AF3;
}
</style>