Shades of Medium Purple #AA5AFB
Tints of Medium Purple #AA5AFB
RGB
CMYK
RGB Variations
Color information
#AA5AFB (or 0xAA5AFB) is known color: Medium Purple. HEX triplet: AA, 5A and FB. RGB value is (170,90,251). Sum of RGB (Red+Green+Blue) = 170+90+251=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 90 (35.55% from 255 or 17.61% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA5AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5AFB is #55A504. Grayscale: #838383. Windows color (decimal): -5612805 or 16472746. OLE color: 16472746.
HSL color Cylindrical-coordinate representation of color #AA5AFB: hue angle of 269.81º degrees, saturation: 0.95, 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 #AA5AFB is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 90 | 251 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.02 |
| HSL | 269.81º | 0.95% | 0.67% | - |
| HSV(B) | 269.81º | 0.64% | 0.98% | - |
| XYZ | 37.65 | 22.82 | 93.69 | - |
| YUV | 132.27 | 195 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 90 | 251 | 0.32 | 0.64 | 0 | 0.02 | 269.81 | 0.95 | 0.67 |
| Hex | AA | 5A | FB | 20 | 40 | 0 | 2 | 10E | 5F | 43 |
| Octal | 252 | 132 | 373 | 40 | 100 | 0 | 2 | 416 | 137 | 103 |
| Binary | 10101010 | 1011010 | 11111011 | 100000 | 1000000 | 0 | 10 | 100001110 | 1011111 | 1000011 |
Color Harmonies of #AA5AFB
Complementary color
Monochromatic Colors of #AA5AFB
Black with #AA5AFB
Text Example
Text Example
White with #AA5AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5AFB; }
p { color: rgb(170,90,251); }
H1.HeaderClassName
{
color: #AA5AFB;
}
.AnyTagClassName
{
color: #AA5AFB;
}
</style>
background-color css
<style>
a { background-color: #AA5AFB; }
a { background-color: rgb(170,90,251); }
div.DivClassName
{
background-color: #AA5AFB;
}
.BgClassName
{
background-color: #AA5AFB;
}
</style>
border-color css
<style>
span { border-color: #AA5AFB; }
span { border-color: rgb(170,90,251); }
td.TdClassName
{
border-color: #AA5AFB;
}
.TagClassName
{
border-color: #AA5AFB;
}
</style>