Shades of Medium Purple #AA5FFA
Tints of Medium Purple #AA5FFA
RGB
CMYK
RGB Variations
Color information
#AA5FFA (or 0xAA5FFA) is known color: Medium Purple. HEX triplet: AA, 5F and FA. RGB value is (170,95,250). Sum of RGB (Red+Green+Blue) = 170+95+250=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 95 (37.5% from 255 or 18.45% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA5FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5FFA is #55A005. Grayscale: #868686. Windows color (decimal): -5611526 or 16408490. OLE color: 16408490.
HSL color Cylindrical-coordinate representation of color #AA5FFA: hue angle of 269.03º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA5FFA is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 95 | 250 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.02 |
| HSL | 269.03º | 0.94% | 0.68% | - |
| HSV(B) | 269.03º | 0.62% | 0.98% | - |
| XYZ | 37.93 | 23.63 | 93.01 | - |
| YUV | 135.1 | 192.85 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 95 | 250 | 0.32 | 0.62 | 0 | 0.02 | 269.03 | 0.94 | 0.68 |
| Hex | AA | 5F | FA | 20 | 3E | 0 | 2 | 10D | 5E | 44 |
| Octal | 252 | 137 | 372 | 40 | 76 | 0 | 2 | 415 | 136 | 104 |
| Binary | 10101010 | 1011111 | 11111010 | 100000 | 111110 | 0 | 10 | 100001101 | 1011110 | 1000100 |
Color Harmonies of #AA5FFA
Complementary color
Monochromatic Colors of #AA5FFA
Black with #AA5FFA
Text Example
Text Example
White with #AA5FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5FFA; }
p { color: rgb(170,95,250); }
H1.HeaderClassName
{
color: #AA5FFA;
}
.AnyTagClassName
{
color: #AA5FFA;
}
</style>
background-color css
<style>
a { background-color: #AA5FFA; }
a { background-color: rgb(170,95,250); }
div.DivClassName
{
background-color: #AA5FFA;
}
.BgClassName
{
background-color: #AA5FFA;
}
</style>
border-color css
<style>
span { border-color: #AA5FFA; }
span { border-color: rgb(170,95,250); }
td.TdClassName
{
border-color: #AA5FFA;
}
.TagClassName
{
border-color: #AA5FFA;
}
</style>