Shades of Electric Purple #A112F9
Tints of Electric Purple #A112F9
RGB
CMYK
RGB Variations
Color information
#A112F9 (or 0xA112F9) is known color: Electric Purple. HEX triplet: A1, 12 and F9. RGB value is (161,18,249). Sum of RGB (Red+Green+Blue) = 161+18+249=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 18 (7.42% from 255 or 4.21% from 428); Blue value is 249 (97.66% from 255 or 58.18% from 428); Max value from RGB is 249 - color contains mainly: blue. Hex color #A112F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A112F9 is #5EED06. Grayscale: #565656. Windows color (decimal): -6221063 or 16323233. OLE color: 16323233.
HSL color Cylindrical-coordinate representation of color #A112F9: hue angle of 277.14º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A112F9 is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 18 | 249 | - |
| CMYK | 0.35 | 0.93 | 0 | 0.02 |
| HSL | 277.14º | 0.95% | 0.52% | - |
| HSV(B) | 277.14º | 0.93% | 0.98% | - |
| XYZ | 32.01 | 14.85 | 90.8 | - |
| YUV | 87.09 | 219.38 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 249 | 0.35 | 0.93 | 0 | 0.02 | 277.14 | 0.95 | 0.52 |
| Hex | A1 | 12 | F9 | 23 | 5D | 0 | 2 | 115 | 5F | 34 |
| Octal | 241 | 22 | 371 | 43 | 135 | 0 | 2 | 425 | 137 | 64 |
| Binary | 10100001 | 10010 | 11111001 | 100011 | 1011101 | 0 | 10 | 100010101 | 1011111 | 110100 |
Color Harmonies of #A112F9
Complementary color
Monochromatic Colors of #A112F9
Black with #A112F9
Text Example
Text Example
White with #A112F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A112F9; }
p { color: rgb(161,18,249); }
H1.HeaderClassName
{
color: #A112F9;
}
.AnyTagClassName
{
color: #A112F9;
}
</style>
background-color css
<style>
a { background-color: #A112F9; }
a { background-color: rgb(161,18,249); }
div.DivClassName
{
background-color: #A112F9;
}
.BgClassName
{
background-color: #A112F9;
}
</style>
border-color css
<style>
span { border-color: #A112F9; }
span { border-color: rgb(161,18,249); }
td.TdClassName
{
border-color: #A112F9;
}
.TagClassName
{
border-color: #A112F9;
}
</style>