Shades of Electric Purple #A901FD
Tints of Electric Purple #A901FD
RGB
CMYK
RGB Variations
Color information
#A901FD (or 0xA901FD) is known color: Electric Purple. HEX triplet: A9, 01 and FD. RGB value is (169,1,253). Sum of RGB (Red+Green+Blue) = 169+1+253=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 1 (0.78% from 255 or 0.24% from 423); Blue value is 253 (99.22% from 255 or 59.81% from 423); Max value from RGB is 253 - color contains mainly: blue. Hex color #A901FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A901FD is #56FE02. Grayscale: #4F4F4F. Windows color (decimal): -5701123 or 16581033. OLE color: 16581033.
HSL color Cylindrical-coordinate representation of color #A901FD: hue angle of 280º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A901FD is Cyan = 0.33, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 1 | 253 | - |
| CMYK | 0.33 | 1.00 | 0 | 0.01 |
| HSL | 280º | 0.99% | 0.5% | - |
| HSV(B) | 280º | 1% | 0.99% | - |
| XYZ | 34.1 | 15.55 | 94.13 | - |
| YUV | 79.96 | 225.66 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 253 | 0.33 | 1.00 | 0 | 0.01 | 280 | 0.99 | 0.5 |
| Hex | A9 | 1 | FD | 21 | 64 | 0 | 1 | 118 | 63 | 32 |
| Octal | 251 | 1 | 375 | 41 | 144 | 0 | 1 | 430 | 143 | 62 |
| Binary | 10101001 | 1 | 11111101 | 100001 | 1100100 | 0 | 1 | 100011000 | 1100011 | 110010 |
Color Harmonies of #A901FD
Complementary color
Monochromatic Colors of #A901FD
Black with #A901FD
Text Example
Text Example
White with #A901FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A901FD; }
p { color: rgb(169,1,253); }
H1.HeaderClassName
{
color: #A901FD;
}
.AnyTagClassName
{
color: #A901FD;
}
</style>
background-color css
<style>
a { background-color: #A901FD; }
a { background-color: rgb(169,1,253); }
div.DivClassName
{
background-color: #A901FD;
}
.BgClassName
{
background-color: #A901FD;
}
</style>
border-color css
<style>
span { border-color: #A901FD; }
span { border-color: rgb(169,1,253); }
td.TdClassName
{
border-color: #A901FD;
}
.TagClassName
{
border-color: #A901FD;
}
</style>