Shades of Electric Purple #A91CFD
Tints of Electric Purple #A91CFD
RGB
CMYK
RGB Variations
Color information
#A91CFD (or 0xA91CFD) is known color: Electric Purple. HEX triplet: A9, 1C and FD. RGB value is (169,28,253). Sum of RGB (Red+Green+Blue) = 169+28+253=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 28 (11.33% from 255 or 6.22% from 450); Blue value is 253 (99.22% from 255 or 56.22% from 450); Max value from RGB is 253 - color contains mainly: blue. Hex color #A91CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A91CFD is #56E302. Grayscale: #5F5F5F. Windows color (decimal): -5694211 or 16587945. OLE color: 16587945.
HSL color Cylindrical-coordinate representation of color #A91CFD: hue angle of 277.6º 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 #A91CFD is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 28 | 253 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.01 |
| HSL | 277.6º | 0.98% | 0.55% | - |
| HSV(B) | 277.6º | 0.89% | 0.99% | - |
| XYZ | 34.51 | 16.36 | 94.27 | - |
| YUV | 95.81 | 216.71 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 28 | 253 | 0.33 | 0.89 | 0 | 0.01 | 277.6 | 0.98 | 0.55 |
| Hex | A9 | 1C | FD | 21 | 59 | 0 | 1 | 116 | 62 | 37 |
| Octal | 251 | 34 | 375 | 41 | 131 | 0 | 1 | 426 | 142 | 67 |
| Binary | 10101001 | 11100 | 11111101 | 100001 | 1011001 | 0 | 1 | 100010110 | 1100010 | 110111 |
Color Harmonies of #A91CFD
Complementary color
Monochromatic Colors of #A91CFD
Black with #A91CFD
Text Example
Text Example
White with #A91CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91CFD; }
p { color: rgb(169,28,253); }
H1.HeaderClassName
{
color: #A91CFD;
}
.AnyTagClassName
{
color: #A91CFD;
}
</style>
background-color css
<style>
a { background-color: #A91CFD; }
a { background-color: rgb(169,28,253); }
div.DivClassName
{
background-color: #A91CFD;
}
.BgClassName
{
background-color: #A91CFD;
}
</style>
border-color css
<style>
span { border-color: #A91CFD; }
span { border-color: rgb(169,28,253); }
td.TdClassName
{
border-color: #A91CFD;
}
.TagClassName
{
border-color: #A91CFD;
}
</style>