Shades of Electric Purple #A516FE
Tints of Electric Purple #A516FE
RGB
CMYK
RGB Variations
Color information
#A516FE (or 0xA516FE) is known color: Electric Purple. HEX triplet: A5, 16 and FE. RGB value is (165,22,254). Sum of RGB (Red+Green+Blue) = 165+22+254=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 22 (8.98% from 255 or 4.99% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #A516FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A516FE is #5AE901. Grayscale: #5A5A5A. Windows color (decimal): -5957890 or 16651941. OLE color: 16651941.
HSL color Cylindrical-coordinate representation of color #A516FE: hue angle of 276.98º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A516FE is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 22 | 254 | - |
| CMYK | 0.35 | 0.91 | 0 | 0.00 |
| HSL | 276.98º | 0.99% | 0.54% | - |
| HSV(B) | 276.98º | 0.91% | 1% | - |
| XYZ | 33.69 | 15.73 | 95.03 | - |
| YUV | 91.21 | 219.88 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 22 | 254 | 0.35 | 0.91 | 0 | 0.00 | 276.98 | 0.99 | 0.54 |
| Hex | A5 | 16 | FE | 23 | 5B | 0 | 0 | 115 | 63 | 36 |
| Octal | 245 | 26 | 376 | 43 | 133 | 0 | 0 | 425 | 143 | 66 |
| Binary | 10100101 | 10110 | 11111110 | 100011 | 1011011 | 0 | 0 | 100010101 | 1100011 | 110110 |
Color Harmonies of #A516FE
Complementary color
Monochromatic Colors of #A516FE
Black with #A516FE
Text Example
Text Example
White with #A516FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A516FE; }
p { color: rgb(165,22,254); }
H1.HeaderClassName
{
color: #A516FE;
}
.AnyTagClassName
{
color: #A516FE;
}
</style>
background-color css
<style>
a { background-color: #A516FE; }
a { background-color: rgb(165,22,254); }
div.DivClassName
{
background-color: #A516FE;
}
.BgClassName
{
background-color: #A516FE;
}
</style>
border-color css
<style>
span { border-color: #A516FE; }
span { border-color: rgb(165,22,254); }
td.TdClassName
{
border-color: #A516FE;
}
.TagClassName
{
border-color: #A516FE;
}
</style>