Shades of Electric Purple #A900FF
Tints of Electric Purple #A900FF
RGB
CMYK
RGB Variations
Color information
#A900FF (or 0xA900FF) is known color: Electric Purple. HEX triplet: A9, 00 and FF. RGB value is (169,0,255). Sum of RGB (Red+Green+Blue) = 169+0+255=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 0 (0.39% from 255 or 0% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #A900FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A900FF is #56FF00. Grayscale: #4E4E4E. Windows color (decimal): -5701377 or 16711849. OLE color: 16711849.
HSL color Cylindrical-coordinate representation of color #A900FF: hue angle of 279.76º 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 #A900FF is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 0 | 255 | - |
| CMYK | 0.34 | 1 | 0 | 0 |
| HSL | 279.76º | 1% | 0.5% | - |
| HSV(B) | 279.76º | 1% | 1% | - |
| XYZ | 34.41 | 15.66 | 95.82 | - |
| YUV | 79.6 | 226.99 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 0 | 255 | 0.34 | 1 | 0 | 0 | 279.76 | 1 | 0.5 |
| Hex | A9 | 0 | FF | 22 | 64 | 0 | 0 | 118 | 64 | 32 |
| Octal | 251 | 0 | 377 | 42 | 144 | 0 | 0 | 430 | 144 | 62 |
| Binary | 10101001 | 0 | 11111111 | 100010 | 1100100 | 0 | 0 | 100011000 | 1100100 | 110010 |
Color Harmonies of #A900FF
Complementary color
Monochromatic Colors of #A900FF
Black with #A900FF
Text Example
Text Example
White with #A900FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A900FF; }
p { color: rgb(169,0,255); }
H1.HeaderClassName
{
color: #A900FF;
}
.AnyTagClassName
{
color: #A900FF;
}
</style>
background-color css
<style>
a { background-color: #A900FF; }
a { background-color: rgb(169,0,255); }
div.DivClassName
{
background-color: #A900FF;
}
.BgClassName
{
background-color: #A900FF;
}
</style>
border-color css
<style>
span { border-color: #A900FF; }
span { border-color: rgb(169,0,255); }
td.TdClassName
{
border-color: #A900FF;
}
.TagClassName
{
border-color: #A900FF;
}
</style>