Shades of Electric Purple #A310FC
Tints of Electric Purple #A310FC
RGB
CMYK
RGB Variations
Color information
#A310FC (or 0xA310FC) is known color: Electric Purple. HEX triplet: A3, 10 and FC. RGB value is (163,16,252). Sum of RGB (Red+Green+Blue) = 163+16+252=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 16 (6.64% from 255 or 3.71% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #A310FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A310FC is #5CEF03. Grayscale: #565656. Windows color (decimal): -6090500 or 16519331. OLE color: 16519331.
HSL color Cylindrical-coordinate representation of color #A310FC: hue angle of 277.37º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A310FC is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 16 | 252 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.01 |
| HSL | 277.37º | 0.98% | 0.53% | - |
| HSV(B) | 277.37º | 0.94% | 0.99% | - |
| XYZ | 32.86 | 15.19 | 93.29 | - |
| YUV | 86.86 | 221.2 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 16 | 252 | 0.35 | 0.94 | 0 | 0.01 | 277.37 | 0.98 | 0.53 |
| Hex | A3 | 10 | FC | 23 | 5E | 0 | 1 | 115 | 62 | 35 |
| Octal | 243 | 20 | 374 | 43 | 136 | 0 | 1 | 425 | 142 | 65 |
| Binary | 10100011 | 10000 | 11111100 | 100011 | 1011110 | 0 | 1 | 100010101 | 1100010 | 110101 |
Color Harmonies of #A310FC
Complementary color
Monochromatic Colors of #A310FC
Black with #A310FC
Text Example
Text Example
White with #A310FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A310FC; }
p { color: rgb(163,16,252); }
H1.HeaderClassName
{
color: #A310FC;
}
.AnyTagClassName
{
color: #A310FC;
}
</style>
background-color css
<style>
a { background-color: #A310FC; }
a { background-color: rgb(163,16,252); }
div.DivClassName
{
background-color: #A310FC;
}
.BgClassName
{
background-color: #A310FC;
}
</style>
border-color css
<style>
span { border-color: #A310FC; }
span { border-color: rgb(163,16,252); }
td.TdClassName
{
border-color: #A310FC;
}
.TagClassName
{
border-color: #A310FC;
}
</style>