Shades of Electric Purple #A312FD
Tints of Electric Purple #A312FD
RGB
CMYK
RGB Variations
Color information
#A312FD (or 0xA312FD) is known color: Electric Purple. HEX triplet: A3, 12 and FD. RGB value is (163,18,253). Sum of RGB (Red+Green+Blue) = 163+18+253=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 18 (7.42% from 255 or 4.15% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #A312FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A312FD is #5CED02. Grayscale: #575757. Windows color (decimal): -6089987 or 16585379. OLE color: 16585379.
HSL color Cylindrical-coordinate representation of color #A312FD: hue angle of 277.02º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A312FD is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 18 | 253 | - |
| CMYK | 0.36 | 0.93 | 0 | 0.01 |
| HSL | 277.02º | 0.98% | 0.53% | - |
| HSV(B) | 277.02º | 0.93% | 0.99% | - |
| XYZ | 33.05 | 15.31 | 94.14 | - |
| YUV | 88.15 | 221.04 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 18 | 253 | 0.36 | 0.93 | 0 | 0.01 | 277.02 | 0.98 | 0.53 |
| Hex | A3 | 12 | FD | 24 | 5D | 0 | 1 | 115 | 62 | 35 |
| Octal | 243 | 22 | 375 | 44 | 135 | 0 | 1 | 425 | 142 | 65 |
| Binary | 10100011 | 10010 | 11111101 | 100100 | 1011101 | 0 | 1 | 100010101 | 1100010 | 110101 |
Color Harmonies of #A312FD
Complementary color
Monochromatic Colors of #A312FD
Black with #A312FD
Text Example
Text Example
White with #A312FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A312FD; }
p { color: rgb(163,18,253); }
H1.HeaderClassName
{
color: #A312FD;
}
.AnyTagClassName
{
color: #A312FD;
}
</style>
background-color css
<style>
a { background-color: #A312FD; }
a { background-color: rgb(163,18,253); }
div.DivClassName
{
background-color: #A312FD;
}
.BgClassName
{
background-color: #A312FD;
}
</style>
border-color css
<style>
span { border-color: #A312FD; }
span { border-color: rgb(163,18,253); }
td.TdClassName
{
border-color: #A312FD;
}
.TagClassName
{
border-color: #A312FD;
}
</style>