Shades of Electric Purple #A103FC
Tints of Electric Purple #A103FC
RGB
CMYK
RGB Variations
Color information
#A103FC (or 0xA103FC) is known color: Electric Purple. HEX triplet: A1, 03 and FC. RGB value is (161,3,252). Sum of RGB (Red+Green+Blue) = 161+3+252=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 3 (1.56% from 255 or 0.72% from 416); Blue value is 252 (98.83% from 255 or 60.58% from 416); Max value from RGB is 252 - color contains mainly: blue. Hex color #A103FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A103FC is #5EFC03. Grayscale: #4D4D4D. Windows color (decimal): -6224900 or 16516001. OLE color: 16516001.
HSL color Cylindrical-coordinate representation of color #A103FC: hue angle of 278.07º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A103FC is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 3 | 252 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.01 |
| HSL | 278.07º | 0.98% | 0.5% | - |
| HSV(B) | 278.07º | 0.99% | 0.99% | - |
| XYZ | 32.3 | 14.67 | 93.22 | - |
| YUV | 78.63 | 225.85 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 252 | 0.36 | 0.99 | 0 | 0.01 | 278.07 | 0.98 | 0.5 |
| Hex | A1 | 3 | FC | 24 | 63 | 0 | 1 | 116 | 62 | 32 |
| Octal | 241 | 3 | 374 | 44 | 143 | 0 | 1 | 426 | 142 | 62 |
| Binary | 10100001 | 11 | 11111100 | 100100 | 1100011 | 0 | 1 | 100010110 | 1100010 | 110010 |
Color Harmonies of #A103FC
Complementary color
Monochromatic Colors of #A103FC
Black with #A103FC
Text Example
Text Example
White with #A103FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A103FC; }
p { color: rgb(161,3,252); }
H1.HeaderClassName
{
color: #A103FC;
}
.AnyTagClassName
{
color: #A103FC;
}
</style>
background-color css
<style>
a { background-color: #A103FC; }
a { background-color: rgb(161,3,252); }
div.DivClassName
{
background-color: #A103FC;
}
.BgClassName
{
background-color: #A103FC;
}
</style>
border-color css
<style>
span { border-color: #A103FC; }
span { border-color: rgb(161,3,252); }
td.TdClassName
{
border-color: #A103FC;
}
.TagClassName
{
border-color: #A103FC;
}
</style>