Shades of Electric Purple #A100F9
Tints of Electric Purple #A100F9
RGB
CMYK
RGB Variations
Color information
#A100F9 (or 0xA100F9) is known color: Electric Purple. HEX triplet: A1, 00 and F9. RGB value is (161,0,249). Sum of RGB (Red+Green+Blue) = 161+0+249=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 0 (0.39% from 255 or 0% from 410); Blue value is 249 (97.66% from 255 or 60.73% from 410); Max value from RGB is 249 - color contains mainly: blue. Hex color #A100F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A100F9 is #5EFF06. Grayscale: #4B4B4B. Windows color (decimal): -6225671 or 16318625. OLE color: 16318625.
HSL color Cylindrical-coordinate representation of color #A100F9: hue angle of 278.8º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A100F9 is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 0 | 249 | - |
| CMYK | 0.35 | 1 | 0 | 0.02 |
| HSL | 278.8º | 1% | 0.49% | - |
| HSV(B) | 278.8º | 1% | 0.98% | - |
| XYZ | 31.8 | 14.42 | 90.73 | - |
| YUV | 76.53 | 225.34 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 0 | 249 | 0.35 | 1 | 0 | 0.02 | 278.8 | 1 | 0.49 |
| Hex | A1 | 0 | F9 | 23 | 64 | 0 | 2 | 117 | 64 | 31 |
| Octal | 241 | 0 | 371 | 43 | 144 | 0 | 2 | 427 | 144 | 61 |
| Binary | 10100001 | 0 | 11111001 | 100011 | 1100100 | 0 | 10 | 100010111 | 1100100 | 110001 |
Color Harmonies of #A100F9
Complementary color
Monochromatic Colors of #A100F9
Black with #A100F9
Text Example
Text Example
White with #A100F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A100F9; }
p { color: rgb(161,0,249); }
H1.HeaderClassName
{
color: #A100F9;
}
.AnyTagClassName
{
color: #A100F9;
}
</style>
background-color css
<style>
a { background-color: #A100F9; }
a { background-color: rgb(161,0,249); }
div.DivClassName
{
background-color: #A100F9;
}
.BgClassName
{
background-color: #A100F9;
}
</style>
border-color css
<style>
span { border-color: #A100F9; }
span { border-color: rgb(161,0,249); }
td.TdClassName
{
border-color: #A100F9;
}
.TagClassName
{
border-color: #A100F9;
}
</style>