Shades of Electric Purple #A604FF
Tints of Electric Purple #A604FF
RGB
CMYK
RGB Variations
Color information
#A604FF (or 0xA604FF) is known color: Electric Purple. HEX triplet: A6, 04 and FF. RGB value is (166,4,255). Sum of RGB (Red+Green+Blue) = 166+4+255=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 4 (1.95% from 255 or 0.94% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #A604FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A604FF is #59FB00. Grayscale: #505050. Windows color (decimal): -5896961 or 16712870. OLE color: 16712870.
HSL color Cylindrical-coordinate representation of color #A604FF: hue angle of 278.73º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A604FF is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 4 | 255 | - |
| CMYK | 0.35 | 0.98 | 0 | 0 |
| HSL | 278.73º | 1% | 0.51% | - |
| HSV(B) | 278.73º | 0.98% | 1% | - |
| XYZ | 33.82 | 15.41 | 95.8 | - |
| YUV | 81.05 | 226.17 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 4 | 255 | 0.35 | 0.98 | 0 | 0 | 278.73 | 1 | 0.51 |
| Hex | A6 | 4 | FF | 23 | 62 | 0 | 0 | 117 | 64 | 33 |
| Octal | 246 | 4 | 377 | 43 | 142 | 0 | 0 | 427 | 144 | 63 |
| Binary | 10100110 | 100 | 11111111 | 100011 | 1100010 | 0 | 0 | 100010111 | 1100100 | 110011 |
Color Harmonies of #A604FF
Complementary color
Monochromatic Colors of #A604FF
Black with #A604FF
Text Example
Text Example
White with #A604FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A604FF; }
p { color: rgb(166,4,255); }
H1.HeaderClassName
{
color: #A604FF;
}
.AnyTagClassName
{
color: #A604FF;
}
</style>
background-color css
<style>
a { background-color: #A604FF; }
a { background-color: rgb(166,4,255); }
div.DivClassName
{
background-color: #A604FF;
}
.BgClassName
{
background-color: #A604FF;
}
</style>
border-color css
<style>
span { border-color: #A604FF; }
span { border-color: rgb(166,4,255); }
td.TdClassName
{
border-color: #A604FF;
}
.TagClassName
{
border-color: #A604FF;
}
</style>