Shades of Electric Purple #A312FC
Tints of Electric Purple #A312FC
RGB
CMYK
RGB Variations
Color information
#A312FC (or 0xA312FC) is known color: Electric Purple. HEX triplet: A3, 12 and FC. RGB value is (163,18,252). Sum of RGB (Red+Green+Blue) = 163+18+252=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 18 (7.42% from 255 or 4.16% from 433); Blue value is 252 (98.83% from 255 or 58.20% from 433); Max value from RGB is 252 - color contains mainly: blue. Hex color #A312FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A312FC is #5CED03. Grayscale: #575757. Windows color (decimal): -6089988 or 16519843. OLE color: 16519843.
HSL color Cylindrical-coordinate representation of color #A312FC: hue angle of 277.18º 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 #A312FC is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 18 | 252 | - |
| CMYK | 0.35 | 0.93 | 0 | 0.01 |
| HSL | 277.18º | 0.98% | 0.53% | - |
| HSV(B) | 277.18º | 0.93% | 0.99% | - |
| XYZ | 32.89 | 15.25 | 93.3 | - |
| YUV | 88.03 | 220.54 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 18 | 252 | 0.35 | 0.93 | 0 | 0.01 | 277.18 | 0.98 | 0.53 |
| Hex | A3 | 12 | FC | 23 | 5D | 0 | 1 | 115 | 62 | 35 |
| Octal | 243 | 22 | 374 | 43 | 135 | 0 | 1 | 425 | 142 | 65 |
| Binary | 10100011 | 10010 | 11111100 | 100011 | 1011101 | 0 | 1 | 100010101 | 1100010 | 110101 |
Color Harmonies of #A312FC
Complementary color
Monochromatic Colors of #A312FC
Black with #A312FC
Text Example
Text Example
White with #A312FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A312FC; }
p { color: rgb(163,18,252); }
H1.HeaderClassName
{
color: #A312FC;
}
.AnyTagClassName
{
color: #A312FC;
}
</style>
background-color css
<style>
a { background-color: #A312FC; }
a { background-color: rgb(163,18,252); }
div.DivClassName
{
background-color: #A312FC;
}
.BgClassName
{
background-color: #A312FC;
}
</style>
border-color css
<style>
span { border-color: #A312FC; }
span { border-color: rgb(163,18,252); }
td.TdClassName
{
border-color: #A312FC;
}
.TagClassName
{
border-color: #A312FC;
}
</style>