Shades of Electric Purple #A91BFD
Tints of Electric Purple #A91BFD
RGB
CMYK
RGB Variations
Color information
#A91BFD (or 0xA91BFD) is known color: Electric Purple. HEX triplet: A9, 1B and FD. RGB value is (169,27,253). Sum of RGB (Red+Green+Blue) = 169+27+253=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 27 (10.94% from 255 or 6.01% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #A91BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91BFD is #56E402. Grayscale: #5E5E5E. Windows color (decimal): -5694467 or 16587689. OLE color: 16587689.
HSL color Cylindrical-coordinate representation of color #A91BFD: hue angle of 277.7º degrees, saturation: 0.98, 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 #A91BFD is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 27 | 253 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.01 |
| HSL | 277.7º | 0.98% | 0.55% | - |
| HSV(B) | 277.7º | 0.89% | 0.99% | - |
| XYZ | 34.48 | 16.31 | 94.26 | - |
| YUV | 95.22 | 217.04 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 27 | 253 | 0.33 | 0.89 | 0 | 0.01 | 277.7 | 0.98 | 0.55 |
| Hex | A9 | 1B | FD | 21 | 59 | 0 | 1 | 116 | 62 | 37 |
| Octal | 251 | 33 | 375 | 41 | 131 | 0 | 1 | 426 | 142 | 67 |
| Binary | 10101001 | 11011 | 11111101 | 100001 | 1011001 | 0 | 1 | 100010110 | 1100010 | 110111 |
Color Harmonies of #A91BFD
Complementary color
Monochromatic Colors of #A91BFD
Black with #A91BFD
Text Example
Text Example
White with #A91BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91BFD; }
p { color: rgb(169,27,253); }
H1.HeaderClassName
{
color: #A91BFD;
}
.AnyTagClassName
{
color: #A91BFD;
}
</style>
background-color css
<style>
a { background-color: #A91BFD; }
a { background-color: rgb(169,27,253); }
div.DivClassName
{
background-color: #A91BFD;
}
.BgClassName
{
background-color: #A91BFD;
}
</style>
border-color css
<style>
span { border-color: #A91BFD; }
span { border-color: rgb(169,27,253); }
td.TdClassName
{
border-color: #A91BFD;
}
.TagClassName
{
border-color: #A91BFD;
}
</style>