Shades of Electric Purple #A405FC
Tints of Electric Purple #A405FC
RGB
CMYK
RGB Variations
Color information
#A405FC (or 0xA405FC) is known color: Electric Purple. HEX triplet: A4, 05 and FC. RGB value is (164,5,252). Sum of RGB (Red+Green+Blue) = 164+5+252=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 5 (2.34% from 255 or 1.19% from 421); Blue value is 252 (98.83% from 255 or 59.86% from 421); Max value from RGB is 252 - color contains mainly: blue. Hex color #A405FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A405FC is #5BFA03. Grayscale: #4F4F4F. Windows color (decimal): -6027780 or 16516516. OLE color: 16516516.
HSL color Cylindrical-coordinate representation of color #A405FC: hue angle of 278.62º 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 #A405FC is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 5 | 252 | - |
| CMYK | 0.35 | 0.98 | 0 | 0.01 |
| HSL | 278.62º | 0.98% | 0.5% | - |
| HSV(B) | 278.62º | 0.98% | 0.99% | - |
| XYZ | 32.93 | 15.03 | 93.26 | - |
| YUV | 80.7 | 224.68 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 5 | 252 | 0.35 | 0.98 | 0 | 0.01 | 278.62 | 0.98 | 0.5 |
| Hex | A4 | 5 | FC | 23 | 62 | 0 | 1 | 117 | 62 | 32 |
| Octal | 244 | 5 | 374 | 43 | 142 | 0 | 1 | 427 | 142 | 62 |
| Binary | 10100100 | 101 | 11111100 | 100011 | 1100010 | 0 | 1 | 100010111 | 1100010 | 110010 |
Color Harmonies of #A405FC
Complementary color
Monochromatic Colors of #A405FC
Black with #A405FC
Text Example
Text Example
White with #A405FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A405FC; }
p { color: rgb(164,5,252); }
H1.HeaderClassName
{
color: #A405FC;
}
.AnyTagClassName
{
color: #A405FC;
}
</style>
background-color css
<style>
a { background-color: #A405FC; }
a { background-color: rgb(164,5,252); }
div.DivClassName
{
background-color: #A405FC;
}
.BgClassName
{
background-color: #A405FC;
}
</style>
border-color css
<style>
span { border-color: #A405FC; }
span { border-color: rgb(164,5,252); }
td.TdClassName
{
border-color: #A405FC;
}
.TagClassName
{
border-color: #A405FC;
}
</style>