Shades of Electric Purple #AA0DEF
Tints of Electric Purple #AA0DEF
RGB
CMYK
RGB Variations
Color information
#AA0DEF (or 0xAA0DEF) is known color: Electric Purple. HEX triplet: AA, 0D and EF. RGB value is (170,13,239). Sum of RGB (Red+Green+Blue) = 170+13+239=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 13 (5.47% from 255 or 3.08% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA0DEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0DEF is #55F210. Grayscale: #545454. Windows color (decimal): -5632529 or 15666602. OLE color: 15666602.
HSL color Cylindrical-coordinate representation of color #AA0DEF: hue angle of 281.68º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0DEF is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 13 | 239 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.06 |
| HSL | 281.68º | 0.9% | 0.49% | - |
| HSV(B) | 281.68º | 0.95% | 0.94% | - |
| XYZ | 32.3 | 15.07 | 82.87 | - |
| YUV | 85.71 | 214.51 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 239 | 0.29 | 0.95 | 0 | 0.06 | 281.68 | 0.9 | 0.49 |
| Hex | AA | D | EF | 1D | 5F | 0 | 6 | 11A | 5A | 31 |
| Octal | 252 | 15 | 357 | 35 | 137 | 0 | 6 | 432 | 132 | 61 |
| Binary | 10101010 | 1101 | 11101111 | 11101 | 1011111 | 0 | 110 | 100011010 | 1011010 | 110001 |
Color Harmonies of #AA0DEF
Complementary color
Monochromatic Colors of #AA0DEF
Black with #AA0DEF
Text Example
Text Example
White with #AA0DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0DEF; }
p { color: rgb(170,13,239); }
H1.HeaderClassName
{
color: #AA0DEF;
}
.AnyTagClassName
{
color: #AA0DEF;
}
</style>
background-color css
<style>
a { background-color: #AA0DEF; }
a { background-color: rgb(170,13,239); }
div.DivClassName
{
background-color: #AA0DEF;
}
.BgClassName
{
background-color: #AA0DEF;
}
</style>
border-color css
<style>
span { border-color: #AA0DEF; }
span { border-color: rgb(170,13,239); }
td.TdClassName
{
border-color: #AA0DEF;
}
.TagClassName
{
border-color: #AA0DEF;
}
</style>