Shades of Medium Purple #AA5EEF
Tints of Medium Purple #AA5EEF
RGB
CMYK
RGB Variations
Color information
#AA5EEF (or 0xAA5EEF) is known color: Medium Purple. HEX triplet: AA, 5E and EF. RGB value is (170,94,239). Sum of RGB (Red+Green+Blue) = 170+94+239=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 94 (37.11% from 255 or 18.69% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA5EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5EEF is #55A110. Grayscale: #848484. Windows color (decimal): -5611793 or 15687338. OLE color: 15687338.
HSL color Cylindrical-coordinate representation of color #AA5EEF: hue angle of 271.45º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA5EEF is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 94 | 239 | - |
| CMYK | 0.29 | 0.61 | 0 | 0.06 |
| HSL | 271.45º | 0.82% | 0.65% | - |
| HSV(B) | 271.45º | 0.61% | 0.94% | - |
| XYZ | 36.16 | 22.78 | 84.15 | - |
| YUV | 133.25 | 187.68 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 94 | 239 | 0.29 | 0.61 | 0 | 0.06 | 271.45 | 0.82 | 0.65 |
| Hex | AA | 5E | EF | 1D | 3D | 0 | 6 | 10F | 52 | 41 |
| Octal | 252 | 136 | 357 | 35 | 75 | 0 | 6 | 417 | 122 | 101 |
| Binary | 10101010 | 1011110 | 11101111 | 11101 | 111101 | 0 | 110 | 100001111 | 1010010 | 1000001 |
Color Harmonies of #AA5EEF
Complementary color
Monochromatic Colors of #AA5EEF
Black with #AA5EEF
Text Example
Text Example
White with #AA5EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5EEF; }
p { color: rgb(170,94,239); }
H1.HeaderClassName
{
color: #AA5EEF;
}
.AnyTagClassName
{
color: #AA5EEF;
}
</style>
background-color css
<style>
a { background-color: #AA5EEF; }
a { background-color: rgb(170,94,239); }
div.DivClassName
{
background-color: #AA5EEF;
}
.BgClassName
{
background-color: #AA5EEF;
}
</style>
border-color css
<style>
span { border-color: #AA5EEF; }
span { border-color: rgb(170,94,239); }
td.TdClassName
{
border-color: #AA5EEF;
}
.TagClassName
{
border-color: #AA5EEF;
}
</style>