Shades of Electric Purple #A91BFC
Tints of Electric Purple #A91BFC
RGB
CMYK
RGB Variations
Color information
#A91BFC (or 0xA91BFC) is known color: Electric Purple. HEX triplet: A9, 1B and FC. RGB value is (169,27,252). Sum of RGB (Red+Green+Blue) = 169+27+252=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 27 (10.94% from 255 or 6.03% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #A91BFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91BFC is #56E403. Grayscale: #5E5E5E. Windows color (decimal): -5694468 or 16522153. OLE color: 16522153.
HSL color Cylindrical-coordinate representation of color #A91BFC: hue angle of 277.87º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A91BFC is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 27 | 252 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.01 |
| HSL | 277.87º | 0.97% | 0.55% | - |
| HSV(B) | 277.87º | 0.89% | 0.99% | - |
| XYZ | 34.32 | 16.25 | 93.42 | - |
| YUV | 95.11 | 216.54 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 27 | 252 | 0.33 | 0.89 | 0 | 0.01 | 277.87 | 0.97 | 0.55 |
| Hex | A9 | 1B | FC | 21 | 59 | 0 | 1 | 116 | 61 | 37 |
| Octal | 251 | 33 | 374 | 41 | 131 | 0 | 1 | 426 | 141 | 67 |
| Binary | 10101001 | 11011 | 11111100 | 100001 | 1011001 | 0 | 1 | 100010110 | 1100001 | 110111 |
Color Harmonies of #A91BFC
Complementary color
Monochromatic Colors of #A91BFC
Black with #A91BFC
Text Example
Text Example
White with #A91BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91BFC; }
p { color: rgb(169,27,252); }
H1.HeaderClassName
{
color: #A91BFC;
}
.AnyTagClassName
{
color: #A91BFC;
}
</style>
background-color css
<style>
a { background-color: #A91BFC; }
a { background-color: rgb(169,27,252); }
div.DivClassName
{
background-color: #A91BFC;
}
.BgClassName
{
background-color: #A91BFC;
}
</style>
border-color css
<style>
span { border-color: #A91BFC; }
span { border-color: rgb(169,27,252); }
td.TdClassName
{
border-color: #A91BFC;
}
.TagClassName
{
border-color: #A91BFC;
}
</style>