Shades of Electric Purple #AA0DFE
Tints of Electric Purple #AA0DFE
RGB
CMYK
RGB Variations
Color information
#AA0DFE (or 0xAA0DFE) is known color: Electric Purple. HEX triplet: AA, 0D and FE. RGB value is (170,13,254). Sum of RGB (Red+Green+Blue) = 170+13+254=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 13 (5.47% from 255 or 2.97% from 437); Blue value is 254 (99.61% from 255 or 58.12% from 437); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA0DFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0DFE is #55F201. Grayscale: #565656. Windows color (decimal): -5632514 or 16649642. OLE color: 16649642.
HSL color Cylindrical-coordinate representation of color #AA0DFE: hue angle of 279.09º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0DFE is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 13 | 254 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.00 |
| HSL | 279.09º | 0.99% | 0.52% | - |
| HSV(B) | 279.09º | 0.95% | 1% | - |
| XYZ | 34.61 | 15.99 | 95.03 | - |
| YUV | 87.42 | 222.01 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 254 | 0.33 | 0.95 | 0 | 0.00 | 279.09 | 0.99 | 0.52 |
| Hex | AA | D | FE | 21 | 5F | 0 | 0 | 117 | 63 | 34 |
| Octal | 252 | 15 | 376 | 41 | 137 | 0 | 0 | 427 | 143 | 64 |
| Binary | 10101010 | 1101 | 11111110 | 100001 | 1011111 | 0 | 0 | 100010111 | 1100011 | 110100 |
Color Harmonies of #AA0DFE
Complementary color
Monochromatic Colors of #AA0DFE
Black with #AA0DFE
Text Example
Text Example
White with #AA0DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0DFE; }
p { color: rgb(170,13,254); }
H1.HeaderClassName
{
color: #AA0DFE;
}
.AnyTagClassName
{
color: #AA0DFE;
}
</style>
background-color css
<style>
a { background-color: #AA0DFE; }
a { background-color: rgb(170,13,254); }
div.DivClassName
{
background-color: #AA0DFE;
}
.BgClassName
{
background-color: #AA0DFE;
}
</style>
border-color css
<style>
span { border-color: #AA0DFE; }
span { border-color: rgb(170,13,254); }
td.TdClassName
{
border-color: #AA0DFE;
}
.TagClassName
{
border-color: #AA0DFE;
}
</style>