Shades of Electric Purple #A900FA
Tints of Electric Purple #A900FA
RGB
CMYK
RGB Variations
Color information
#A900FA (or 0xA900FA) is known color: Electric Purple. HEX triplet: A9, 00 and FA. RGB value is (169,0,250). Sum of RGB (Red+Green+Blue) = 169+0+250=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 0 (0.39% from 255 or 0% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #A900FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A900FA is #56FF05. Grayscale: #4E4E4E. Windows color (decimal): -5701382 or 16384169. OLE color: 16384169.
HSL color Cylindrical-coordinate representation of color #A900FA: hue angle of 280.56º 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 #A900FA is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 0 | 250 | - |
| CMYK | 0.32 | 1 | 0 | 0.02 |
| HSL | 280.56º | 1% | 0.49% | - |
| HSV(B) | 280.56º | 1% | 0.98% | - |
| XYZ | 33.62 | 15.34 | 91.63 | - |
| YUV | 79.03 | 224.49 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 0 | 250 | 0.32 | 1 | 0 | 0.02 | 280.56 | 1 | 0.49 |
| Hex | A9 | 0 | FA | 20 | 64 | 0 | 2 | 119 | 64 | 31 |
| Octal | 251 | 0 | 372 | 40 | 144 | 0 | 2 | 431 | 144 | 61 |
| Binary | 10101001 | 0 | 11111010 | 100000 | 1100100 | 0 | 10 | 100011001 | 1100100 | 110001 |
Color Harmonies of #A900FA
Complementary color
Monochromatic Colors of #A900FA
Black with #A900FA
Text Example
Text Example
White with #A900FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A900FA; }
p { color: rgb(169,0,250); }
H1.HeaderClassName
{
color: #A900FA;
}
.AnyTagClassName
{
color: #A900FA;
}
</style>
background-color css
<style>
a { background-color: #A900FA; }
a { background-color: rgb(169,0,250); }
div.DivClassName
{
background-color: #A900FA;
}
.BgClassName
{
background-color: #A900FA;
}
</style>
border-color css
<style>
span { border-color: #A900FA; }
span { border-color: rgb(169,0,250); }
td.TdClassName
{
border-color: #A900FA;
}
.TagClassName
{
border-color: #A900FA;
}
</style>