Shades of Electric Purple #A814F1
Tints of Electric Purple #A814F1
RGB
CMYK
RGB Variations
Color information
#A814F1 (or 0xA814F1) is known color: Electric Purple. HEX triplet: A8, 14 and F1. RGB value is (168,20,241). Sum of RGB (Red+Green+Blue) = 168+20+241=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 20 (8.20% from 255 or 4.66% from 429); Blue value is 241 (94.53% from 255 or 56.18% from 429); Max value from RGB is 241 - color contains mainly: blue. Hex color #A814F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A814F1 is #57EB0E. Grayscale: #585858. Windows color (decimal): -5761807 or 15799464. OLE color: 15799464.
HSL color Cylindrical-coordinate representation of color #A814F1: hue angle of 280.18º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A814F1 is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 20 | 241 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.05 |
| HSL | 280.18º | 0.89% | 0.51% | - |
| HSV(B) | 280.18º | 0.92% | 0.95% | - |
| XYZ | 32.28 | 15.18 | 84.45 | - |
| YUV | 89.45 | 213.53 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 241 | 0.30 | 0.92 | 0 | 0.05 | 280.18 | 0.89 | 0.51 |
| Hex | A8 | 14 | F1 | 1E | 5C | 0 | 5 | 118 | 59 | 33 |
| Octal | 250 | 24 | 361 | 36 | 134 | 0 | 5 | 430 | 131 | 63 |
| Binary | 10101000 | 10100 | 11110001 | 11110 | 1011100 | 0 | 101 | 100011000 | 1011001 | 110011 |
Color Harmonies of #A814F1
Complementary color
Monochromatic Colors of #A814F1
Black with #A814F1
Text Example
Text Example
White with #A814F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A814F1; }
p { color: rgb(168,20,241); }
H1.HeaderClassName
{
color: #A814F1;
}
.AnyTagClassName
{
color: #A814F1;
}
</style>
background-color css
<style>
a { background-color: #A814F1; }
a { background-color: rgb(168,20,241); }
div.DivClassName
{
background-color: #A814F1;
}
.BgClassName
{
background-color: #A814F1;
}
</style>
border-color css
<style>
span { border-color: #A814F1; }
span { border-color: rgb(168,20,241); }
td.TdClassName
{
border-color: #A814F1;
}
.TagClassName
{
border-color: #A814F1;
}
</style>