Shades of Medium Purple #AA85FB
Tints of Medium Purple #AA85FB
RGB
CMYK
RGB Variations
Color information
#AA85FB (or 0xAA85FB) is known color: Medium Purple. HEX triplet: AA, 85 and FB. RGB value is (170,133,251). Sum of RGB (Red+Green+Blue) = 170+133+251=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 133 (52.34% from 255 or 24.01% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA85FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA85FB is #557A04. Grayscale: #9D9D9D. Windows color (decimal): -5601797 or 16483754. OLE color: 16483754.
HSL color Cylindrical-coordinate representation of color #AA85FB: hue angle of 258.81º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA85FB is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 133 | 251 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.02 |
| HSL | 258.81º | 0.94% | 0.75% | - |
| HSV(B) | 258.81º | 0.47% | 0.98% | - |
| XYZ | 42.38 | 32.29 | 95.27 | - |
| YUV | 157.52 | 180.76 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 251 | 0.32 | 0.47 | 0 | 0.02 | 258.81 | 0.94 | 0.75 |
| Hex | AA | 85 | FB | 20 | 2F | 0 | 2 | 103 | 5E | 4B |
| Octal | 252 | 205 | 373 | 40 | 57 | 0 | 2 | 403 | 136 | 113 |
| Binary | 10101010 | 10000101 | 11111011 | 100000 | 101111 | 0 | 10 | 100000011 | 1011110 | 1001011 |
Color Harmonies of #AA85FB
Complementary color
Monochromatic Colors of #AA85FB
Black with #AA85FB
Text Example
Text Example
White with #AA85FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA85FB; }
p { color: rgb(170,133,251); }
H1.HeaderClassName
{
color: #AA85FB;
}
.AnyTagClassName
{
color: #AA85FB;
}
</style>
background-color css
<style>
a { background-color: #AA85FB; }
a { background-color: rgb(170,133,251); }
div.DivClassName
{
background-color: #AA85FB;
}
.BgClassName
{
background-color: #AA85FB;
}
</style>
border-color css
<style>
span { border-color: #AA85FB; }
span { border-color: rgb(170,133,251); }
td.TdClassName
{
border-color: #AA85FB;
}
.TagClassName
{
border-color: #AA85FB;
}
</style>