Shades of Electric Purple #A815FE
Tints of Electric Purple #A815FE
RGB
CMYK
RGB Variations
Color information
#A815FE (or 0xA815FE) is known color: Electric Purple. HEX triplet: A8, 15 and FE. RGB value is (168,21,254). Sum of RGB (Red+Green+Blue) = 168+21+254=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 21 (8.59% from 255 or 4.74% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #A815FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A815FE is #57EA01. Grayscale: #5A5A5A. Windows color (decimal): -5761538 or 16651688. OLE color: 16651688.
HSL color Cylindrical-coordinate representation of color #A815FE: hue angle of 277.85º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A815FE is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 21 | 254 | - |
| CMYK | 0.34 | 0.92 | 0 | 0.00 |
| HSL | 277.85º | 0.99% | 0.54% | - |
| HSV(B) | 277.85º | 0.92% | 1% | - |
| XYZ | 34.31 | 16.02 | 95.05 | - |
| YUV | 91.52 | 219.7 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 21 | 254 | 0.34 | 0.92 | 0 | 0.00 | 277.85 | 0.99 | 0.54 |
| Hex | A8 | 15 | FE | 22 | 5C | 0 | 0 | 116 | 63 | 36 |
| Octal | 250 | 25 | 376 | 42 | 134 | 0 | 0 | 426 | 143 | 66 |
| Binary | 10101000 | 10101 | 11111110 | 100010 | 1011100 | 0 | 0 | 100010110 | 1100011 | 110110 |
Color Harmonies of #A815FE
Complementary color
Monochromatic Colors of #A815FE
Black with #A815FE
Text Example
Text Example
White with #A815FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A815FE; }
p { color: rgb(168,21,254); }
H1.HeaderClassName
{
color: #A815FE;
}
.AnyTagClassName
{
color: #A815FE;
}
</style>
background-color css
<style>
a { background-color: #A815FE; }
a { background-color: rgb(168,21,254); }
div.DivClassName
{
background-color: #A815FE;
}
.BgClassName
{
background-color: #A815FE;
}
</style>
border-color css
<style>
span { border-color: #A815FE; }
span { border-color: rgb(168,21,254); }
td.TdClassName
{
border-color: #A815FE;
}
.TagClassName
{
border-color: #A815FE;
}
</style>