Shades of Electric Purple #A119FF
Tints of Electric Purple #A119FF
RGB
CMYK
RGB Variations
Color information
#A119FF (or 0xA119FF) is known color: Electric Purple. HEX triplet: A1, 19 and FF. RGB value is (161,25,255). Sum of RGB (Red+Green+Blue) = 161+25+255=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 25 (10.16% from 255 or 5.67% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #A119FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A119FF is #5EE600. Grayscale: #5B5B5B. Windows color (decimal): -6219265 or 16718241. OLE color: 16718241.
HSL color Cylindrical-coordinate representation of color #A119FF: hue angle of 275.48º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A119FF is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 25 | 255 | - |
| CMYK | 0.37 | 0.90 | 0 | 0 |
| HSL | 275.48º | 1% | 0.55% | - |
| HSV(B) | 275.48º | 0.9% | 1% | - |
| XYZ | 33.1 | 15.49 | 95.85 | - |
| YUV | 91.88 | 220.06 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 25 | 255 | 0.37 | 0.90 | 0 | 0 | 275.48 | 1 | 0.55 |
| Hex | A1 | 19 | FF | 25 | 5A | 0 | 0 | 113 | 64 | 37 |
| Octal | 241 | 31 | 377 | 45 | 132 | 0 | 0 | 423 | 144 | 67 |
| Binary | 10100001 | 11001 | 11111111 | 100101 | 1011010 | 0 | 0 | 100010011 | 1100100 | 110111 |
Color Harmonies of #A119FF
Complementary color
Monochromatic Colors of #A119FF
Black with #A119FF
Text Example
Text Example
White with #A119FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A119FF; }
p { color: rgb(161,25,255); }
H1.HeaderClassName
{
color: #A119FF;
}
.AnyTagClassName
{
color: #A119FF;
}
</style>
background-color css
<style>
a { background-color: #A119FF; }
a { background-color: rgb(161,25,255); }
div.DivClassName
{
background-color: #A119FF;
}
.BgClassName
{
background-color: #A119FF;
}
</style>
border-color css
<style>
span { border-color: #A119FF; }
span { border-color: rgb(161,25,255); }
td.TdClassName
{
border-color: #A119FF;
}
.TagClassName
{
border-color: #A119FF;
}
</style>