Shades of Electric Purple #A500FE
Tints of Electric Purple #A500FE
RGB
CMYK
RGB Variations
Color information
#A500FE (or 0xA500FE) is known color: Electric Purple. HEX triplet: A5, 00 and FE. RGB value is (165,0,254). Sum of RGB (Red+Green+Blue) = 165+0+254=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 0 (0.39% from 255 or 0% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #A500FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A500FE is #5AFF01. Grayscale: #4D4D4D. Windows color (decimal): -5963522 or 16646309. OLE color: 16646309.
HSL color Cylindrical-coordinate representation of color #A500FE: hue angle of 278.98º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A500FE is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 0 | 254 | - |
| CMYK | 0.35 | 1 | 0 | 0.00 |
| HSL | 278.98º | 1% | 0.5% | - |
| HSV(B) | 278.98º | 1% | 1% | - |
| XYZ | 33.41 | 15.16 | 94.93 | - |
| YUV | 78.29 | 227.16 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 0 | 254 | 0.35 | 1 | 0 | 0.00 | 278.98 | 1 | 0.5 |
| Hex | A5 | 0 | FE | 23 | 64 | 0 | 0 | 117 | 64 | 32 |
| Octal | 245 | 0 | 376 | 43 | 144 | 0 | 0 | 427 | 144 | 62 |
| Binary | 10100101 | 0 | 11111110 | 100011 | 1100100 | 0 | 0 | 100010111 | 1100100 | 110010 |
Color Harmonies of #A500FE
Complementary color
Monochromatic Colors of #A500FE
Black with #A500FE
Text Example
Text Example
White with #A500FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A500FE; }
p { color: rgb(165,0,254); }
H1.HeaderClassName
{
color: #A500FE;
}
.AnyTagClassName
{
color: #A500FE;
}
</style>
background-color css
<style>
a { background-color: #A500FE; }
a { background-color: rgb(165,0,254); }
div.DivClassName
{
background-color: #A500FE;
}
.BgClassName
{
background-color: #A500FE;
}
</style>
border-color css
<style>
span { border-color: #A500FE; }
span { border-color: rgb(165,0,254); }
td.TdClassName
{
border-color: #A500FE;
}
.TagClassName
{
border-color: #A500FE;
}
</style>