Shades of Electric Purple #A315FD
Tints of Electric Purple #A315FD
RGB
CMYK
RGB Variations
Color information
#A315FD (or 0xA315FD) is known color: Electric Purple. HEX triplet: A3, 15 and FD. RGB value is (163,21,253). Sum of RGB (Red+Green+Blue) = 163+21+253=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 21 (8.59% from 255 or 4.81% from 437); Blue value is 253 (99.22% from 255 or 57.89% from 437); Max value from RGB is 253 - color contains mainly: blue. Hex color #A315FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A315FD is #5CEA02. Grayscale: #595959. Windows color (decimal): -6089219 or 16586147. OLE color: 16586147.
HSL color Cylindrical-coordinate representation of color #A315FD: hue angle of 276.72º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A315FD is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 21 | 253 | - |
| CMYK | 0.36 | 0.92 | 0 | 0.01 |
| HSL | 276.72º | 0.98% | 0.54% | - |
| HSV(B) | 276.72º | 0.92% | 0.99% | - |
| XYZ | 33.1 | 15.41 | 94.16 | - |
| YUV | 89.91 | 220.04 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 21 | 253 | 0.36 | 0.92 | 0 | 0.01 | 276.72 | 0.98 | 0.54 |
| Hex | A3 | 15 | FD | 24 | 5C | 0 | 1 | 115 | 62 | 36 |
| Octal | 243 | 25 | 375 | 44 | 134 | 0 | 1 | 425 | 142 | 66 |
| Binary | 10100011 | 10101 | 11111101 | 100100 | 1011100 | 0 | 1 | 100010101 | 1100010 | 110110 |
Color Harmonies of #A315FD
Complementary color
Monochromatic Colors of #A315FD
Black with #A315FD
Text Example
Text Example
White with #A315FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A315FD; }
p { color: rgb(163,21,253); }
H1.HeaderClassName
{
color: #A315FD;
}
.AnyTagClassName
{
color: #A315FD;
}
</style>
background-color css
<style>
a { background-color: #A315FD; }
a { background-color: rgb(163,21,253); }
div.DivClassName
{
background-color: #A315FD;
}
.BgClassName
{
background-color: #A315FD;
}
</style>
border-color css
<style>
span { border-color: #A315FD; }
span { border-color: rgb(163,21,253); }
td.TdClassName
{
border-color: #A315FD;
}
.TagClassName
{
border-color: #A315FD;
}
</style>