Shades of Electric Purple #A005FC
Tints of Electric Purple #A005FC
RGB
CMYK
RGB Variations
Color information
#A005FC (or 0xA005FC) is known color: Electric Purple. HEX triplet: A0, 05 and FC. RGB value is (160,5,252). Sum of RGB (Red+Green+Blue) = 160+5+252=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 5 (2.34% from 255 or 1.20% from 417); Blue value is 252 (98.83% from 255 or 60.43% from 417); Max value from RGB is 252 - color contains mainly: blue. Hex color #A005FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A005FC is #5FFA03. Grayscale: #4E4E4E. Windows color (decimal): -6289924 or 16516512. OLE color: 16516512.
HSL color Cylindrical-coordinate representation of color #A005FC: hue angle of 277.65º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A005FC is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 5 | 252 | - |
| CMYK | 0.37 | 0.98 | 0 | 0.01 |
| HSL | 277.65º | 0.98% | 0.5% | - |
| HSV(B) | 277.65º | 0.98% | 0.99% | - |
| XYZ | 32.12 | 14.61 | 93.22 | - |
| YUV | 79.5 | 225.35 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 252 | 0.37 | 0.98 | 0 | 0.01 | 277.65 | 0.98 | 0.5 |
| Hex | A0 | 5 | FC | 25 | 62 | 0 | 1 | 116 | 62 | 32 |
| Octal | 240 | 5 | 374 | 45 | 142 | 0 | 1 | 426 | 142 | 62 |
| Binary | 10100000 | 101 | 11111100 | 100101 | 1100010 | 0 | 1 | 100010110 | 1100010 | 110010 |
Color Harmonies of #A005FC
Complementary color
Monochromatic Colors of #A005FC
Black with #A005FC
Text Example
Text Example
White with #A005FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A005FC; }
p { color: rgb(160,5,252); }
H1.HeaderClassName
{
color: #A005FC;
}
.AnyTagClassName
{
color: #A005FC;
}
</style>
background-color css
<style>
a { background-color: #A005FC; }
a { background-color: rgb(160,5,252); }
div.DivClassName
{
background-color: #A005FC;
}
.BgClassName
{
background-color: #A005FC;
}
</style>
border-color css
<style>
span { border-color: #A005FC; }
span { border-color: rgb(160,5,252); }
td.TdClassName
{
border-color: #A005FC;
}
.TagClassName
{
border-color: #A005FC;
}
</style>