Shades of Electric Purple #A315FE
Tints of Electric Purple #A315FE
RGB
CMYK
RGB Variations
Color information
#A315FE (or 0xA315FE) is known color: Electric Purple. HEX triplet: A3, 15 and FE. RGB value is (163,21,254). Sum of RGB (Red+Green+Blue) = 163+21+254=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 21 (8.59% from 255 or 4.79% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #A315FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A315FE is #5CEA01. Grayscale: #595959. Windows color (decimal): -6089218 or 16651683. OLE color: 16651683.
HSL color Cylindrical-coordinate representation of color #A315FE: hue angle of 276.57º 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 #A315FE is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 21 | 254 | - |
| CMYK | 0.36 | 0.92 | 0 | 0.00 |
| HSL | 276.57º | 0.99% | 0.54% | - |
| HSV(B) | 276.57º | 0.92% | 1% | - |
| XYZ | 33.26 | 15.48 | 95 | - |
| YUV | 90.02 | 220.54 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 21 | 254 | 0.36 | 0.92 | 0 | 0.00 | 276.57 | 0.99 | 0.54 |
| Hex | A3 | 15 | FE | 24 | 5C | 0 | 0 | 115 | 63 | 36 |
| Octal | 243 | 25 | 376 | 44 | 134 | 0 | 0 | 425 | 143 | 66 |
| Binary | 10100011 | 10101 | 11111110 | 100100 | 1011100 | 0 | 0 | 100010101 | 1100011 | 110110 |
Color Harmonies of #A315FE
Complementary color
Monochromatic Colors of #A315FE
Black with #A315FE
Text Example
Text Example
White with #A315FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A315FE; }
p { color: rgb(163,21,254); }
H1.HeaderClassName
{
color: #A315FE;
}
.AnyTagClassName
{
color: #A315FE;
}
</style>
background-color css
<style>
a { background-color: #A315FE; }
a { background-color: rgb(163,21,254); }
div.DivClassName
{
background-color: #A315FE;
}
.BgClassName
{
background-color: #A315FE;
}
</style>
border-color css
<style>
span { border-color: #A315FE; }
span { border-color: rgb(163,21,254); }
td.TdClassName
{
border-color: #A315FE;
}
.TagClassName
{
border-color: #A315FE;
}
</style>