Shades of Electric Purple #A503FC
Tints of Electric Purple #A503FC
RGB
CMYK
RGB Variations
Color information
#A503FC (or 0xA503FC) is known color: Electric Purple. HEX triplet: A5, 03 and FC. RGB value is (165,3,252). Sum of RGB (Red+Green+Blue) = 165+3+252=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 3 (1.56% from 255 or 0.71% from 420); Blue value is 252 (98.83% from 255 or 60% from 420); Max value from RGB is 252 - color contains mainly: blue. Hex color #A503FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A503FC is #5AFC03. Grayscale: #4E4E4E. Windows color (decimal): -5962756 or 16516005. OLE color: 16516005.
HSL color Cylindrical-coordinate representation of color #A503FC: hue angle of 279.04º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A503FC is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 3 | 252 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.01 |
| HSL | 279.04º | 0.98% | 0.5% | - |
| HSV(B) | 279.04º | 0.99% | 0.99% | - |
| XYZ | 33.12 | 15.09 | 93.26 | - |
| YUV | 79.82 | 225.17 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 3 | 252 | 0.35 | 0.99 | 0 | 0.01 | 279.04 | 0.98 | 0.5 |
| Hex | A5 | 3 | FC | 23 | 63 | 0 | 1 | 117 | 62 | 32 |
| Octal | 245 | 3 | 374 | 43 | 143 | 0 | 1 | 427 | 142 | 62 |
| Binary | 10100101 | 11 | 11111100 | 100011 | 1100011 | 0 | 1 | 100010111 | 1100010 | 110010 |
Color Harmonies of #A503FC
Complementary color
Monochromatic Colors of #A503FC
Black with #A503FC
Text Example
Text Example
White with #A503FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A503FC; }
p { color: rgb(165,3,252); }
H1.HeaderClassName
{
color: #A503FC;
}
.AnyTagClassName
{
color: #A503FC;
}
</style>
background-color css
<style>
a { background-color: #A503FC; }
a { background-color: rgb(165,3,252); }
div.DivClassName
{
background-color: #A503FC;
}
.BgClassName
{
background-color: #A503FC;
}
</style>
border-color css
<style>
span { border-color: #A503FC; }
span { border-color: rgb(165,3,252); }
td.TdClassName
{
border-color: #A503FC;
}
.TagClassName
{
border-color: #A503FC;
}
</style>