Shades of Electric Purple #A100F3
Tints of Electric Purple #A100F3
RGB
CMYK
RGB Variations
Color information
#A100F3 (or 0xA100F3) is known color: Electric Purple. HEX triplet: A1, 00 and F3. RGB value is (161,0,243). Sum of RGB (Red+Green+Blue) = 161+0+243=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 0 (0.39% from 255 or 0% from 404); Blue value is 243 (95.31% from 255 or 60.15% from 404); Max value from RGB is 243 - color contains mainly: blue. Hex color #A100F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A100F3 is #5EFF0C. Grayscale: #4B4B4B. Windows color (decimal): -6225677 or 15925409. OLE color: 15925409.
HSL color Cylindrical-coordinate representation of color #A100F3: hue angle of 279.75º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A100F3 is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 0 | 243 | - |
| CMYK | 0.34 | 1 | 0 | 0.05 |
| HSL | 279.75º | 1% | 0.48% | - |
| HSV(B) | 279.75º | 1% | 0.95% | - |
| XYZ | 30.88 | 14.05 | 85.88 | - |
| YUV | 75.84 | 222.34 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 0 | 243 | 0.34 | 1 | 0 | 0.05 | 279.75 | 1 | 0.48 |
| Hex | A1 | 0 | F3 | 22 | 64 | 0 | 5 | 118 | 64 | 30 |
| Octal | 241 | 0 | 363 | 42 | 144 | 0 | 5 | 430 | 144 | 60 |
| Binary | 10100001 | 0 | 11110011 | 100010 | 1100100 | 0 | 101 | 100011000 | 1100100 | 110000 |
Color Harmonies of #A100F3
Complementary color
Monochromatic Colors of #A100F3
Black with #A100F3
Text Example
Text Example
White with #A100F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A100F3; }
p { color: rgb(161,0,243); }
H1.HeaderClassName
{
color: #A100F3;
}
.AnyTagClassName
{
color: #A100F3;
}
</style>
background-color css
<style>
a { background-color: #A100F3; }
a { background-color: rgb(161,0,243); }
div.DivClassName
{
background-color: #A100F3;
}
.BgClassName
{
background-color: #A100F3;
}
</style>
border-color css
<style>
span { border-color: #A100F3; }
span { border-color: rgb(161,0,243); }
td.TdClassName
{
border-color: #A100F3;
}
.TagClassName
{
border-color: #A100F3;
}
</style>