Shades of Electric Purple #A502FE
Tints of Electric Purple #A502FE
RGB
CMYK
RGB Variations
Color information
#A502FE (or 0xA502FE) is known color: Electric Purple. HEX triplet: A5, 02 and FE. RGB value is (165,2,254). Sum of RGB (Red+Green+Blue) = 165+2+254=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 2 (1.17% from 255 or 0.48% from 421); Blue value is 254 (99.61% from 255 or 60.33% from 421); Max value from RGB is 254 - color contains mainly: blue. Hex color #A502FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A502FE is #5AFD01. Grayscale: #4E4E4E. Windows color (decimal): -5963010 or 16646821. OLE color: 16646821.
HSL color Cylindrical-coordinate representation of color #A502FE: hue angle of 278.81º 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 #A502FE is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 2 | 254 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.00 |
| HSL | 278.81º | 0.99% | 0.5% | - |
| HSV(B) | 278.81º | 0.99% | 1% | - |
| XYZ | 33.43 | 15.2 | 94.94 | - |
| YUV | 79.47 | 226.5 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 2 | 254 | 0.35 | 0.99 | 0 | 0.00 | 278.81 | 0.99 | 0.5 |
| Hex | A5 | 2 | FE | 23 | 63 | 0 | 0 | 117 | 63 | 32 |
| Octal | 245 | 2 | 376 | 43 | 143 | 0 | 0 | 427 | 143 | 62 |
| Binary | 10100101 | 10 | 11111110 | 100011 | 1100011 | 0 | 0 | 100010111 | 1100011 | 110010 |
Color Harmonies of #A502FE
Complementary color
Monochromatic Colors of #A502FE
Black with #A502FE
Text Example
Text Example
White with #A502FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A502FE; }
p { color: rgb(165,2,254); }
H1.HeaderClassName
{
color: #A502FE;
}
.AnyTagClassName
{
color: #A502FE;
}
</style>
background-color css
<style>
a { background-color: #A502FE; }
a { background-color: rgb(165,2,254); }
div.DivClassName
{
background-color: #A502FE;
}
.BgClassName
{
background-color: #A502FE;
}
</style>
border-color css
<style>
span { border-color: #A502FE; }
span { border-color: rgb(165,2,254); }
td.TdClassName
{
border-color: #A502FE;
}
.TagClassName
{
border-color: #A502FE;
}
</style>