Shades of Electric Purple #A005F5
Tints of Electric Purple #A005F5
RGB
CMYK
RGB Variations
Color information
#A005F5 (or 0xA005F5) is known color: Electric Purple. HEX triplet: A0, 05 and F5. RGB value is (160,5,245). Sum of RGB (Red+Green+Blue) = 160+5+245=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 5 (2.34% from 255 or 1.22% from 410); Blue value is 245 (96.09% from 255 or 59.76% from 410); Max value from RGB is 245 - color contains mainly: blue. Hex color #A005F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A005F5 is #5FFA0A. Grayscale: #4D4D4D. Windows color (decimal): -6289931 or 16057760. OLE color: 16057760.
HSL color Cylindrical-coordinate representation of color #A005F5: hue angle of 278.75º 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 #A005F5 is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 5 | 245 | - |
| CMYK | 0.35 | 0.98 | 0 | 0.04 |
| HSL | 278.75º | 0.96% | 0.49% | - |
| HSV(B) | 278.75º | 0.98% | 0.96% | - |
| XYZ | 31.03 | 14.17 | 87.49 | - |
| YUV | 78.71 | 221.85 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 5 | 245 | 0.35 | 0.98 | 0 | 0.04 | 278.75 | 0.96 | 0.49 |
| Hex | A0 | 5 | F5 | 23 | 62 | 0 | 4 | 117 | 60 | 31 |
| Octal | 240 | 5 | 365 | 43 | 142 | 0 | 4 | 427 | 140 | 61 |
| Binary | 10100000 | 101 | 11110101 | 100011 | 1100010 | 0 | 100 | 100010111 | 1100000 | 110001 |
Color Harmonies of #A005F5
Complementary color
Monochromatic Colors of #A005F5
Black with #A005F5
Text Example
Text Example
White with #A005F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A005F5; }
p { color: rgb(160,5,245); }
H1.HeaderClassName
{
color: #A005F5;
}
.AnyTagClassName
{
color: #A005F5;
}
</style>
background-color css
<style>
a { background-color: #A005F5; }
a { background-color: rgb(160,5,245); }
div.DivClassName
{
background-color: #A005F5;
}
.BgClassName
{
background-color: #A005F5;
}
</style>
border-color css
<style>
span { border-color: #A005F5; }
span { border-color: rgb(160,5,245); }
td.TdClassName
{
border-color: #A005F5;
}
.TagClassName
{
border-color: #A005F5;
}
</style>