Shades of Medium Purple #AA5BFD
Tints of Medium Purple #AA5BFD
RGB
CMYK
RGB Variations
Color information
#AA5BFD (or 0xAA5BFD) is known color: Medium Purple. HEX triplet: AA, 5B and FD. RGB value is (170,91,253). Sum of RGB (Red+Green+Blue) = 170+91+253=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 91 (35.94% from 255 or 17.70% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA5BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5BFD is #55A402. Grayscale: #848484. Windows color (decimal): -5612547 or 16604074. OLE color: 16604074.
HSL color Cylindrical-coordinate representation of color #AA5BFD: hue angle of 269.26º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA5BFD is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 91 | 253 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.01 |
| HSL | 269.26º | 0.98% | 0.67% | - |
| HSV(B) | 269.26º | 0.64% | 0.99% | - |
| XYZ | 38.05 | 23.12 | 95.39 | - |
| YUV | 133.09 | 195.67 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 91 | 253 | 0.33 | 0.64 | 0 | 0.01 | 269.26 | 0.98 | 0.67 |
| Hex | AA | 5B | FD | 21 | 40 | 0 | 1 | 10D | 62 | 43 |
| Octal | 252 | 133 | 375 | 41 | 100 | 0 | 1 | 415 | 142 | 103 |
| Binary | 10101010 | 1011011 | 11111101 | 100001 | 1000000 | 0 | 1 | 100001101 | 1100010 | 1000011 |
Color Harmonies of #AA5BFD
Complementary color
Monochromatic Colors of #AA5BFD
Black with #AA5BFD
Text Example
Text Example
White with #AA5BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5BFD; }
p { color: rgb(170,91,253); }
H1.HeaderClassName
{
color: #AA5BFD;
}
.AnyTagClassName
{
color: #AA5BFD;
}
</style>
background-color css
<style>
a { background-color: #AA5BFD; }
a { background-color: rgb(170,91,253); }
div.DivClassName
{
background-color: #AA5BFD;
}
.BgClassName
{
background-color: #AA5BFD;
}
</style>
border-color css
<style>
span { border-color: #AA5BFD; }
span { border-color: rgb(170,91,253); }
td.TdClassName
{
border-color: #AA5BFD;
}
.TagClassName
{
border-color: #AA5BFD;
}
</style>