Shades of Electric Purple #A414FF
Tints of Electric Purple #A414FF
RGB
CMYK
RGB Variations
Color information
#A414FF (or 0xA414FF) is known color: Electric Purple. HEX triplet: A4, 14 and FF. RGB value is (164,20,255). Sum of RGB (Red+Green+Blue) = 164+20+255=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 20 (8.20% from 255 or 4.56% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #A414FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A414FF is #5BEB00. Grayscale: #595959. Windows color (decimal): -6023937 or 16716964. OLE color: 16716964.
HSL color Cylindrical-coordinate representation of color #A414FF: hue angle of 276.77º 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 #A414FF is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 20 | 255 | - |
| CMYK | 0.36 | 0.92 | 0 | 0 |
| HSL | 276.77º | 1% | 0.54% | - |
| HSV(B) | 276.77º | 0.92% | 1% | - |
| XYZ | 33.61 | 15.61 | 95.85 | - |
| YUV | 89.85 | 221.21 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 20 | 255 | 0.36 | 0.92 | 0 | 0 | 276.77 | 1 | 0.54 |
| Hex | A4 | 14 | FF | 24 | 5C | 0 | 0 | 115 | 64 | 36 |
| Octal | 244 | 24 | 377 | 44 | 134 | 0 | 0 | 425 | 144 | 66 |
| Binary | 10100100 | 10100 | 11111111 | 100100 | 1011100 | 0 | 0 | 100010101 | 1100100 | 110110 |
Color Harmonies of #A414FF
Complementary color
Monochromatic Colors of #A414FF
Black with #A414FF
Text Example
Text Example
White with #A414FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A414FF; }
p { color: rgb(164,20,255); }
H1.HeaderClassName
{
color: #A414FF;
}
.AnyTagClassName
{
color: #A414FF;
}
</style>
background-color css
<style>
a { background-color: #A414FF; }
a { background-color: rgb(164,20,255); }
div.DivClassName
{
background-color: #A414FF;
}
.BgClassName
{
background-color: #A414FF;
}
</style>
border-color css
<style>
span { border-color: #A414FF; }
span { border-color: rgb(164,20,255); }
td.TdClassName
{
border-color: #A414FF;
}
.TagClassName
{
border-color: #A414FF;
}
</style>