Shades of Electric Purple #A105FC
Tints of Electric Purple #A105FC
RGB
CMYK
RGB Variations
Color information
#A105FC (or 0xA105FC) is known color: Electric Purple. HEX triplet: A1, 05 and FC. RGB value is (161,5,252). Sum of RGB (Red+Green+Blue) = 161+5+252=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 5 (2.34% from 255 or 1.20% from 418); Blue value is 252 (98.83% from 255 or 60.29% from 418); Max value from RGB is 252 - color contains mainly: blue. Hex color #A105FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A105FC is #5EFA03. Grayscale: #4E4E4E. Windows color (decimal): -6224388 or 16516513. OLE color: 16516513.
HSL color Cylindrical-coordinate representation of color #A105FC: hue angle of 277.89º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A105FC is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 5 | 252 | - |
| CMYK | 0.36 | 0.98 | 0 | 0.01 |
| HSL | 277.89º | 0.98% | 0.5% | - |
| HSV(B) | 277.89º | 0.98% | 0.99% | - |
| XYZ | 32.32 | 14.71 | 93.23 | - |
| YUV | 79.8 | 225.18 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 5 | 252 | 0.36 | 0.98 | 0 | 0.01 | 277.89 | 0.98 | 0.5 |
| Hex | A1 | 5 | FC | 24 | 62 | 0 | 1 | 116 | 62 | 32 |
| Octal | 241 | 5 | 374 | 44 | 142 | 0 | 1 | 426 | 142 | 62 |
| Binary | 10100001 | 101 | 11111100 | 100100 | 1100010 | 0 | 1 | 100010110 | 1100010 | 110010 |
Color Harmonies of #A105FC
Complementary color
Monochromatic Colors of #A105FC
Black with #A105FC
Text Example
Text Example
White with #A105FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A105FC; }
p { color: rgb(161,5,252); }
H1.HeaderClassName
{
color: #A105FC;
}
.AnyTagClassName
{
color: #A105FC;
}
</style>
background-color css
<style>
a { background-color: #A105FC; }
a { background-color: rgb(161,5,252); }
div.DivClassName
{
background-color: #A105FC;
}
.BgClassName
{
background-color: #A105FC;
}
</style>
border-color css
<style>
span { border-color: #A105FC; }
span { border-color: rgb(161,5,252); }
td.TdClassName
{
border-color: #A105FC;
}
.TagClassName
{
border-color: #A105FC;
}
</style>