Shades of Medium Purple #AA5FFE
Tints of Medium Purple #AA5FFE
RGB
CMYK
RGB Variations
Color information
#AA5FFE (or 0xAA5FFE) is known color: Medium Purple. HEX triplet: AA, 5F and FE. RGB value is (170,95,254). Sum of RGB (Red+Green+Blue) = 170+95+254=519 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.76% from 519); Green value is 95 (37.5% from 255 or 18.30% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA5FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5FFE is #55A001. Grayscale: #868686. Windows color (decimal): -5611522 or 16670634. OLE color: 16670634.
HSL color Cylindrical-coordinate representation of color #AA5FFE: hue angle of 268.3º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA5FFE is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 95 | 254 | - |
| CMYK | 0.33 | 0.63 | 0 | 0.00 |
| HSL | 268.3º | 0.99% | 0.68% | - |
| HSV(B) | 268.3º | 0.63% | 1% | - |
| XYZ | 38.56 | 23.89 | 96.34 | - |
| YUV | 135.55 | 194.85 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 95 | 254 | 0.33 | 0.63 | 0 | 0.00 | 268.3 | 0.99 | 0.68 |
| Hex | AA | 5F | FE | 21 | 3F | 0 | 0 | 10C | 63 | 44 |
| Octal | 252 | 137 | 376 | 41 | 77 | 0 | 0 | 414 | 143 | 104 |
| Binary | 10101010 | 1011111 | 11111110 | 100001 | 111111 | 0 | 0 | 100001100 | 1100011 | 1000100 |
Color Harmonies of #AA5FFE
Complementary color
Monochromatic Colors of #AA5FFE
Black with #AA5FFE
Text Example
Text Example
White with #AA5FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5FFE; }
p { color: rgb(170,95,254); }
H1.HeaderClassName
{
color: #AA5FFE;
}
.AnyTagClassName
{
color: #AA5FFE;
}
</style>
background-color css
<style>
a { background-color: #AA5FFE; }
a { background-color: rgb(170,95,254); }
div.DivClassName
{
background-color: #AA5FFE;
}
.BgClassName
{
background-color: #AA5FFE;
}
</style>
border-color css
<style>
span { border-color: #AA5FFE; }
span { border-color: rgb(170,95,254); }
td.TdClassName
{
border-color: #AA5FFE;
}
.TagClassName
{
border-color: #AA5FFE;
}
</style>