Shades of Electric Purple #A103FF
Tints of Electric Purple #A103FF
RGB
CMYK
RGB Variations
Color information
#A103FF (or 0xA103FF) is known color: Electric Purple. HEX triplet: A1, 03 and FF. RGB value is (161,3,255). Sum of RGB (Red+Green+Blue) = 161+3+255=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 3 (1.56% from 255 or 0.72% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #A103FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A103FF is #5EFC00. Grayscale: #4E4E4E. Windows color (decimal): -6224897 or 16712609. OLE color: 16712609.
HSL color Cylindrical-coordinate representation of color #A103FF: hue angle of 277.62º 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 #A103FF is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 3 | 255 | - |
| CMYK | 0.37 | 0.99 | 0 | 0 |
| HSL | 277.62º | 1% | 0.51% | - |
| HSV(B) | 277.62º | 0.99% | 1% | - |
| XYZ | 32.78 | 14.86 | 95.75 | - |
| YUV | 78.97 | 227.35 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 255 | 0.37 | 0.99 | 0 | 0 | 277.62 | 1 | 0.51 |
| Hex | A1 | 3 | FF | 25 | 63 | 0 | 0 | 116 | 64 | 33 |
| Octal | 241 | 3 | 377 | 45 | 143 | 0 | 0 | 426 | 144 | 63 |
| Binary | 10100001 | 11 | 11111111 | 100101 | 1100011 | 0 | 0 | 100010110 | 1100100 | 110011 |
Color Harmonies of #A103FF
Complementary color
Monochromatic Colors of #A103FF
Black with #A103FF
Text Example
Text Example
White with #A103FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A103FF; }
p { color: rgb(161,3,255); }
H1.HeaderClassName
{
color: #A103FF;
}
.AnyTagClassName
{
color: #A103FF;
}
</style>
background-color css
<style>
a { background-color: #A103FF; }
a { background-color: rgb(161,3,255); }
div.DivClassName
{
background-color: #A103FF;
}
.BgClassName
{
background-color: #A103FF;
}
</style>
border-color css
<style>
span { border-color: #A103FF; }
span { border-color: rgb(161,3,255); }
td.TdClassName
{
border-color: #A103FF;
}
.TagClassName
{
border-color: #A103FF;
}
</style>