Shades of Electric Purple #A417FA
Tints of Electric Purple #A417FA
RGB
CMYK
RGB Variations
Color information
#A417FA (or 0xA417FA) is known color: Electric Purple. HEX triplet: A4, 17 and FA. RGB value is (164,23,250). Sum of RGB (Red+Green+Blue) = 164+23+250=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 23 (9.38% from 255 or 5.26% from 437); Blue value is 250 (98.05% from 255 or 57.21% from 437); Max value from RGB is 250 - color contains mainly: blue. Hex color #A417FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A417FA is #5BE805. Grayscale: #5A5A5A. Windows color (decimal): -6023174 or 16390052. OLE color: 16390052.
HSL color Cylindrical-coordinate representation of color #A417FA: hue angle of 277.27º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A417FA is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 23 | 250 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.02 |
| HSL | 277.27º | 0.96% | 0.54% | - |
| HSV(B) | 277.27º | 0.91% | 0.98% | - |
| XYZ | 32.87 | 15.41 | 91.68 | - |
| YUV | 91.04 | 217.71 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 23 | 250 | 0.34 | 0.91 | 0 | 0.02 | 277.27 | 0.96 | 0.54 |
| Hex | A4 | 17 | FA | 22 | 5B | 0 | 2 | 115 | 60 | 36 |
| Octal | 244 | 27 | 372 | 42 | 133 | 0 | 2 | 425 | 140 | 66 |
| Binary | 10100100 | 10111 | 11111010 | 100010 | 1011011 | 0 | 10 | 100010101 | 1100000 | 110110 |
Color Harmonies of #A417FA
Complementary color
Monochromatic Colors of #A417FA
Black with #A417FA
Text Example
Text Example
White with #A417FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A417FA; }
p { color: rgb(164,23,250); }
H1.HeaderClassName
{
color: #A417FA;
}
.AnyTagClassName
{
color: #A417FA;
}
</style>
background-color css
<style>
a { background-color: #A417FA; }
a { background-color: rgb(164,23,250); }
div.DivClassName
{
background-color: #A417FA;
}
.BgClassName
{
background-color: #A417FA;
}
</style>
border-color css
<style>
span { border-color: #A417FA; }
span { border-color: rgb(164,23,250); }
td.TdClassName
{
border-color: #A417FA;
}
.TagClassName
{
border-color: #A417FA;
}
</style>