Shades of Electric Purple #A112F3
Tints of Electric Purple #A112F3
RGB
CMYK
RGB Variations
Color information
#A112F3 (or 0xA112F3) is known color: Electric Purple. HEX triplet: A1, 12 and F3. RGB value is (161,18,243). Sum of RGB (Red+Green+Blue) = 161+18+243=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 18 (7.42% from 255 or 4.27% from 422); Blue value is 243 (95.31% from 255 or 57.58% from 422); Max value from RGB is 243 - color contains mainly: blue. Hex color #A112F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A112F3 is #5EED0C. Grayscale: #555555. Windows color (decimal): -6221069 or 15930017. OLE color: 15930017.
HSL color Cylindrical-coordinate representation of color #A112F3: hue angle of 278.13º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A112F3 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 18 | 243 | - |
| CMYK | 0.34 | 0.93 | 0 | 0.05 |
| HSL | 278.13º | 0.9% | 0.51% | - |
| HSV(B) | 278.13º | 0.93% | 0.95% | - |
| XYZ | 31.09 | 14.48 | 85.95 | - |
| YUV | 86.41 | 216.38 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 243 | 0.34 | 0.93 | 0 | 0.05 | 278.13 | 0.9 | 0.51 |
| Hex | A1 | 12 | F3 | 22 | 5D | 0 | 5 | 116 | 5A | 33 |
| Octal | 241 | 22 | 363 | 42 | 135 | 0 | 5 | 426 | 132 | 63 |
| Binary | 10100001 | 10010 | 11110011 | 100010 | 1011101 | 0 | 101 | 100010110 | 1011010 | 110011 |
Color Harmonies of #A112F3
Complementary color
Monochromatic Colors of #A112F3
Black with #A112F3
Text Example
Text Example
White with #A112F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A112F3; }
p { color: rgb(161,18,243); }
H1.HeaderClassName
{
color: #A112F3;
}
.AnyTagClassName
{
color: #A112F3;
}
</style>
background-color css
<style>
a { background-color: #A112F3; }
a { background-color: rgb(161,18,243); }
div.DivClassName
{
background-color: #A112F3;
}
.BgClassName
{
background-color: #A112F3;
}
</style>
border-color css
<style>
span { border-color: #A112F3; }
span { border-color: rgb(161,18,243); }
td.TdClassName
{
border-color: #A112F3;
}
.TagClassName
{
border-color: #A112F3;
}
</style>