Shades of Electric Purple #A112FD
Tints of Electric Purple #A112FD
RGB
CMYK
RGB Variations
Color information
#A112FD (or 0xA112FD) is known color: Electric Purple. HEX triplet: A1, 12 and FD. RGB value is (161,18,253). Sum of RGB (Red+Green+Blue) = 161+18+253=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 18 (7.42% from 255 or 4.17% from 432); Blue value is 253 (99.22% from 255 or 58.56% from 432); Max value from RGB is 253 - color contains mainly: blue. Hex color #A112FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A112FD is #5EED02. Grayscale: #565656. Windows color (decimal): -6221059 or 16585377. OLE color: 16585377.
HSL color Cylindrical-coordinate representation of color #A112FD: hue angle of 276.51º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A112FD is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 18 | 253 | - |
| CMYK | 0.36 | 0.93 | 0 | 0.01 |
| HSL | 276.51º | 0.98% | 0.53% | - |
| HSV(B) | 276.51º | 0.93% | 0.99% | - |
| XYZ | 32.64 | 15.1 | 94.12 | - |
| YUV | 87.55 | 221.38 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 253 | 0.36 | 0.93 | 0 | 0.01 | 276.51 | 0.98 | 0.53 |
| Hex | A1 | 12 | FD | 24 | 5D | 0 | 1 | 115 | 62 | 35 |
| Octal | 241 | 22 | 375 | 44 | 135 | 0 | 1 | 425 | 142 | 65 |
| Binary | 10100001 | 10010 | 11111101 | 100100 | 1011101 | 0 | 1 | 100010101 | 1100010 | 110101 |
Color Harmonies of #A112FD
Complementary color
Monochromatic Colors of #A112FD
Black with #A112FD
Text Example
Text Example
White with #A112FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A112FD; }
p { color: rgb(161,18,253); }
H1.HeaderClassName
{
color: #A112FD;
}
.AnyTagClassName
{
color: #A112FD;
}
</style>
background-color css
<style>
a { background-color: #A112FD; }
a { background-color: rgb(161,18,253); }
div.DivClassName
{
background-color: #A112FD;
}
.BgClassName
{
background-color: #A112FD;
}
</style>
border-color css
<style>
span { border-color: #A112FD; }
span { border-color: rgb(161,18,253); }
td.TdClassName
{
border-color: #A112FD;
}
.TagClassName
{
border-color: #A112FD;
}
</style>