Shades of Electric Purple #A91DF3
Tints of Electric Purple #A91DF3
RGB
CMYK
RGB Variations
Color information
#A91DF3 (or 0xA91DF3) is known color: Electric Purple. HEX triplet: A9, 1D and F3. RGB value is (169,29,243). Sum of RGB (Red+Green+Blue) = 169+29+243=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 29 (11.72% from 255 or 6.58% from 441); Blue value is 243 (95.31% from 255 or 55.10% from 441); Max value from RGB is 243 - color contains mainly: blue. Hex color #A91DF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91DF3 is #56E20C. Grayscale: #5E5E5E. Windows color (decimal): -5693965 or 15932841. OLE color: 15932841.
HSL color Cylindrical-coordinate representation of color #A91DF3: hue angle of 279.25º 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 #A91DF3 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 29 | 243 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.05 |
| HSL | 279.25º | 0.9% | 0.53% | - |
| HSV(B) | 279.25º | 0.88% | 0.95% | - |
| XYZ | 32.98 | 15.78 | 86.1 | - |
| YUV | 95.26 | 211.38 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 29 | 243 | 0.30 | 0.88 | 0 | 0.05 | 279.25 | 0.9 | 0.53 |
| Hex | A9 | 1D | F3 | 1E | 58 | 0 | 5 | 117 | 5A | 35 |
| Octal | 251 | 35 | 363 | 36 | 130 | 0 | 5 | 427 | 132 | 65 |
| Binary | 10101001 | 11101 | 11110011 | 11110 | 1011000 | 0 | 101 | 100010111 | 1011010 | 110101 |
Color Harmonies of #A91DF3
Complementary color
Monochromatic Colors of #A91DF3
Black with #A91DF3
Text Example
Text Example
White with #A91DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91DF3; }
p { color: rgb(169,29,243); }
H1.HeaderClassName
{
color: #A91DF3;
}
.AnyTagClassName
{
color: #A91DF3;
}
</style>
background-color css
<style>
a { background-color: #A91DF3; }
a { background-color: rgb(169,29,243); }
div.DivClassName
{
background-color: #A91DF3;
}
.BgClassName
{
background-color: #A91DF3;
}
</style>
border-color css
<style>
span { border-color: #A91DF3; }
span { border-color: rgb(169,29,243); }
td.TdClassName
{
border-color: #A91DF3;
}
.TagClassName
{
border-color: #A91DF3;
}
</style>