Shades of Electric Purple #A901FF
Tints of Electric Purple #A901FF
RGB
CMYK
RGB Variations
Color information
#A901FF (or 0xA901FF) is known color: Electric Purple. HEX triplet: A9, 01 and FF. RGB value is (169,1,255). Sum of RGB (Red+Green+Blue) = 169+1+255=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 1 (0.78% from 255 or 0.24% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #A901FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A901FF is #56FE00. Grayscale: #4F4F4F. Windows color (decimal): -5701121 or 16712105. OLE color: 16712105.
HSL color Cylindrical-coordinate representation of color #A901FF: hue angle of 279.69º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A901FF is Cyan = 0.34, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 1 | 255 | - |
| CMYK | 0.34 | 1.00 | 0 | 0 |
| HSL | 279.69º | 1% | 0.5% | - |
| HSV(B) | 279.69º | 1% | 1% | - |
| XYZ | 34.42 | 15.68 | 95.82 | - |
| YUV | 80.19 | 226.66 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 255 | 0.34 | 1.00 | 0 | 0 | 279.69 | 1 | 0.5 |
| Hex | A9 | 1 | FF | 22 | 64 | 0 | 0 | 118 | 64 | 32 |
| Octal | 251 | 1 | 377 | 42 | 144 | 0 | 0 | 430 | 144 | 62 |
| Binary | 10101001 | 1 | 11111111 | 100010 | 1100100 | 0 | 0 | 100011000 | 1100100 | 110010 |
Color Harmonies of #A901FF
Complementary color
Monochromatic Colors of #A901FF
Black with #A901FF
Text Example
Text Example
White with #A901FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A901FF; }
p { color: rgb(169,1,255); }
H1.HeaderClassName
{
color: #A901FF;
}
.AnyTagClassName
{
color: #A901FF;
}
</style>
background-color css
<style>
a { background-color: #A901FF; }
a { background-color: rgb(169,1,255); }
div.DivClassName
{
background-color: #A901FF;
}
.BgClassName
{
background-color: #A901FF;
}
</style>
border-color css
<style>
span { border-color: #A901FF; }
span { border-color: rgb(169,1,255); }
td.TdClassName
{
border-color: #A901FF;
}
.TagClassName
{
border-color: #A901FF;
}
</style>