Shades of Electric Purple #A103F9
Tints of Electric Purple #A103F9
RGB
CMYK
RGB Variations
Color information
#A103F9 (or 0xA103F9) is known color: Electric Purple. HEX triplet: A1, 03 and F9. RGB value is (161,3,249). Sum of RGB (Red+Green+Blue) = 161+3+249=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 3 (1.56% from 255 or 0.73% from 413); Blue value is 249 (97.66% from 255 or 60.29% from 413); Max value from RGB is 249 - color contains mainly: blue. Hex color #A103F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A103F9 is #5EFC06. Grayscale: #4D4D4D. Windows color (decimal): -6224903 or 16319393. OLE color: 16319393.
HSL color Cylindrical-coordinate representation of color #A103F9: hue angle of 278.54º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A103F9 is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 3 | 249 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.02 |
| HSL | 278.54º | 0.98% | 0.49% | - |
| HSV(B) | 278.54º | 0.99% | 0.98% | - |
| XYZ | 31.83 | 14.48 | 90.74 | - |
| YUV | 78.29 | 224.35 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 3 | 249 | 0.35 | 0.99 | 0 | 0.02 | 278.54 | 0.98 | 0.49 |
| Hex | A1 | 3 | F9 | 23 | 63 | 0 | 2 | 117 | 62 | 31 |
| Octal | 241 | 3 | 371 | 43 | 143 | 0 | 2 | 427 | 142 | 61 |
| Binary | 10100001 | 11 | 11111001 | 100011 | 1100011 | 0 | 10 | 100010111 | 1100010 | 110001 |
Color Harmonies of #A103F9
Complementary color
Monochromatic Colors of #A103F9
Black with #A103F9
Text Example
Text Example
White with #A103F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A103F9; }
p { color: rgb(161,3,249); }
H1.HeaderClassName
{
color: #A103F9;
}
.AnyTagClassName
{
color: #A103F9;
}
</style>
background-color css
<style>
a { background-color: #A103F9; }
a { background-color: rgb(161,3,249); }
div.DivClassName
{
background-color: #A103F9;
}
.BgClassName
{
background-color: #A103F9;
}
</style>
border-color css
<style>
span { border-color: #A103F9; }
span { border-color: rgb(161,3,249); }
td.TdClassName
{
border-color: #A103F9;
}
.TagClassName
{
border-color: #A103F9;
}
</style>