Shades of Electric Purple #A000FD
Tints of Electric Purple #A000FD
RGB
CMYK
RGB Variations
Color information
#A000FD (or 0xA000FD) is known color: Electric Purple. HEX triplet: A0, 00 and FD. RGB value is (160,0,253). Sum of RGB (Red+Green+Blue) = 160+0+253=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 0 (0.39% from 255 or 0% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #A000FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A000FD is #5FFF02. Grayscale: #4B4B4B. Windows color (decimal): -6291203 or 16580768. OLE color: 16580768.
HSL color Cylindrical-coordinate representation of color #A000FD: hue angle of 277.94º 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 #A000FD is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 0 | 253 | - |
| CMYK | 0.37 | 1 | 0 | 0.01 |
| HSL | 277.94º | 1% | 0.5% | - |
| HSV(B) | 277.94º | 1% | 0.99% | - |
| XYZ | 32.23 | 14.57 | 94.04 | - |
| YUV | 76.68 | 227.51 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 253 | 0.37 | 1 | 0 | 0.01 | 277.94 | 1 | 0.5 |
| Hex | A0 | 0 | FD | 25 | 64 | 0 | 1 | 116 | 64 | 32 |
| Octal | 240 | 0 | 375 | 45 | 144 | 0 | 1 | 426 | 144 | 62 |
| Binary | 10100000 | 0 | 11111101 | 100101 | 1100100 | 0 | 1 | 100010110 | 1100100 | 110010 |
Color Harmonies of #A000FD
Complementary color
Monochromatic Colors of #A000FD
Black with #A000FD
Text Example
Text Example
White with #A000FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A000FD; }
p { color: rgb(160,0,253); }
H1.HeaderClassName
{
color: #A000FD;
}
.AnyTagClassName
{
color: #A000FD;
}
</style>
background-color css
<style>
a { background-color: #A000FD; }
a { background-color: rgb(160,0,253); }
div.DivClassName
{
background-color: #A000FD;
}
.BgClassName
{
background-color: #A000FD;
}
</style>
border-color css
<style>
span { border-color: #A000FD; }
span { border-color: rgb(160,0,253); }
td.TdClassName
{
border-color: #A000FD;
}
.TagClassName
{
border-color: #A000FD;
}
</style>