Shades of Electric Purple #A91FFB
Tints of Electric Purple #A91FFB
RGB
CMYK
RGB Variations
Color information
#A91FFB (or 0xA91FFB) is known color: Electric Purple. HEX triplet: A9, 1F and FB. RGB value is (169,31,251). Sum of RGB (Red+Green+Blue) = 169+31+251=451 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.47% from 451); Green value is 31 (12.5% from 255 or 6.87% from 451); Blue value is 251 (98.44% from 255 or 55.65% from 451); Max value from RGB is 251 - color contains mainly: blue. Hex color #A91FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91FFB is #56E004. Grayscale: #606060. Windows color (decimal): -5693445 or 16457641. OLE color: 16457641.
HSL color Cylindrical-coordinate representation of color #A91FFB: hue angle of 277.64º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A91FFB is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 31 | 251 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.02 |
| HSL | 277.64º | 0.96% | 0.55% | - |
| HSV(B) | 277.64º | 0.88% | 0.98% | - |
| XYZ | 34.26 | 16.38 | 92.62 | - |
| YUV | 97.34 | 214.72 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 31 | 251 | 0.33 | 0.88 | 0 | 0.02 | 277.64 | 0.96 | 0.55 |
| Hex | A9 | 1F | FB | 21 | 58 | 0 | 2 | 116 | 60 | 37 |
| Octal | 251 | 37 | 373 | 41 | 130 | 0 | 2 | 426 | 140 | 67 |
| Binary | 10101001 | 11111 | 11111011 | 100001 | 1011000 | 0 | 10 | 100010110 | 1100000 | 110111 |
Color Harmonies of #A91FFB
Complementary color
Monochromatic Colors of #A91FFB
Black with #A91FFB
Text Example
Text Example
White with #A91FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91FFB; }
p { color: rgb(169,31,251); }
H1.HeaderClassName
{
color: #A91FFB;
}
.AnyTagClassName
{
color: #A91FFB;
}
</style>
background-color css
<style>
a { background-color: #A91FFB; }
a { background-color: rgb(169,31,251); }
div.DivClassName
{
background-color: #A91FFB;
}
.BgClassName
{
background-color: #A91FFB;
}
</style>
border-color css
<style>
span { border-color: #A91FFB; }
span { border-color: rgb(169,31,251); }
td.TdClassName
{
border-color: #A91FFB;
}
.TagClassName
{
border-color: #A91FFB;
}
</style>