Shades of Electric Purple #A503F4
Tints of Electric Purple #A503F4
RGB
CMYK
RGB Variations
Color information
#A503F4 (or 0xA503F4) is known color: Electric Purple. HEX triplet: A5, 03 and F4. RGB value is (165,3,244). Sum of RGB (Red+Green+Blue) = 165+3+244=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 3 (1.56% from 255 or 0.73% from 412); Blue value is 244 (95.70% from 255 or 59.22% from 412); Max value from RGB is 244 - color contains mainly: blue. Hex color #A503F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A503F4 is #5AFC0B. Grayscale: #4E4E4E. Windows color (decimal): -5962764 or 15991717. OLE color: 15991717.
HSL color Cylindrical-coordinate representation of color #A503F4: hue angle of 280.33º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A503F4 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 3 | 244 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.04 |
| HSL | 280.33º | 0.98% | 0.48% | - |
| HSV(B) | 280.33º | 0.99% | 0.96% | - |
| XYZ | 31.88 | 14.6 | 86.73 | - |
| YUV | 78.91 | 221.17 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 3 | 244 | 0.32 | 0.99 | 0 | 0.04 | 280.33 | 0.98 | 0.48 |
| Hex | A5 | 3 | F4 | 20 | 63 | 0 | 4 | 118 | 62 | 30 |
| Octal | 245 | 3 | 364 | 40 | 143 | 0 | 4 | 430 | 142 | 60 |
| Binary | 10100101 | 11 | 11110100 | 100000 | 1100011 | 0 | 100 | 100011000 | 1100010 | 110000 |
Color Harmonies of #A503F4
Complementary color
Monochromatic Colors of #A503F4
Black with #A503F4
Text Example
Text Example
White with #A503F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A503F4; }
p { color: rgb(165,3,244); }
H1.HeaderClassName
{
color: #A503F4;
}
.AnyTagClassName
{
color: #A503F4;
}
</style>
background-color css
<style>
a { background-color: #A503F4; }
a { background-color: rgb(165,3,244); }
div.DivClassName
{
background-color: #A503F4;
}
.BgClassName
{
background-color: #A503F4;
}
</style>
border-color css
<style>
span { border-color: #A503F4; }
span { border-color: rgb(165,3,244); }
td.TdClassName
{
border-color: #A503F4;
}
.TagClassName
{
border-color: #A503F4;
}
</style>