Shades of Electric Purple #A114FF
Tints of Electric Purple #A114FF
RGB
CMYK
RGB Variations
Color information
#A114FF (or 0xA114FF) is known color: Electric Purple. HEX triplet: A1, 14 and FF. RGB value is (161,20,255). Sum of RGB (Red+Green+Blue) = 161+20+255=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 20 (8.20% from 255 or 4.59% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #A114FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A114FF is #5EEB00. Grayscale: #585858. Windows color (decimal): -6220545 or 16716961. OLE color: 16716961.
HSL color Cylindrical-coordinate representation of color #A114FF: hue angle of 276º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A114FF is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 20 | 255 | - |
| CMYK | 0.37 | 0.92 | 0 | 0 |
| HSL | 276º | 1% | 0.54% | - |
| HSV(B) | 276º | 0.92% | 1% | - |
| XYZ | 33 | 15.3 | 95.82 | - |
| YUV | 88.95 | 221.71 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 20 | 255 | 0.37 | 0.92 | 0 | 0 | 276 | 1 | 0.54 |
| Hex | A1 | 14 | FF | 25 | 5C | 0 | 0 | 114 | 64 | 36 |
| Octal | 241 | 24 | 377 | 45 | 134 | 0 | 0 | 424 | 144 | 66 |
| Binary | 10100001 | 10100 | 11111111 | 100101 | 1011100 | 0 | 0 | 100010100 | 1100100 | 110110 |
Color Harmonies of #A114FF
Complementary color
Monochromatic Colors of #A114FF
Black with #A114FF
Text Example
Text Example
White with #A114FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A114FF; }
p { color: rgb(161,20,255); }
H1.HeaderClassName
{
color: #A114FF;
}
.AnyTagClassName
{
color: #A114FF;
}
</style>
background-color css
<style>
a { background-color: #A114FF; }
a { background-color: rgb(161,20,255); }
div.DivClassName
{
background-color: #A114FF;
}
.BgClassName
{
background-color: #A114FF;
}
</style>
border-color css
<style>
span { border-color: #A114FF; }
span { border-color: rgb(161,20,255); }
td.TdClassName
{
border-color: #A114FF;
}
.TagClassName
{
border-color: #A114FF;
}
</style>