Shades of Electric Purple #A014FF
Tints of Electric Purple #A014FF
RGB
CMYK
RGB Variations
Color information
#A014FF (or 0xA014FF) is known color: Electric Purple. HEX triplet: A0, 14 and FF. RGB value is (160,20,255). Sum of RGB (Red+Green+Blue) = 160+20+255=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 20 (8.20% from 255 or 4.60% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #A014FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A014FF is #5FEB00. Grayscale: #575757. Windows color (decimal): -6286081 or 16716960. OLE color: 16716960.
HSL color Cylindrical-coordinate representation of color #A014FF: hue angle of 275.74º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A014FF is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 20 | 255 | - |
| CMYK | 0.37 | 0.92 | 0 | 0 |
| HSL | 275.74º | 1% | 0.54% | - |
| HSV(B) | 275.74º | 0.92% | 1% | - |
| XYZ | 32.8 | 15.19 | 95.81 | - |
| YUV | 88.65 | 221.88 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 20 | 255 | 0.37 | 0.92 | 0 | 0 | 275.74 | 1 | 0.54 |
| Hex | A0 | 14 | FF | 25 | 5C | 0 | 0 | 114 | 64 | 36 |
| Octal | 240 | 24 | 377 | 45 | 134 | 0 | 0 | 424 | 144 | 66 |
| Binary | 10100000 | 10100 | 11111111 | 100101 | 1011100 | 0 | 0 | 100010100 | 1100100 | 110110 |
Color Harmonies of #A014FF
Complementary color
Monochromatic Colors of #A014FF
Black with #A014FF
Text Example
Text Example
White with #A014FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A014FF; }
p { color: rgb(160,20,255); }
H1.HeaderClassName
{
color: #A014FF;
}
.AnyTagClassName
{
color: #A014FF;
}
</style>
background-color css
<style>
a { background-color: #A014FF; }
a { background-color: rgb(160,20,255); }
div.DivClassName
{
background-color: #A014FF;
}
.BgClassName
{
background-color: #A014FF;
}
</style>
border-color css
<style>
span { border-color: #A014FF; }
span { border-color: rgb(160,20,255); }
td.TdClassName
{
border-color: #A014FF;
}
.TagClassName
{
border-color: #A014FF;
}
</style>