Shades of Electric Purple #A503F0
Tints of Electric Purple #A503F0
RGB
CMYK
RGB Variations
Color information
#A503F0 (or 0xA503F0) is known color: Electric Purple. HEX triplet: A5, 03 and F0. RGB value is (165,3,240). Sum of RGB (Red+Green+Blue) = 165+3+240=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 3 (1.56% from 255 or 0.74% from 408); Blue value is 240 (94.14% from 255 or 58.82% from 408); Max value from RGB is 240 - color contains mainly: blue. Hex color #A503F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A503F0 is #5AFC0F. Grayscale: #4D4D4D. Windows color (decimal): -5962768 or 15729573. OLE color: 15729573.
HSL color Cylindrical-coordinate representation of color #A503F0: hue angle of 281.01º 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 #A503F0 is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 165 | 3 | 240 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.06 |
| HSL | 281.01º | 0.98% | 0.48% | - |
| HSV(B) | 281.01º | 0.99% | 0.94% | - |
| XYZ | 31.28 | 14.36 | 83.56 | - |
| YUV | 78.46 | 219.17 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 3 | 240 | 0.31 | 0.99 | 0 | 0.06 | 281.01 | 0.98 | 0.48 |
| Hex | A5 | 3 | F0 | 1F | 63 | 0 | 6 | 119 | 62 | 30 |
| Octal | 245 | 3 | 360 | 37 | 143 | 0 | 6 | 431 | 142 | 60 |
| Binary | 10100101 | 11 | 11110000 | 11111 | 1100011 | 0 | 110 | 100011001 | 1100010 | 110000 |
Color Harmonies of #A503F0
Complementary color
Monochromatic Colors of #A503F0
Black with #A503F0
Text Example
Text Example
White with #A503F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A503F0; }
p { color: rgb(165,3,240); }
H1.HeaderClassName
{
color: #A503F0;
}
.AnyTagClassName
{
color: #A503F0;
}
</style>
background-color css
<style>
a { background-color: #A503F0; }
a { background-color: rgb(165,3,240); }
div.DivClassName
{
background-color: #A503F0;
}
.BgClassName
{
background-color: #A503F0;
}
</style>
border-color css
<style>
span { border-color: #A503F0; }
span { border-color: rgb(165,3,240); }
td.TdClassName
{
border-color: #A503F0;
}
.TagClassName
{
border-color: #A503F0;
}
</style>