Shades of Electric Purple #A115FB
Tints of Electric Purple #A115FB
RGB
CMYK
RGB Variations
Color information
#A115FB (or 0xA115FB) is known color: Electric Purple. HEX triplet: A1, 15 and FB. RGB value is (161,21,251). Sum of RGB (Red+Green+Blue) = 161+21+251=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 21 (8.59% from 255 or 4.85% from 433); Blue value is 251 (98.44% from 255 or 57.97% from 433); Max value from RGB is 251 - color contains mainly: blue. Hex color #A115FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A115FB is #5EEA04. Grayscale: #585858. Windows color (decimal): -6220293 or 16455073. OLE color: 16455073.
HSL color Cylindrical-coordinate representation of color #A115FB: hue angle of 276.52º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A115FB is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 21 | 251 | - |
| CMYK | 0.36 | 0.92 | 0 | 0.02 |
| HSL | 276.52º | 0.97% | 0.53% | - |
| HSV(B) | 276.52º | 0.92% | 0.98% | - |
| XYZ | 32.38 | 15.08 | 92.47 | - |
| YUV | 89.08 | 219.38 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 21 | 251 | 0.36 | 0.92 | 0 | 0.02 | 276.52 | 0.97 | 0.53 |
| Hex | A1 | 15 | FB | 24 | 5C | 0 | 2 | 115 | 61 | 35 |
| Octal | 241 | 25 | 373 | 44 | 134 | 0 | 2 | 425 | 141 | 65 |
| Binary | 10100001 | 10101 | 11111011 | 100100 | 1011100 | 0 | 10 | 100010101 | 1100001 | 110101 |
Color Harmonies of #A115FB
Complementary color
Monochromatic Colors of #A115FB
Black with #A115FB
Text Example
Text Example
White with #A115FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A115FB; }
p { color: rgb(161,21,251); }
H1.HeaderClassName
{
color: #A115FB;
}
.AnyTagClassName
{
color: #A115FB;
}
</style>
background-color css
<style>
a { background-color: #A115FB; }
a { background-color: rgb(161,21,251); }
div.DivClassName
{
background-color: #A115FB;
}
.BgClassName
{
background-color: #A115FB;
}
</style>
border-color css
<style>
span { border-color: #A115FB; }
span { border-color: rgb(161,21,251); }
td.TdClassName
{
border-color: #A115FB;
}
.TagClassName
{
border-color: #A115FB;
}
</style>