Shades of Electric Purple #A814F4
Tints of Electric Purple #A814F4
RGB
CMYK
RGB Variations
Color information
#A814F4 (or 0xA814F4) is known color: Electric Purple. HEX triplet: A8, 14 and F4. RGB value is (168,20,244). Sum of RGB (Red+Green+Blue) = 168+20+244=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 20 (8.20% from 255 or 4.63% from 432); Blue value is 244 (95.70% from 255 or 56.48% from 432); Max value from RGB is 244 - color contains mainly: blue. Hex color #A814F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A814F4 is #57EB0B. Grayscale: #595959. Windows color (decimal): -5761804 or 15996072. OLE color: 15996072.
HSL color Cylindrical-coordinate representation of color #A814F4: hue angle of 279.64º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A814F4 is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 20 | 244 | - |
| CMYK | 0.31 | 0.92 | 0 | 0.04 |
| HSL | 279.64º | 0.91% | 0.52% | - |
| HSV(B) | 279.64º | 0.92% | 0.96% | - |
| XYZ | 32.73 | 15.36 | 86.83 | - |
| YUV | 89.79 | 215.03 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 244 | 0.31 | 0.92 | 0 | 0.04 | 279.64 | 0.91 | 0.52 |
| Hex | A8 | 14 | F4 | 1F | 5C | 0 | 4 | 118 | 5B | 34 |
| Octal | 250 | 24 | 364 | 37 | 134 | 0 | 4 | 430 | 133 | 64 |
| Binary | 10101000 | 10100 | 11110100 | 11111 | 1011100 | 0 | 100 | 100011000 | 1011011 | 110100 |
Color Harmonies of #A814F4
Complementary color
Monochromatic Colors of #A814F4
Black with #A814F4
Text Example
Text Example
White with #A814F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A814F4; }
p { color: rgb(168,20,244); }
H1.HeaderClassName
{
color: #A814F4;
}
.AnyTagClassName
{
color: #A814F4;
}
</style>
background-color css
<style>
a { background-color: #A814F4; }
a { background-color: rgb(168,20,244); }
div.DivClassName
{
background-color: #A814F4;
}
.BgClassName
{
background-color: #A814F4;
}
</style>
border-color css
<style>
span { border-color: #A814F4; }
span { border-color: rgb(168,20,244); }
td.TdClassName
{
border-color: #A814F4;
}
.TagClassName
{
border-color: #A814F4;
}
</style>