Shades of Electric Purple #A104FA
Tints of Electric Purple #A104FA
RGB
CMYK
RGB Variations
Color information
#A104FA (or 0xA104FA) is known color: Electric Purple. HEX triplet: A1, 04 and FA. RGB value is (161,4,250). Sum of RGB (Red+Green+Blue) = 161+4+250=415 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.80% from 415); Green value is 4 (1.95% from 255 or 0.96% from 415); Blue value is 250 (98.05% from 255 or 60.24% from 415); Max value from RGB is 250 - color contains mainly: blue. Hex color #A104FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A104FA is #5EFB05. Grayscale: #4E4E4E. Windows color (decimal): -6224646 or 16385185. OLE color: 16385185.
HSL color Cylindrical-coordinate representation of color #A104FA: hue angle of 278.29º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A104FA is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 4 | 250 | - |
| CMYK | 0.36 | 0.98 | 0 | 0.02 |
| HSL | 278.29º | 0.97% | 0.5% | - |
| HSV(B) | 278.29º | 0.98% | 0.98% | - |
| XYZ | 32 | 14.57 | 91.57 | - |
| YUV | 78.99 | 224.51 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 4 | 250 | 0.36 | 0.98 | 0 | 0.02 | 278.29 | 0.97 | 0.5 |
| Hex | A1 | 4 | FA | 24 | 62 | 0 | 2 | 116 | 61 | 32 |
| Octal | 241 | 4 | 372 | 44 | 142 | 0 | 2 | 426 | 141 | 62 |
| Binary | 10100001 | 100 | 11111010 | 100100 | 1100010 | 0 | 10 | 100010110 | 1100001 | 110010 |
Color Harmonies of #A104FA
Complementary color
Monochromatic Colors of #A104FA
Black with #A104FA
Text Example
Text Example
White with #A104FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A104FA; }
p { color: rgb(161,4,250); }
H1.HeaderClassName
{
color: #A104FA;
}
.AnyTagClassName
{
color: #A104FA;
}
</style>
background-color css
<style>
a { background-color: #A104FA; }
a { background-color: rgb(161,4,250); }
div.DivClassName
{
background-color: #A104FA;
}
.BgClassName
{
background-color: #A104FA;
}
</style>
border-color css
<style>
span { border-color: #A104FA; }
span { border-color: rgb(161,4,250); }
td.TdClassName
{
border-color: #A104FA;
}
.TagClassName
{
border-color: #A104FA;
}
</style>