Shades of Electric Purple #A112F4
Tints of Electric Purple #A112F4
RGB
CMYK
RGB Variations
Color information
#A112F4 (or 0xA112F4) is known color: Electric Purple. HEX triplet: A1, 12 and F4. RGB value is (161,18,244). Sum of RGB (Red+Green+Blue) = 161+18+244=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 18 (7.42% from 255 or 4.26% from 423); Blue value is 244 (95.70% from 255 or 57.68% from 423); Max value from RGB is 244 - color contains mainly: blue. Hex color #A112F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A112F4 is #5EED0B. Grayscale: #555555. Windows color (decimal): -6221068 or 15995553. OLE color: 15995553.
HSL color Cylindrical-coordinate representation of color #A112F4: hue angle of 277.96º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A112F4 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 18 | 244 | - |
| CMYK | 0.34 | 0.93 | 0 | 0.04 |
| HSL | 277.96º | 0.91% | 0.51% | - |
| HSV(B) | 277.96º | 0.93% | 0.96% | - |
| XYZ | 31.24 | 14.54 | 86.75 | - |
| YUV | 86.52 | 216.88 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 244 | 0.34 | 0.93 | 0 | 0.04 | 277.96 | 0.91 | 0.51 |
| Hex | A1 | 12 | F4 | 22 | 5D | 0 | 4 | 116 | 5B | 33 |
| Octal | 241 | 22 | 364 | 42 | 135 | 0 | 4 | 426 | 133 | 63 |
| Binary | 10100001 | 10010 | 11110100 | 100010 | 1011101 | 0 | 100 | 100010110 | 1011011 | 110011 |
Color Harmonies of #A112F4
Complementary color
Monochromatic Colors of #A112F4
Black with #A112F4
Text Example
Text Example
White with #A112F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A112F4; }
p { color: rgb(161,18,244); }
H1.HeaderClassName
{
color: #A112F4;
}
.AnyTagClassName
{
color: #A112F4;
}
</style>
background-color css
<style>
a { background-color: #A112F4; }
a { background-color: rgb(161,18,244); }
div.DivClassName
{
background-color: #A112F4;
}
.BgClassName
{
background-color: #A112F4;
}
</style>
border-color css
<style>
span { border-color: #A112F4; }
span { border-color: rgb(161,18,244); }
td.TdClassName
{
border-color: #A112F4;
}
.TagClassName
{
border-color: #A112F4;
}
</style>