Shades of Medium Purple #AA5DFA
Tints of Medium Purple #AA5DFA
RGB
CMYK
RGB Variations
Color information
#AA5DFA (or 0xAA5DFA) is known color: Medium Purple. HEX triplet: AA, 5D and FA. RGB value is (170,93,250). Sum of RGB (Red+Green+Blue) = 170+93+250=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA5DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5DFA is #55A205. Grayscale: #858585. Windows color (decimal): -5612038 or 16407978. OLE color: 16407978.
HSL color Cylindrical-coordinate representation of color #AA5DFA: hue angle of 269.43º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA5DFA is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 93 | 250 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.02 |
| HSL | 269.43º | 0.94% | 0.67% | - |
| HSV(B) | 269.43º | 0.63% | 0.98% | - |
| XYZ | 37.75 | 23.28 | 92.95 | - |
| YUV | 133.92 | 193.51 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 93 | 250 | 0.32 | 0.63 | 0 | 0.02 | 269.43 | 0.94 | 0.67 |
| Hex | AA | 5D | FA | 20 | 3F | 0 | 2 | 10D | 5E | 43 |
| Octal | 252 | 135 | 372 | 40 | 77 | 0 | 2 | 415 | 136 | 103 |
| Binary | 10101010 | 1011101 | 11111010 | 100000 | 111111 | 0 | 10 | 100001101 | 1011110 | 1000011 |
Color Harmonies of #AA5DFA
Complementary color
Monochromatic Colors of #AA5DFA
Black with #AA5DFA
Text Example
Text Example
White with #AA5DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5DFA; }
p { color: rgb(170,93,250); }
H1.HeaderClassName
{
color: #AA5DFA;
}
.AnyTagClassName
{
color: #AA5DFA;
}
</style>
background-color css
<style>
a { background-color: #AA5DFA; }
a { background-color: rgb(170,93,250); }
div.DivClassName
{
background-color: #AA5DFA;
}
.BgClassName
{
background-color: #AA5DFA;
}
</style>
border-color css
<style>
span { border-color: #AA5DFA; }
span { border-color: rgb(170,93,250); }
td.TdClassName
{
border-color: #AA5DFA;
}
.TagClassName
{
border-color: #AA5DFA;
}
</style>