Shades of Medium Purple #AA5BFA
Tints of Medium Purple #AA5BFA
RGB
CMYK
RGB Variations
Color information
#AA5BFA (or 0xAA5BFA) is known color: Medium Purple. HEX triplet: AA, 5B and FA. RGB value is (170,91,250). Sum of RGB (Red+Green+Blue) = 170+91+250=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 91 (35.94% from 255 or 17.81% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA5BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5BFA is #55A405. Grayscale: #848484. Windows color (decimal): -5612550 or 16407466. OLE color: 16407466.
HSL color Cylindrical-coordinate representation of color #AA5BFA: hue angle of 269.81º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA5BFA is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 91 | 250 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.02 |
| HSL | 269.81º | 0.94% | 0.67% | - |
| HSV(B) | 269.81º | 0.64% | 0.98% | - |
| XYZ | 37.57 | 22.93 | 92.89 | - |
| YUV | 132.75 | 194.17 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 91 | 250 | 0.32 | 0.64 | 0 | 0.02 | 269.81 | 0.94 | 0.67 |
| Hex | AA | 5B | FA | 20 | 40 | 0 | 2 | 10E | 5E | 43 |
| Octal | 252 | 133 | 372 | 40 | 100 | 0 | 2 | 416 | 136 | 103 |
| Binary | 10101010 | 1011011 | 11111010 | 100000 | 1000000 | 0 | 10 | 100001110 | 1011110 | 1000011 |
Color Harmonies of #AA5BFA
Complementary color
Monochromatic Colors of #AA5BFA
Black with #AA5BFA
Text Example
Text Example
White with #AA5BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5BFA; }
p { color: rgb(170,91,250); }
H1.HeaderClassName
{
color: #AA5BFA;
}
.AnyTagClassName
{
color: #AA5BFA;
}
</style>
background-color css
<style>
a { background-color: #AA5BFA; }
a { background-color: rgb(170,91,250); }
div.DivClassName
{
background-color: #AA5BFA;
}
.BgClassName
{
background-color: #AA5BFA;
}
</style>
border-color css
<style>
span { border-color: #AA5BFA; }
span { border-color: rgb(170,91,250); }
td.TdClassName
{
border-color: #AA5BFA;
}
.TagClassName
{
border-color: #AA5BFA;
}
</style>