Shades of Electric Purple #AA07FB
Tints of Electric Purple #AA07FB
RGB
CMYK
RGB Variations
Color information
#AA07FB (or 0xAA07FB) is known color: Electric Purple. HEX triplet: AA, 07 and FB. RGB value is (170,7,251). Sum of RGB (Red+Green+Blue) = 170+7+251=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 7 (3.12% from 255 or 1.64% from 428); Blue value is 251 (98.44% from 255 or 58.64% from 428); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA07FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA07FB is #55F804. Grayscale: #525252. Windows color (decimal): -5634053 or 16451498. OLE color: 16451498.
HSL color Cylindrical-coordinate representation of color #AA07FB: hue angle of 280.08º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA07FB is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 7 | 251 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.02 |
| HSL | 280.08º | 0.97% | 0.51% | - |
| HSV(B) | 280.08º | 0.97% | 0.98% | - |
| XYZ | 34.07 | 15.66 | 92.49 | - |
| YUV | 83.55 | 222.5 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 251 | 0.32 | 0.97 | 0 | 0.02 | 280.08 | 0.97 | 0.51 |
| Hex | AA | 7 | FB | 20 | 61 | 0 | 2 | 118 | 61 | 33 |
| Octal | 252 | 7 | 373 | 40 | 141 | 0 | 2 | 430 | 141 | 63 |
| Binary | 10101010 | 111 | 11111011 | 100000 | 1100001 | 0 | 10 | 100011000 | 1100001 | 110011 |
Color Harmonies of #AA07FB
Complementary color
Monochromatic Colors of #AA07FB
Black with #AA07FB
Text Example
Text Example
White with #AA07FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA07FB; }
p { color: rgb(170,7,251); }
H1.HeaderClassName
{
color: #AA07FB;
}
.AnyTagClassName
{
color: #AA07FB;
}
</style>
background-color css
<style>
a { background-color: #AA07FB; }
a { background-color: rgb(170,7,251); }
div.DivClassName
{
background-color: #AA07FB;
}
.BgClassName
{
background-color: #AA07FB;
}
</style>
border-color css
<style>
span { border-color: #AA07FB; }
span { border-color: rgb(170,7,251); }
td.TdClassName
{
border-color: #AA07FB;
}
.TagClassName
{
border-color: #AA07FB;
}
</style>