Shades of Electric Purple #A005FD
Tints of Electric Purple #A005FD
RGB
CMYK
RGB Variations
Color information
#A005FD (or 0xA005FD) is known color: Electric Purple. HEX triplet: A0, 05 and FD. RGB value is (160,5,253). Sum of RGB (Red+Green+Blue) = 160+5+253=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 5 (2.34% from 255 or 1.20% from 418); Blue value is 253 (99.22% from 255 or 60.53% from 418); Max value from RGB is 253 - color contains mainly: blue. Hex color #A005FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A005FD is #5FFA02. Grayscale: #4E4E4E. Windows color (decimal): -6289923 or 16582048. OLE color: 16582048.
HSL color Cylindrical-coordinate representation of color #A005FD: hue angle of 277.5º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A005FD is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 5 | 253 | - |
| CMYK | 0.37 | 0.98 | 0 | 0.01 |
| HSL | 277.5º | 0.98% | 0.51% | - |
| HSV(B) | 277.5º | 0.98% | 0.99% | - |
| XYZ | 32.28 | 14.67 | 94.06 | - |
| YUV | 79.62 | 225.85 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 253 | 0.37 | 0.98 | 0 | 0.01 | 277.5 | 0.98 | 0.51 |
| Hex | A0 | 5 | FD | 25 | 62 | 0 | 1 | 116 | 62 | 33 |
| Octal | 240 | 5 | 375 | 45 | 142 | 0 | 1 | 426 | 142 | 63 |
| Binary | 10100000 | 101 | 11111101 | 100101 | 1100010 | 0 | 1 | 100010110 | 1100010 | 110011 |
Color Harmonies of #A005FD
Complementary color
Monochromatic Colors of #A005FD
Black with #A005FD
Text Example
Text Example
White with #A005FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A005FD; }
p { color: rgb(160,5,253); }
H1.HeaderClassName
{
color: #A005FD;
}
.AnyTagClassName
{
color: #A005FD;
}
</style>
background-color css
<style>
a { background-color: #A005FD; }
a { background-color: rgb(160,5,253); }
div.DivClassName
{
background-color: #A005FD;
}
.BgClassName
{
background-color: #A005FD;
}
</style>
border-color css
<style>
span { border-color: #A005FD; }
span { border-color: rgb(160,5,253); }
td.TdClassName
{
border-color: #A005FD;
}
.TagClassName
{
border-color: #A005FD;
}
</style>