Shades of Electric Purple #A417FC
Tints of Electric Purple #A417FC
RGB
CMYK
RGB Variations
Color information
#A417FC (or 0xA417FC) is known color: Electric Purple. HEX triplet: A4, 17 and FC. RGB value is (164,23,252). Sum of RGB (Red+Green+Blue) = 164+23+252=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 23 (9.38% from 255 or 5.24% from 439); Blue value is 252 (98.83% from 255 or 57.40% from 439); Max value from RGB is 252 - color contains mainly: blue. Hex color #A417FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A417FC is #5BE803. Grayscale: #5A5A5A. Windows color (decimal): -6023172 or 16521124. OLE color: 16521124.
HSL color Cylindrical-coordinate representation of color #A417FC: hue angle of 276.94º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A417FC is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 23 | 252 | - |
| CMYK | 0.35 | 0.91 | 0 | 0.01 |
| HSL | 276.94º | 0.97% | 0.54% | - |
| HSV(B) | 276.94º | 0.91% | 0.99% | - |
| XYZ | 33.19 | 15.53 | 93.34 | - |
| YUV | 91.27 | 218.71 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 23 | 252 | 0.35 | 0.91 | 0 | 0.01 | 276.94 | 0.97 | 0.54 |
| Hex | A4 | 17 | FC | 23 | 5B | 0 | 1 | 115 | 61 | 36 |
| Octal | 244 | 27 | 374 | 43 | 133 | 0 | 1 | 425 | 141 | 66 |
| Binary | 10100100 | 10111 | 11111100 | 100011 | 1011011 | 0 | 1 | 100010101 | 1100001 | 110110 |
Color Harmonies of #A417FC
Complementary color
Monochromatic Colors of #A417FC
Black with #A417FC
Text Example
Text Example
White with #A417FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A417FC; }
p { color: rgb(164,23,252); }
H1.HeaderClassName
{
color: #A417FC;
}
.AnyTagClassName
{
color: #A417FC;
}
</style>
background-color css
<style>
a { background-color: #A417FC; }
a { background-color: rgb(164,23,252); }
div.DivClassName
{
background-color: #A417FC;
}
.BgClassName
{
background-color: #A417FC;
}
</style>
border-color css
<style>
span { border-color: #A417FC; }
span { border-color: rgb(164,23,252); }
td.TdClassName
{
border-color: #A417FC;
}
.TagClassName
{
border-color: #A417FC;
}
</style>