Shades of Electric Purple #A103F2
Tints of Electric Purple #A103F2
RGB
CMYK
RGB Variations
Color information
#A103F2 (or 0xA103F2) is known color: Electric Purple. HEX triplet: A1, 03 and F2. RGB value is (161,3,242). Sum of RGB (Red+Green+Blue) = 161+3+242=406 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.66% from 406); Green value is 3 (1.56% from 255 or 0.74% from 406); Blue value is 242 (94.92% from 255 or 59.61% from 406); Max value from RGB is 242 - color contains mainly: blue. Hex color #A103F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A103F2 is #5EFC0D. Grayscale: #4C4C4C. Windows color (decimal): -6224910 or 15860641. OLE color: 15860641.
HSL color Cylindrical-coordinate representation of color #A103F2: hue angle of 279.67º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A103F2 is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 3 | 242 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.05 |
| HSL | 279.67º | 0.98% | 0.48% | - |
| HSV(B) | 279.67º | 0.99% | 0.95% | - |
| XYZ | 30.76 | 14.05 | 85.1 | - |
| YUV | 77.49 | 220.85 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 242 | 0.33 | 0.99 | 0 | 0.05 | 279.67 | 0.98 | 0.48 |
| Hex | A1 | 3 | F2 | 21 | 63 | 0 | 5 | 118 | 62 | 30 |
| Octal | 241 | 3 | 362 | 41 | 143 | 0 | 5 | 430 | 142 | 60 |
| Binary | 10100001 | 11 | 11110010 | 100001 | 1100011 | 0 | 101 | 100011000 | 1100010 | 110000 |
Color Harmonies of #A103F2
Complementary color
Monochromatic Colors of #A103F2
Black with #A103F2
Text Example
Text Example
White with #A103F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A103F2; }
p { color: rgb(161,3,242); }
H1.HeaderClassName
{
color: #A103F2;
}
.AnyTagClassName
{
color: #A103F2;
}
</style>
background-color css
<style>
a { background-color: #A103F2; }
a { background-color: rgb(161,3,242); }
div.DivClassName
{
background-color: #A103F2;
}
.BgClassName
{
background-color: #A103F2;
}
</style>
border-color css
<style>
span { border-color: #A103F2; }
span { border-color: rgb(161,3,242); }
td.TdClassName
{
border-color: #A103F2;
}
.TagClassName
{
border-color: #A103F2;
}
</style>