Shades of Electric Purple #A313FD
Tints of Electric Purple #A313FD
RGB
CMYK
RGB Variations
Color information
#A313FD (or 0xA313FD) is known color: Electric Purple. HEX triplet: A3, 13 and FD. RGB value is (163,19,253). Sum of RGB (Red+Green+Blue) = 163+19+253=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 19 (7.81% from 255 or 4.37% from 435); Blue value is 253 (99.22% from 255 or 58.16% from 435); Max value from RGB is 253 - color contains mainly: blue. Hex color #A313FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A313FD is #5CEC02. Grayscale: #575757. Windows color (decimal): -6089731 or 16585635. OLE color: 16585635.
HSL color Cylindrical-coordinate representation of color #A313FD: hue angle of 276.92º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A313FD is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 19 | 253 | - |
| CMYK | 0.36 | 0.92 | 0 | 0.01 |
| HSL | 276.92º | 0.98% | 0.53% | - |
| HSV(B) | 276.92º | 0.92% | 0.99% | - |
| XYZ | 33.07 | 15.34 | 94.15 | - |
| YUV | 88.73 | 220.71 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 19 | 253 | 0.36 | 0.92 | 0 | 0.01 | 276.92 | 0.98 | 0.53 |
| Hex | A3 | 13 | FD | 24 | 5C | 0 | 1 | 115 | 62 | 35 |
| Octal | 243 | 23 | 375 | 44 | 134 | 0 | 1 | 425 | 142 | 65 |
| Binary | 10100011 | 10011 | 11111101 | 100100 | 1011100 | 0 | 1 | 100010101 | 1100010 | 110101 |
Color Harmonies of #A313FD
Complementary color
Monochromatic Colors of #A313FD
Black with #A313FD
Text Example
Text Example
White with #A313FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A313FD; }
p { color: rgb(163,19,253); }
H1.HeaderClassName
{
color: #A313FD;
}
.AnyTagClassName
{
color: #A313FD;
}
</style>
background-color css
<style>
a { background-color: #A313FD; }
a { background-color: rgb(163,19,253); }
div.DivClassName
{
background-color: #A313FD;
}
.BgClassName
{
background-color: #A313FD;
}
</style>
border-color css
<style>
span { border-color: #A313FD; }
span { border-color: rgb(163,19,253); }
td.TdClassName
{
border-color: #A313FD;
}
.TagClassName
{
border-color: #A313FD;
}
</style>