Shades of Electric Purple #A91EFB
Tints of Electric Purple #A91EFB
RGB
CMYK
RGB Variations
Color information
#A91EFB (or 0xA91EFB) is known color: Electric Purple. HEX triplet: A9, 1E and FB. RGB value is (169,30,251). Sum of RGB (Red+Green+Blue) = 169+30+251=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 30 (12.11% from 255 or 6.67% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #A91EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91EFB is #56E104. Grayscale: #606060. Windows color (decimal): -5693701 or 16457385. OLE color: 16457385.
HSL color Cylindrical-coordinate representation of color #A91EFB: hue angle of 277.74º degrees, saturation: 0.97, 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 #A91EFB is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 30 | 251 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.02 |
| HSL | 277.74º | 0.97% | 0.55% | - |
| HSV(B) | 277.74º | 0.88% | 0.98% | - |
| XYZ | 34.24 | 16.33 | 92.61 | - |
| YUV | 96.76 | 215.05 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 30 | 251 | 0.33 | 0.88 | 0 | 0.02 | 277.74 | 0.97 | 0.55 |
| Hex | A9 | 1E | FB | 21 | 58 | 0 | 2 | 116 | 61 | 37 |
| Octal | 251 | 36 | 373 | 41 | 130 | 0 | 2 | 426 | 141 | 67 |
| Binary | 10101001 | 11110 | 11111011 | 100001 | 1011000 | 0 | 10 | 100010110 | 1100001 | 110111 |
Color Harmonies of #A91EFB
Complementary color
Monochromatic Colors of #A91EFB
Black with #A91EFB
Text Example
Text Example
White with #A91EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91EFB; }
p { color: rgb(169,30,251); }
H1.HeaderClassName
{
color: #A91EFB;
}
.AnyTagClassName
{
color: #A91EFB;
}
</style>
background-color css
<style>
a { background-color: #A91EFB; }
a { background-color: rgb(169,30,251); }
div.DivClassName
{
background-color: #A91EFB;
}
.BgClassName
{
background-color: #A91EFB;
}
</style>
border-color css
<style>
span { border-color: #A91EFB; }
span { border-color: rgb(169,30,251); }
td.TdClassName
{
border-color: #A91EFB;
}
.TagClassName
{
border-color: #A91EFB;
}
</style>