Shades of Electric Purple #A100FD
Tints of Electric Purple #A100FD
RGB
CMYK
RGB Variations
Color information
#A100FD (or 0xA100FD) is known color: Electric Purple. HEX triplet: A1, 00 and FD. RGB value is (161,0,253). Sum of RGB (Red+Green+Blue) = 161+0+253=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 0 (0.39% from 255 or 0% from 414); Blue value is 253 (99.22% from 255 or 61.11% from 414); Max value from RGB is 253 - color contains mainly: blue. Hex color #A100FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A100FD is #5EFF02. Grayscale: #4C4C4C. Windows color (decimal): -6225667 or 16580769. OLE color: 16580769.
HSL color Cylindrical-coordinate representation of color #A100FD: hue angle of 278.18º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A100FD is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 0 | 253 | - |
| CMYK | 0.36 | 1 | 0 | 0.01 |
| HSL | 278.18º | 1% | 0.5% | - |
| HSV(B) | 278.18º | 1% | 0.99% | - |
| XYZ | 32.43 | 14.67 | 94.05 | - |
| YUV | 76.98 | 227.34 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 0 | 253 | 0.36 | 1 | 0 | 0.01 | 278.18 | 1 | 0.5 |
| Hex | A1 | 0 | FD | 24 | 64 | 0 | 1 | 116 | 64 | 32 |
| Octal | 241 | 0 | 375 | 44 | 144 | 0 | 1 | 426 | 144 | 62 |
| Binary | 10100001 | 0 | 11111101 | 100100 | 1100100 | 0 | 1 | 100010110 | 1100100 | 110010 |
Color Harmonies of #A100FD
Complementary color
Monochromatic Colors of #A100FD
Black with #A100FD
Text Example
Text Example
White with #A100FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A100FD; }
p { color: rgb(161,0,253); }
H1.HeaderClassName
{
color: #A100FD;
}
.AnyTagClassName
{
color: #A100FD;
}
</style>
background-color css
<style>
a { background-color: #A100FD; }
a { background-color: rgb(161,0,253); }
div.DivClassName
{
background-color: #A100FD;
}
.BgClassName
{
background-color: #A100FD;
}
</style>
border-color css
<style>
span { border-color: #A100FD; }
span { border-color: rgb(161,0,253); }
td.TdClassName
{
border-color: #A100FD;
}
.TagClassName
{
border-color: #A100FD;
}
</style>