Shades of Electric Purple #A100F5
Tints of Electric Purple #A100F5
RGB
CMYK
RGB Variations
Color information
#A100F5 (or 0xA100F5) is known color: Electric Purple. HEX triplet: A1, 00 and F5. RGB value is (161,0,245). Sum of RGB (Red+Green+Blue) = 161+0+245=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 0 (0.39% from 255 or 0% from 406); Blue value is 245 (96.09% from 255 or 60.34% from 406); Max value from RGB is 245 - color contains mainly: blue. Hex color #A100F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A100F5 is #5EFF0A. Grayscale: #4B4B4B. Windows color (decimal): -6225675 or 16056481. OLE color: 16056481.
HSL color Cylindrical-coordinate representation of color #A100F5: hue angle of 279.43º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A100F5 is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 0 | 245 | - |
| CMYK | 0.34 | 1 | 0 | 0.04 |
| HSL | 279.43º | 1% | 0.48% | - |
| HSV(B) | 279.43º | 1% | 0.96% | - |
| XYZ | 31.18 | 14.17 | 87.48 | - |
| YUV | 76.07 | 223.34 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 0 | 245 | 0.34 | 1 | 0 | 0.04 | 279.43 | 1 | 0.48 |
| Hex | A1 | 0 | F5 | 22 | 64 | 0 | 4 | 117 | 64 | 30 |
| Octal | 241 | 0 | 365 | 42 | 144 | 0 | 4 | 427 | 144 | 60 |
| Binary | 10100001 | 0 | 11110101 | 100010 | 1100100 | 0 | 100 | 100010111 | 1100100 | 110000 |
Color Harmonies of #A100F5
Complementary color
Monochromatic Colors of #A100F5
Black with #A100F5
Text Example
Text Example
White with #A100F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A100F5; }
p { color: rgb(161,0,245); }
H1.HeaderClassName
{
color: #A100F5;
}
.AnyTagClassName
{
color: #A100F5;
}
</style>
background-color css
<style>
a { background-color: #A100F5; }
a { background-color: rgb(161,0,245); }
div.DivClassName
{
background-color: #A100F5;
}
.BgClassName
{
background-color: #A100F5;
}
</style>
border-color css
<style>
span { border-color: #A100F5; }
span { border-color: rgb(161,0,245); }
td.TdClassName
{
border-color: #A100F5;
}
.TagClassName
{
border-color: #A100F5;
}
</style>