Shades of Electric Purple #A900FB
Tints of Electric Purple #A900FB
RGB
CMYK
RGB Variations
Color information
#A900FB (or 0xA900FB) is known color: Electric Purple. HEX triplet: A9, 00 and FB. RGB value is (169,0,251). Sum of RGB (Red+Green+Blue) = 169+0+251=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 0 (0.39% from 255 or 0% from 420); Blue value is 251 (98.44% from 255 or 59.76% from 420); Max value from RGB is 251 - color contains mainly: blue. Hex color #A900FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A900FB is #56FF04. Grayscale: #4E4E4E. Windows color (decimal): -5701381 or 16449705. OLE color: 16449705.
HSL color Cylindrical-coordinate representation of color #A900FB: hue angle of 280.4º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A900FB is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 0 | 251 | - |
| CMYK | 0.33 | 1 | 0 | 0.02 |
| HSL | 280.4º | 1% | 0.49% | - |
| HSV(B) | 280.4º | 1% | 0.98% | - |
| XYZ | 33.77 | 15.4 | 92.46 | - |
| YUV | 79.15 | 224.99 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 0 | 251 | 0.33 | 1 | 0 | 0.02 | 280.4 | 1 | 0.49 |
| Hex | A9 | 0 | FB | 21 | 64 | 0 | 2 | 118 | 64 | 31 |
| Octal | 251 | 0 | 373 | 41 | 144 | 0 | 2 | 430 | 144 | 61 |
| Binary | 10101001 | 0 | 11111011 | 100001 | 1100100 | 0 | 10 | 100011000 | 1100100 | 110001 |
Color Harmonies of #A900FB
Complementary color
Monochromatic Colors of #A900FB
Black with #A900FB
Text Example
Text Example
White with #A900FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A900FB; }
p { color: rgb(169,0,251); }
H1.HeaderClassName
{
color: #A900FB;
}
.AnyTagClassName
{
color: #A900FB;
}
</style>
background-color css
<style>
a { background-color: #A900FB; }
a { background-color: rgb(169,0,251); }
div.DivClassName
{
background-color: #A900FB;
}
.BgClassName
{
background-color: #A900FB;
}
</style>
border-color css
<style>
span { border-color: #A900FB; }
span { border-color: rgb(169,0,251); }
td.TdClassName
{
border-color: #A900FB;
}
.TagClassName
{
border-color: #A900FB;
}
</style>