Shades of Electric Purple #A503FE
Tints of Electric Purple #A503FE
RGB
CMYK
RGB Variations
Color information
#A503FE (or 0xA503FE) is known color: Electric Purple. HEX triplet: A5, 03 and FE. RGB value is (165,3,254). Sum of RGB (Red+Green+Blue) = 165+3+254=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 3 (1.56% from 255 or 0.71% from 422); Blue value is 254 (99.61% from 255 or 60.19% from 422); Max value from RGB is 254 - color contains mainly: blue. Hex color #A503FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A503FE is #5AFC01. Grayscale: #4F4F4F. Windows color (decimal): -5962754 or 16647077. OLE color: 16647077.
HSL color Cylindrical-coordinate representation of color #A503FE: hue angle of 278.73º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A503FE is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 3 | 254 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.00 |
| HSL | 278.73º | 0.99% | 0.5% | - |
| HSV(B) | 278.73º | 0.99% | 1% | - |
| XYZ | 33.44 | 15.22 | 94.94 | - |
| YUV | 80.05 | 226.17 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 3 | 254 | 0.35 | 0.99 | 0 | 0.00 | 278.73 | 0.99 | 0.5 |
| Hex | A5 | 3 | FE | 23 | 63 | 0 | 0 | 117 | 63 | 32 |
| Octal | 245 | 3 | 376 | 43 | 143 | 0 | 0 | 427 | 143 | 62 |
| Binary | 10100101 | 11 | 11111110 | 100011 | 1100011 | 0 | 0 | 100010111 | 1100011 | 110010 |
Color Harmonies of #A503FE
Complementary color
Monochromatic Colors of #A503FE
Black with #A503FE
Text Example
Text Example
White with #A503FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A503FE; }
p { color: rgb(165,3,254); }
H1.HeaderClassName
{
color: #A503FE;
}
.AnyTagClassName
{
color: #A503FE;
}
</style>
background-color css
<style>
a { background-color: #A503FE; }
a { background-color: rgb(165,3,254); }
div.DivClassName
{
background-color: #A503FE;
}
.BgClassName
{
background-color: #A503FE;
}
</style>
border-color css
<style>
span { border-color: #A503FE; }
span { border-color: rgb(165,3,254); }
td.TdClassName
{
border-color: #A503FE;
}
.TagClassName
{
border-color: #A503FE;
}
</style>