Shades of Electric Purple #A103F3
Tints of Electric Purple #A103F3
RGB
CMYK
RGB Variations
Color information
#A103F3 (or 0xA103F3) is known color: Electric Purple. HEX triplet: A1, 03 and F3. RGB value is (161,3,243). Sum of RGB (Red+Green+Blue) = 161+3+243=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 3 (1.56% from 255 or 0.74% from 407); Blue value is 243 (95.31% from 255 or 59.71% from 407); Max value from RGB is 243 - color contains mainly: blue. Hex color #A103F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A103F3 is #5EFC0C. Grayscale: #4C4C4C. Windows color (decimal): -6224909 or 15926177. OLE color: 15926177.
HSL color Cylindrical-coordinate representation of color #A103F3: hue angle of 279.5º 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 #A103F3 is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 3 | 243 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.05 |
| HSL | 279.5º | 0.98% | 0.48% | - |
| HSV(B) | 279.5º | 0.99% | 0.95% | - |
| XYZ | 30.91 | 14.11 | 85.89 | - |
| YUV | 77.6 | 221.35 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 243 | 0.34 | 0.99 | 0 | 0.05 | 279.5 | 0.98 | 0.48 |
| Hex | A1 | 3 | F3 | 22 | 63 | 0 | 5 | 118 | 62 | 30 |
| Octal | 241 | 3 | 363 | 42 | 143 | 0 | 5 | 430 | 142 | 60 |
| Binary | 10100001 | 11 | 11110011 | 100010 | 1100011 | 0 | 101 | 100011000 | 1100010 | 110000 |
Color Harmonies of #A103F3
Complementary color
Monochromatic Colors of #A103F3
Black with #A103F3
Text Example
Text Example
White with #A103F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A103F3; }
p { color: rgb(161,3,243); }
H1.HeaderClassName
{
color: #A103F3;
}
.AnyTagClassName
{
color: #A103F3;
}
</style>
background-color css
<style>
a { background-color: #A103F3; }
a { background-color: rgb(161,3,243); }
div.DivClassName
{
background-color: #A103F3;
}
.BgClassName
{
background-color: #A103F3;
}
</style>
border-color css
<style>
span { border-color: #A103F3; }
span { border-color: rgb(161,3,243); }
td.TdClassName
{
border-color: #A103F3;
}
.TagClassName
{
border-color: #A103F3;
}
</style>