Shades of Electric Purple #A50AFE
Tints of Electric Purple #A50AFE
RGB
CMYK
RGB Variations
Color information
#A50AFE (or 0xA50AFE) is known color: Electric Purple. HEX triplet: A5, 0A and FE. RGB value is (165,10,254). Sum of RGB (Red+Green+Blue) = 165+10+254=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 10 (4.30% from 255 or 2.33% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #A50AFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A50AFE is #5AF501. Grayscale: #535353. Windows color (decimal): -5960962 or 16648869. OLE color: 16648869.
HSL color Cylindrical-coordinate representation of color #A50AFE: hue angle of 278.11º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A50AFE is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 10 | 254 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.00 |
| HSL | 278.11º | 0.99% | 0.52% | - |
| HSV(B) | 278.11º | 0.96% | 1% | - |
| XYZ | 33.51 | 15.37 | 94.97 | - |
| YUV | 84.16 | 223.85 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 10 | 254 | 0.35 | 0.96 | 0 | 0.00 | 278.11 | 0.99 | 0.52 |
| Hex | A5 | A | FE | 23 | 60 | 0 | 0 | 116 | 63 | 34 |
| Octal | 245 | 12 | 376 | 43 | 140 | 0 | 0 | 426 | 143 | 64 |
| Binary | 10100101 | 1010 | 11111110 | 100011 | 1100000 | 0 | 0 | 100010110 | 1100011 | 110100 |
Color Harmonies of #A50AFE
Complementary color
Monochromatic Colors of #A50AFE
Black with #A50AFE
Text Example
Text Example
White with #A50AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50AFE; }
p { color: rgb(165,10,254); }
H1.HeaderClassName
{
color: #A50AFE;
}
.AnyTagClassName
{
color: #A50AFE;
}
</style>
background-color css
<style>
a { background-color: #A50AFE; }
a { background-color: rgb(165,10,254); }
div.DivClassName
{
background-color: #A50AFE;
}
.BgClassName
{
background-color: #A50AFE;
}
</style>
border-color css
<style>
span { border-color: #A50AFE; }
span { border-color: rgb(165,10,254); }
td.TdClassName
{
border-color: #A50AFE;
}
.TagClassName
{
border-color: #A50AFE;
}
</style>