Shades of Electric Purple #A903FF
Tints of Electric Purple #A903FF
RGB
CMYK
RGB Variations
Color information
#A903FF (or 0xA903FF) is known color: Electric Purple. HEX triplet: A9, 03 and FF. RGB value is (169,3,255). Sum of RGB (Red+Green+Blue) = 169+3+255=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 3 (1.56% from 255 or 0.70% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #A903FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A903FF is #56FC00. Grayscale: #505050. Windows color (decimal): -5700609 or 16712617. OLE color: 16712617.
HSL color Cylindrical-coordinate representation of color #A903FF: hue angle of 279.52º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A903FF is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 3 | 255 | - |
| CMYK | 0.34 | 0.99 | 0 | 0 |
| HSL | 279.52º | 1% | 0.51% | - |
| HSV(B) | 279.52º | 0.99% | 1% | - |
| XYZ | 34.44 | 15.72 | 95.83 | - |
| YUV | 81.36 | 226 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 3 | 255 | 0.34 | 0.99 | 0 | 0 | 279.52 | 1 | 0.51 |
| Hex | A9 | 3 | FF | 22 | 63 | 0 | 0 | 118 | 64 | 33 |
| Octal | 251 | 3 | 377 | 42 | 143 | 0 | 0 | 430 | 144 | 63 |
| Binary | 10101001 | 11 | 11111111 | 100010 | 1100011 | 0 | 0 | 100011000 | 1100100 | 110011 |
Color Harmonies of #A903FF
Complementary color
Monochromatic Colors of #A903FF
Black with #A903FF
Text Example
Text Example
White with #A903FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A903FF; }
p { color: rgb(169,3,255); }
H1.HeaderClassName
{
color: #A903FF;
}
.AnyTagClassName
{
color: #A903FF;
}
</style>
background-color css
<style>
a { background-color: #A903FF; }
a { background-color: rgb(169,3,255); }
div.DivClassName
{
background-color: #A903FF;
}
.BgClassName
{
background-color: #A903FF;
}
</style>
border-color css
<style>
span { border-color: #A903FF; }
span { border-color: rgb(169,3,255); }
td.TdClassName
{
border-color: #A903FF;
}
.TagClassName
{
border-color: #A903FF;
}
</style>