Shades of Electric Purple #A005F4
Tints of Electric Purple #A005F4
RGB
CMYK
RGB Variations
Color information
#A005F4 (or 0xA005F4) is known color: Electric Purple. HEX triplet: A0, 05 and F4. RGB value is (160,5,244). Sum of RGB (Red+Green+Blue) = 160+5+244=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 5 (2.34% from 255 or 1.22% from 409); Blue value is 244 (95.70% from 255 or 59.66% from 409); Max value from RGB is 244 - color contains mainly: blue. Hex color #A005F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A005F4 is #5FFA0B. Grayscale: #4D4D4D. Windows color (decimal): -6289932 or 15992224. OLE color: 15992224.
HSL color Cylindrical-coordinate representation of color #A005F4: hue angle of 278.91º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A005F4 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 5 | 244 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.04 |
| HSL | 278.91º | 0.96% | 0.49% | - |
| HSV(B) | 278.91º | 0.98% | 0.96% | - |
| XYZ | 30.88 | 14.11 | 86.68 | - |
| YUV | 78.59 | 221.35 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 244 | 0.34 | 0.98 | 0 | 0.04 | 278.91 | 0.96 | 0.49 |
| Hex | A0 | 5 | F4 | 22 | 62 | 0 | 4 | 117 | 60 | 31 |
| Octal | 240 | 5 | 364 | 42 | 142 | 0 | 4 | 427 | 140 | 61 |
| Binary | 10100000 | 101 | 11110100 | 100010 | 1100010 | 0 | 100 | 100010111 | 1100000 | 110001 |
Color Harmonies of #A005F4
Complementary color
Monochromatic Colors of #A005F4
Black with #A005F4
Text Example
Text Example
White with #A005F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A005F4; }
p { color: rgb(160,5,244); }
H1.HeaderClassName
{
color: #A005F4;
}
.AnyTagClassName
{
color: #A005F4;
}
</style>
background-color css
<style>
a { background-color: #A005F4; }
a { background-color: rgb(160,5,244); }
div.DivClassName
{
background-color: #A005F4;
}
.BgClassName
{
background-color: #A005F4;
}
</style>
border-color css
<style>
span { border-color: #A005F4; }
span { border-color: rgb(160,5,244); }
td.TdClassName
{
border-color: #A005F4;
}
.TagClassName
{
border-color: #A005F4;
}
</style>