Shades of Electric Purple #A511FE
Tints of Electric Purple #A511FE
RGB
CMYK
RGB Variations
Color information
#A511FE (or 0xA511FE) is known color: Electric Purple. HEX triplet: A5, 11 and FE. RGB value is (165,17,254). Sum of RGB (Red+Green+Blue) = 165+17+254=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 17 (7.03% from 255 or 3.90% from 436); Blue value is 254 (99.61% from 255 or 58.26% from 436); Max value from RGB is 254 - color contains mainly: blue. Hex color #A511FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A511FE is #5AEE01. Grayscale: #575757. Windows color (decimal): -5959170 or 16650661. OLE color: 16650661.
HSL color Cylindrical-coordinate representation of color #A511FE: hue angle of 277.47º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A511FE is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 17 | 254 | - |
| CMYK | 0.35 | 0.93 | 0 | 0.00 |
| HSL | 277.47º | 0.99% | 0.53% | - |
| HSV(B) | 277.47º | 0.93% | 1% | - |
| XYZ | 33.61 | 15.56 | 95 | - |
| YUV | 88.27 | 221.53 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 17 | 254 | 0.35 | 0.93 | 0 | 0.00 | 277.47 | 0.99 | 0.53 |
| Hex | A5 | 11 | FE | 23 | 5D | 0 | 0 | 115 | 63 | 35 |
| Octal | 245 | 21 | 376 | 43 | 135 | 0 | 0 | 425 | 143 | 65 |
| Binary | 10100101 | 10001 | 11111110 | 100011 | 1011101 | 0 | 0 | 100010101 | 1100011 | 110101 |
Color Harmonies of #A511FE
Complementary color
Monochromatic Colors of #A511FE
Black with #A511FE
Text Example
Text Example
White with #A511FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A511FE; }
p { color: rgb(165,17,254); }
H1.HeaderClassName
{
color: #A511FE;
}
.AnyTagClassName
{
color: #A511FE;
}
</style>
background-color css
<style>
a { background-color: #A511FE; }
a { background-color: rgb(165,17,254); }
div.DivClassName
{
background-color: #A511FE;
}
.BgClassName
{
background-color: #A511FE;
}
</style>
border-color css
<style>
span { border-color: #A511FE; }
span { border-color: rgb(165,17,254); }
td.TdClassName
{
border-color: #A511FE;
}
.TagClassName
{
border-color: #A511FE;
}
</style>