Shades of Electric Purple #A914FB
Tints of Electric Purple #A914FB
RGB
CMYK
RGB Variations
Color information
#A914FB (or 0xA914FB) is known color: Electric Purple. HEX triplet: A9, 14 and FB. RGB value is (169,20,251). Sum of RGB (Red+Green+Blue) = 169+20+251=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 20 (8.20% from 255 or 4.55% from 440); Blue value is 251 (98.44% from 255 or 57.05% from 440); Max value from RGB is 251 - color contains mainly: blue. Hex color #A914FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A914FB is #56EB04. Grayscale: #5A5A5A. Windows color (decimal): -5696261 or 16454825. OLE color: 16454825.
HSL color Cylindrical-coordinate representation of color #A914FB: hue angle of 278.7º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A914FB is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 20 | 251 | - |
| CMYK | 0.33 | 0.92 | 0 | 0.02 |
| HSL | 278.7º | 0.97% | 0.53% | - |
| HSV(B) | 278.7º | 0.92% | 0.98% | - |
| XYZ | 34.02 | 15.9 | 92.54 | - |
| YUV | 90.89 | 218.36 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 20 | 251 | 0.33 | 0.92 | 0 | 0.02 | 278.7 | 0.97 | 0.53 |
| Hex | A9 | 14 | FB | 21 | 5C | 0 | 2 | 117 | 61 | 35 |
| Octal | 251 | 24 | 373 | 41 | 134 | 0 | 2 | 427 | 141 | 65 |
| Binary | 10101001 | 10100 | 11111011 | 100001 | 1011100 | 0 | 10 | 100010111 | 1100001 | 110101 |
Color Harmonies of #A914FB
Complementary color
Monochromatic Colors of #A914FB
Black with #A914FB
Text Example
Text Example
White with #A914FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A914FB; }
p { color: rgb(169,20,251); }
H1.HeaderClassName
{
color: #A914FB;
}
.AnyTagClassName
{
color: #A914FB;
}
</style>
background-color css
<style>
a { background-color: #A914FB; }
a { background-color: rgb(169,20,251); }
div.DivClassName
{
background-color: #A914FB;
}
.BgClassName
{
background-color: #A914FB;
}
</style>
border-color css
<style>
span { border-color: #A914FB; }
span { border-color: rgb(169,20,251); }
td.TdClassName
{
border-color: #A914FB;
}
.TagClassName
{
border-color: #A914FB;
}
</style>