Shades of Electric Purple #A504FE
Tints of Electric Purple #A504FE
RGB
CMYK
RGB Variations
Color information
#A504FE (or 0xA504FE) is known color: Electric Purple. HEX triplet: A5, 04 and FE. RGB value is (165,4,254). Sum of RGB (Red+Green+Blue) = 165+4+254=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 4 (1.95% from 255 or 0.95% from 423); Blue value is 254 (99.61% from 255 or 60.05% from 423); Max value from RGB is 254 - color contains mainly: blue. Hex color #A504FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A504FE is #5AFB01. Grayscale: #4F4F4F. Windows color (decimal): -5962498 or 16647333. OLE color: 16647333.
HSL color Cylindrical-coordinate representation of color #A504FE: hue angle of 278.64º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A504FE is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 4 | 254 | - |
| CMYK | 0.35 | 0.98 | 0 | 0.00 |
| HSL | 278.64º | 0.99% | 0.51% | - |
| HSV(B) | 278.64º | 0.98% | 1% | - |
| XYZ | 33.45 | 15.24 | 94.94 | - |
| YUV | 80.64 | 225.84 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 4 | 254 | 0.35 | 0.98 | 0 | 0.00 | 278.64 | 0.99 | 0.51 |
| Hex | A5 | 4 | FE | 23 | 62 | 0 | 0 | 117 | 63 | 33 |
| Octal | 245 | 4 | 376 | 43 | 142 | 0 | 0 | 427 | 143 | 63 |
| Binary | 10100101 | 100 | 11111110 | 100011 | 1100010 | 0 | 0 | 100010111 | 1100011 | 110011 |
Color Harmonies of #A504FE
Complementary color
Monochromatic Colors of #A504FE
Black with #A504FE
Text Example
Text Example
White with #A504FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A504FE; }
p { color: rgb(165,4,254); }
H1.HeaderClassName
{
color: #A504FE;
}
.AnyTagClassName
{
color: #A504FE;
}
</style>
background-color css
<style>
a { background-color: #A504FE; }
a { background-color: rgb(165,4,254); }
div.DivClassName
{
background-color: #A504FE;
}
.BgClassName
{
background-color: #A504FE;
}
</style>
border-color css
<style>
span { border-color: #A504FE; }
span { border-color: rgb(165,4,254); }
td.TdClassName
{
border-color: #A504FE;
}
.TagClassName
{
border-color: #A504FE;
}
</style>