Shades of Electric Purple #A811FB
Tints of Electric Purple #A811FB
RGB
CMYK
RGB Variations
Color information
#A811FB (or 0xA811FB) is known color: Electric Purple. HEX triplet: A8, 11 and FB. RGB value is (168,17,251). Sum of RGB (Red+Green+Blue) = 168+17+251=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 17 (7.03% from 255 or 3.90% from 436); Blue value is 251 (98.44% from 255 or 57.57% from 436); Max value from RGB is 251 - color contains mainly: blue. Hex color #A811FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A811FB is #57EE04. Grayscale: #585858. Windows color (decimal): -5762565 or 16454056. OLE color: 16454056.
HSL color Cylindrical-coordinate representation of color #A811FB: hue angle of 278.72º 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 #A811FB is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 17 | 251 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.02 |
| HSL | 278.72º | 0.97% | 0.53% | - |
| HSV(B) | 278.72º | 0.93% | 0.98% | - |
| XYZ | 33.76 | 15.69 | 92.52 | - |
| YUV | 88.83 | 219.53 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 251 | 0.33 | 0.93 | 0 | 0.02 | 278.72 | 0.97 | 0.53 |
| Hex | A8 | 11 | FB | 21 | 5D | 0 | 2 | 117 | 61 | 35 |
| Octal | 250 | 21 | 373 | 41 | 135 | 0 | 2 | 427 | 141 | 65 |
| Binary | 10101000 | 10001 | 11111011 | 100001 | 1011101 | 0 | 10 | 100010111 | 1100001 | 110101 |
Color Harmonies of #A811FB
Complementary color
Monochromatic Colors of #A811FB
Black with #A811FB
Text Example
Text Example
White with #A811FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A811FB; }
p { color: rgb(168,17,251); }
H1.HeaderClassName
{
color: #A811FB;
}
.AnyTagClassName
{
color: #A811FB;
}
</style>
background-color css
<style>
a { background-color: #A811FB; }
a { background-color: rgb(168,17,251); }
div.DivClassName
{
background-color: #A811FB;
}
.BgClassName
{
background-color: #A811FB;
}
</style>
border-color css
<style>
span { border-color: #A811FB; }
span { border-color: rgb(168,17,251); }
td.TdClassName
{
border-color: #A811FB;
}
.TagClassName
{
border-color: #A811FB;
}
</style>