Shades of Electric Purple #A905F0
Tints of Electric Purple #A905F0
RGB
CMYK
RGB Variations
Color information
#A905F0 (or 0xA905F0) is known color: Electric Purple. HEX triplet: A9, 05 and F0. RGB value is (169,5,240). Sum of RGB (Red+Green+Blue) = 169+5+240=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 5 (2.34% from 255 or 1.21% from 414); Blue value is 240 (94.14% from 255 or 57.97% from 414); Max value from RGB is 240 - color contains mainly: blue. Hex color #A905F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A905F0 is #56FA0F. Grayscale: #505050. Windows color (decimal): -5700112 or 15730089. OLE color: 15730089.
HSL color Cylindrical-coordinate representation of color #A905F0: hue angle of 281.87º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A905F0 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 5 | 240 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.06 |
| HSL | 281.87º | 0.96% | 0.48% | - |
| HSV(B) | 281.87º | 0.98% | 0.94% | - |
| XYZ | 32.14 | 14.83 | 83.61 | - |
| YUV | 80.83 | 217.83 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 5 | 240 | 0.30 | 0.98 | 0 | 0.06 | 281.87 | 0.96 | 0.48 |
| Hex | A9 | 5 | F0 | 1E | 62 | 0 | 6 | 11A | 60 | 30 |
| Octal | 251 | 5 | 360 | 36 | 142 | 0 | 6 | 432 | 140 | 60 |
| Binary | 10101001 | 101 | 11110000 | 11110 | 1100010 | 0 | 110 | 100011010 | 1100000 | 110000 |
Color Harmonies of #A905F0
Complementary color
Monochromatic Colors of #A905F0
Black with #A905F0
Text Example
Text Example
White with #A905F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A905F0; }
p { color: rgb(169,5,240); }
H1.HeaderClassName
{
color: #A905F0;
}
.AnyTagClassName
{
color: #A905F0;
}
</style>
background-color css
<style>
a { background-color: #A905F0; }
a { background-color: rgb(169,5,240); }
div.DivClassName
{
background-color: #A905F0;
}
.BgClassName
{
background-color: #A905F0;
}
</style>
border-color css
<style>
span { border-color: #A905F0; }
span { border-color: rgb(169,5,240); }
td.TdClassName
{
border-color: #A905F0;
}
.TagClassName
{
border-color: #A905F0;
}
</style>