Shades of Electric Purple #AA1BFD
Tints of Electric Purple #AA1BFD
RGB
CMYK
RGB Variations
Color information
#AA1BFD (or 0xAA1BFD) is known color: Electric Purple. HEX triplet: AA, 1B and FD. RGB value is (170,27,253). Sum of RGB (Red+Green+Blue) = 170+27+253=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 27 (10.94% from 255 or 6% 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 #AA1BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1BFD is #55E402. Grayscale: #5E5E5E. Windows color (decimal): -5628931 or 16587690. OLE color: 16587690.
HSL color Cylindrical-coordinate representation of color #AA1BFD: hue angle of 277.96º 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 #AA1BFD is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 27 | 253 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.01 |
| HSL | 277.96º | 0.98% | 0.55% | - |
| HSV(B) | 277.96º | 0.89% | 0.99% | - |
| XYZ | 34.7 | 16.42 | 94.27 | - |
| YUV | 95.52 | 216.88 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 27 | 253 | 0.33 | 0.89 | 0 | 0.01 | 277.96 | 0.98 | 0.55 |
| Hex | AA | 1B | FD | 21 | 59 | 0 | 1 | 116 | 62 | 37 |
| Octal | 252 | 33 | 375 | 41 | 131 | 0 | 1 | 426 | 142 | 67 |
| Binary | 10101010 | 11011 | 11111101 | 100001 | 1011001 | 0 | 1 | 100010110 | 1100010 | 110111 |
Color Harmonies of #AA1BFD
Complementary color
Monochromatic Colors of #AA1BFD
Black with #AA1BFD
Text Example
Text Example
White with #AA1BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1BFD; }
p { color: rgb(170,27,253); }
H1.HeaderClassName
{
color: #AA1BFD;
}
.AnyTagClassName
{
color: #AA1BFD;
}
</style>
background-color css
<style>
a { background-color: #AA1BFD; }
a { background-color: rgb(170,27,253); }
div.DivClassName
{
background-color: #AA1BFD;
}
.BgClassName
{
background-color: #AA1BFD;
}
</style>
border-color css
<style>
span { border-color: #AA1BFD; }
span { border-color: rgb(170,27,253); }
td.TdClassName
{
border-color: #AA1BFD;
}
.TagClassName
{
border-color: #AA1BFD;
}
</style>