Shades of Electric Purple #A914F0
Tints of Electric Purple #A914F0
RGB
CMYK
RGB Variations
Color information
#A914F0 (or 0xA914F0) is known color: Electric Purple. HEX triplet: A9, 14 and F0. RGB value is (169,20,240). Sum of RGB (Red+Green+Blue) = 169+20+240=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 20 (8.20% from 255 or 4.66% from 429); Blue value is 240 (94.14% from 255 or 55.94% from 429); Max value from RGB is 240 - color contains mainly: blue. Hex color #A914F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A914F0 is #56EB0F. Grayscale: #585858. Windows color (decimal): -5696272 or 15733929. OLE color: 15733929.
HSL color Cylindrical-coordinate representation of color #A914F0: hue angle of 280.64º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A914F0 is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 20 | 240 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.06 |
| HSL | 280.64º | 0.88% | 0.51% | - |
| HSV(B) | 280.64º | 0.92% | 0.94% | - |
| XYZ | 32.34 | 15.23 | 83.67 | - |
| YUV | 89.63 | 212.86 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 20 | 240 | 0.30 | 0.92 | 0 | 0.06 | 280.64 | 0.88 | 0.51 |
| Hex | A9 | 14 | F0 | 1E | 5C | 0 | 6 | 119 | 58 | 33 |
| Octal | 251 | 24 | 360 | 36 | 134 | 0 | 6 | 431 | 130 | 63 |
| Binary | 10101001 | 10100 | 11110000 | 11110 | 1011100 | 0 | 110 | 100011001 | 1011000 | 110011 |
Color Harmonies of #A914F0
Complementary color
Monochromatic Colors of #A914F0
Black with #A914F0
Text Example
Text Example
White with #A914F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A914F0; }
p { color: rgb(169,20,240); }
H1.HeaderClassName
{
color: #A914F0;
}
.AnyTagClassName
{
color: #A914F0;
}
</style>
background-color css
<style>
a { background-color: #A914F0; }
a { background-color: rgb(169,20,240); }
div.DivClassName
{
background-color: #A914F0;
}
.BgClassName
{
background-color: #A914F0;
}
</style>
border-color css
<style>
span { border-color: #A914F0; }
span { border-color: rgb(169,20,240); }
td.TdClassName
{
border-color: #A914F0;
}
.TagClassName
{
border-color: #A914F0;
}
</style>