Shades of Electric Purple #A111FB
Tints of Electric Purple #A111FB
RGB
CMYK
RGB Variations
Color information
#A111FB (or 0xA111FB) is known color: Electric Purple. HEX triplet: A1, 11 and FB. RGB value is (161,17,251). Sum of RGB (Red+Green+Blue) = 161+17+251=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 17 (7.03% from 255 or 3.96% from 429); Blue value is 251 (98.44% from 255 or 58.51% from 429); Max value from RGB is 251 - color contains mainly: blue. Hex color #A111FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A111FB is #5EEE04. Grayscale: #555555. Windows color (decimal): -6221317 or 16454049. OLE color: 16454049.
HSL color Cylindrical-coordinate representation of color #A111FB: hue angle of 276.92º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A111FB is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 17 | 251 | - |
| CMYK | 0.36 | 0.93 | 0 | 0.02 |
| HSL | 276.92º | 0.97% | 0.53% | - |
| HSV(B) | 276.92º | 0.93% | 0.98% | - |
| XYZ | 32.31 | 14.94 | 92.45 | - |
| YUV | 86.73 | 220.71 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 17 | 251 | 0.36 | 0.93 | 0 | 0.02 | 276.92 | 0.97 | 0.53 |
| Hex | A1 | 11 | FB | 24 | 5D | 0 | 2 | 115 | 61 | 35 |
| Octal | 241 | 21 | 373 | 44 | 135 | 0 | 2 | 425 | 141 | 65 |
| Binary | 10100001 | 10001 | 11111011 | 100100 | 1011101 | 0 | 10 | 100010101 | 1100001 | 110101 |
Color Harmonies of #A111FB
Complementary color
Monochromatic Colors of #A111FB
Black with #A111FB
Text Example
Text Example
White with #A111FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A111FB; }
p { color: rgb(161,17,251); }
H1.HeaderClassName
{
color: #A111FB;
}
.AnyTagClassName
{
color: #A111FB;
}
</style>
background-color css
<style>
a { background-color: #A111FB; }
a { background-color: rgb(161,17,251); }
div.DivClassName
{
background-color: #A111FB;
}
.BgClassName
{
background-color: #A111FB;
}
</style>
border-color css
<style>
span { border-color: #A111FB; }
span { border-color: rgb(161,17,251); }
td.TdClassName
{
border-color: #A111FB;
}
.TagClassName
{
border-color: #A111FB;
}
</style>