Shades of Electric Purple #A903F0
Tints of Electric Purple #A903F0
RGB
CMYK
RGB Variations
Color information
#A903F0 (or 0xA903F0) is known color: Electric Purple. HEX triplet: A9, 03 and F0. RGB value is (169,3,240). Sum of RGB (Red+Green+Blue) = 169+3+240=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 3 (1.56% from 255 or 0.73% from 412); Blue value is 240 (94.14% from 255 or 58.25% from 412); Max value from RGB is 240 - color contains mainly: blue. Hex color #A903F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A903F0 is #56FC0F. Grayscale: #4E4E4E. Windows color (decimal): -5700624 or 15729577. OLE color: 15729577.
HSL color Cylindrical-coordinate representation of color #A903F0: hue angle of 282.03º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A903F0 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 3 | 240 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.06 |
| HSL | 282.03º | 0.98% | 0.48% | - |
| HSV(B) | 282.03º | 0.99% | 0.94% | - |
| XYZ | 32.12 | 14.79 | 83.6 | - |
| YUV | 79.65 | 218.5 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 3 | 240 | 0.30 | 0.99 | 0 | 0.06 | 282.03 | 0.98 | 0.48 |
| Hex | A9 | 3 | F0 | 1E | 63 | 0 | 6 | 11A | 62 | 30 |
| Octal | 251 | 3 | 360 | 36 | 143 | 0 | 6 | 432 | 142 | 60 |
| Binary | 10101001 | 11 | 11110000 | 11110 | 1100011 | 0 | 110 | 100011010 | 1100010 | 110000 |
Color Harmonies of #A903F0
Complementary color
Monochromatic Colors of #A903F0
Black with #A903F0
Text Example
Text Example
White with #A903F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A903F0; }
p { color: rgb(169,3,240); }
H1.HeaderClassName
{
color: #A903F0;
}
.AnyTagClassName
{
color: #A903F0;
}
</style>
background-color css
<style>
a { background-color: #A903F0; }
a { background-color: rgb(169,3,240); }
div.DivClassName
{
background-color: #A903F0;
}
.BgClassName
{
background-color: #A903F0;
}
</style>
border-color css
<style>
span { border-color: #A903F0; }
span { border-color: rgb(169,3,240); }
td.TdClassName
{
border-color: #A903F0;
}
.TagClassName
{
border-color: #A903F0;
}
</style>