Shades of Electric Purple #A604FE
Tints of Electric Purple #A604FE
RGB
CMYK
RGB Variations
Color information
#A604FE (or 0xA604FE) is known color: Electric Purple. HEX triplet: A6, 04 and FE. RGB value is (166,4,254). Sum of RGB (Red+Green+Blue) = 166+4+254=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 4 (1.95% from 255 or 0.94% from 424); Blue value is 254 (99.61% from 255 or 59.91% from 424); Max value from RGB is 254 - color contains mainly: blue. Hex color #A604FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A604FE is #59FB01. Grayscale: #505050. Windows color (decimal): -5896962 or 16647334. OLE color: 16647334.
HSL color Cylindrical-coordinate representation of color #A604FE: hue angle of 278.88º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A604FE is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 4 | 254 | - |
| CMYK | 0.35 | 0.98 | 0 | 0.00 |
| HSL | 278.88º | 0.99% | 0.51% | - |
| HSV(B) | 278.88º | 0.98% | 1% | - |
| XYZ | 33.66 | 15.35 | 94.95 | - |
| YUV | 80.94 | 225.67 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 4 | 254 | 0.35 | 0.98 | 0 | 0.00 | 278.88 | 0.99 | 0.51 |
| Hex | A6 | 4 | FE | 23 | 62 | 0 | 0 | 117 | 63 | 33 |
| Octal | 246 | 4 | 376 | 43 | 142 | 0 | 0 | 427 | 143 | 63 |
| Binary | 10100110 | 100 | 11111110 | 100011 | 1100010 | 0 | 0 | 100010111 | 1100011 | 110011 |
Color Harmonies of #A604FE
Complementary color
Monochromatic Colors of #A604FE
Black with #A604FE
Text Example
Text Example
White with #A604FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A604FE; }
p { color: rgb(166,4,254); }
H1.HeaderClassName
{
color: #A604FE;
}
.AnyTagClassName
{
color: #A604FE;
}
</style>
background-color css
<style>
a { background-color: #A604FE; }
a { background-color: rgb(166,4,254); }
div.DivClassName
{
background-color: #A604FE;
}
.BgClassName
{
background-color: #A604FE;
}
</style>
border-color css
<style>
span { border-color: #A604FE; }
span { border-color: rgb(166,4,254); }
td.TdClassName
{
border-color: #A604FE;
}
.TagClassName
{
border-color: #A604FE;
}
</style>