Shades of Electric Purple #A914F2
Tints of Electric Purple #A914F2
RGB
CMYK
RGB Variations
Color information
#A914F2 (or 0xA914F2) is known color: Electric Purple. HEX triplet: A9, 14 and F2. RGB value is (169,20,242). Sum of RGB (Red+Green+Blue) = 169+20+242=431 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.21% from 431); Green value is 20 (8.20% from 255 or 4.64% from 431); Blue value is 242 (94.92% from 255 or 56.15% from 431); Max value from RGB is 242 - color contains mainly: blue. Hex color #A914F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A914F2 is #56EB0D. Grayscale: #595959. Windows color (decimal): -5696270 or 15865001. OLE color: 15865001.
HSL color Cylindrical-coordinate representation of color #A914F2: hue angle of 280.27º degrees, saturation: 0.9, 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 #A914F2 is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 20 | 242 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.05 |
| HSL | 280.27º | 0.9% | 0.51% | - |
| HSV(B) | 280.27º | 0.92% | 0.95% | - |
| XYZ | 32.64 | 15.35 | 85.25 | - |
| YUV | 89.86 | 213.86 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 20 | 242 | 0.30 | 0.92 | 0 | 0.05 | 280.27 | 0.9 | 0.51 |
| Hex | A9 | 14 | F2 | 1E | 5C | 0 | 5 | 118 | 5A | 33 |
| Octal | 251 | 24 | 362 | 36 | 134 | 0 | 5 | 430 | 132 | 63 |
| Binary | 10101001 | 10100 | 11110010 | 11110 | 1011100 | 0 | 101 | 100011000 | 1011010 | 110011 |
Color Harmonies of #A914F2
Complementary color
Monochromatic Colors of #A914F2
Black with #A914F2
Text Example
Text Example
White with #A914F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A914F2; }
p { color: rgb(169,20,242); }
H1.HeaderClassName
{
color: #A914F2;
}
.AnyTagClassName
{
color: #A914F2;
}
</style>
background-color css
<style>
a { background-color: #A914F2; }
a { background-color: rgb(169,20,242); }
div.DivClassName
{
background-color: #A914F2;
}
.BgClassName
{
background-color: #A914F2;
}
</style>
border-color css
<style>
span { border-color: #A914F2; }
span { border-color: rgb(169,20,242); }
td.TdClassName
{
border-color: #A914F2;
}
.TagClassName
{
border-color: #A914F2;
}
</style>