Shades of Electric Purple #A804FF
Tints of Electric Purple #A804FF
RGB
CMYK
RGB Variations
Color information
#A804FF (or 0xA804FF) is known color: Electric Purple. HEX triplet: A8, 04 and FF. RGB value is (168,4,255). Sum of RGB (Red+Green+Blue) = 168+4+255=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 4 (1.95% from 255 or 0.94% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #A804FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A804FF is #57FB00. Grayscale: #505050. Windows color (decimal): -5765889 or 16712872. OLE color: 16712872.
HSL color Cylindrical-coordinate representation of color #A804FF: hue angle of 279.2º 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 #A804FF is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 4 | 255 | - |
| CMYK | 0.34 | 0.98 | 0 | 0 |
| HSL | 279.2º | 1% | 0.51% | - |
| HSV(B) | 279.2º | 0.98% | 1% | - |
| XYZ | 34.24 | 15.63 | 95.82 | - |
| YUV | 81.65 | 225.83 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 4 | 255 | 0.34 | 0.98 | 0 | 0 | 279.2 | 1 | 0.51 |
| Hex | A8 | 4 | FF | 22 | 62 | 0 | 0 | 117 | 64 | 33 |
| Octal | 250 | 4 | 377 | 42 | 142 | 0 | 0 | 427 | 144 | 63 |
| Binary | 10101000 | 100 | 11111111 | 100010 | 1100010 | 0 | 0 | 100010111 | 1100100 | 110011 |
Color Harmonies of #A804FF
Complementary color
Monochromatic Colors of #A804FF
Black with #A804FF
Text Example
Text Example
White with #A804FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A804FF; }
p { color: rgb(168,4,255); }
H1.HeaderClassName
{
color: #A804FF;
}
.AnyTagClassName
{
color: #A804FF;
}
</style>
background-color css
<style>
a { background-color: #A804FF; }
a { background-color: rgb(168,4,255); }
div.DivClassName
{
background-color: #A804FF;
}
.BgClassName
{
background-color: #A804FF;
}
</style>
border-color css
<style>
span { border-color: #A804FF; }
span { border-color: rgb(168,4,255); }
td.TdClassName
{
border-color: #A804FF;
}
.TagClassName
{
border-color: #A804FF;
}
</style>