Shades of Medium Purple #AA5FEF
Tints of Medium Purple #AA5FEF
RGB
CMYK
RGB Variations
Color information
#AA5FEF (or 0xAA5FEF) is known color: Medium Purple. HEX triplet: AA, 5F and EF. RGB value is (170,95,239). Sum of RGB (Red+Green+Blue) = 170+95+239=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 95 (37.5% from 255 or 18.85% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA5FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5FEF is #55A010. Grayscale: #858585. Windows color (decimal): -5611537 or 15687594. OLE color: 15687594.
HSL color Cylindrical-coordinate representation of color #AA5FEF: hue angle of 271.25º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA5FEF is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 95 | 239 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.06 |
| HSL | 271.25º | 0.82% | 0.65% | - |
| HSV(B) | 271.25º | 0.6% | 0.94% | - |
| XYZ | 36.25 | 22.96 | 84.18 | - |
| YUV | 133.84 | 187.35 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 95 | 239 | 0.29 | 0.60 | 0 | 0.06 | 271.25 | 0.82 | 0.65 |
| Hex | AA | 5F | EF | 1D | 3C | 0 | 6 | 10F | 52 | 41 |
| Octal | 252 | 137 | 357 | 35 | 74 | 0 | 6 | 417 | 122 | 101 |
| Binary | 10101010 | 1011111 | 11101111 | 11101 | 111100 | 0 | 110 | 100001111 | 1010010 | 1000001 |
Color Harmonies of #AA5FEF
Complementary color
Monochromatic Colors of #AA5FEF
Black with #AA5FEF
Text Example
Text Example
White with #AA5FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5FEF; }
p { color: rgb(170,95,239); }
H1.HeaderClassName
{
color: #AA5FEF;
}
.AnyTagClassName
{
color: #AA5FEF;
}
</style>
background-color css
<style>
a { background-color: #AA5FEF; }
a { background-color: rgb(170,95,239); }
div.DivClassName
{
background-color: #AA5FEF;
}
.BgClassName
{
background-color: #AA5FEF;
}
</style>
border-color css
<style>
span { border-color: #AA5FEF; }
span { border-color: rgb(170,95,239); }
td.TdClassName
{
border-color: #AA5FEF;
}
.TagClassName
{
border-color: #AA5FEF;
}
</style>