Shades of Medium Purple #AA5CFF
Tints of Medium Purple #AA5CFF
RGB
CMYK
RGB Variations
Color information
#AA5CFF (or 0xAA5CFF) is known color: Medium Purple. HEX triplet: AA, 5C and FF. RGB value is (170,92,255). Sum of RGB (Red+Green+Blue) = 170+92+255=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 92 (36.33% from 255 or 17.79% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA5CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5CFF is #55A300. Grayscale: #858585. Windows color (decimal): -5612289 or 16735402. OLE color: 16735402.
HSL color Cylindrical-coordinate representation of color #AA5CFF: hue angle of 268.71º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA5CFF is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 92 | 255 | - |
| CMYK | 0.33 | 0.64 | 0 | 0 |
| HSL | 268.71º | 1% | 0.68% | - |
| HSV(B) | 268.71º | 0.64% | 1% | - |
| XYZ | 38.45 | 23.42 | 97.1 | - |
| YUV | 133.9 | 196.34 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 255 | 0.33 | 0.64 | 0 | 0 | 268.71 | 1 | 0.68 |
| Hex | AA | 5C | FF | 21 | 40 | 0 | 0 | 10D | 64 | 44 |
| Octal | 252 | 134 | 377 | 41 | 100 | 0 | 0 | 415 | 144 | 104 |
| Binary | 10101010 | 1011100 | 11111111 | 100001 | 1000000 | 0 | 0 | 100001101 | 1100100 | 1000100 |
Color Harmonies of #AA5CFF
Complementary color
Monochromatic Colors of #AA5CFF
Black with #AA5CFF
Text Example
Text Example
White with #AA5CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5CFF; }
p { color: rgb(170,92,255); }
H1.HeaderClassName
{
color: #AA5CFF;
}
.AnyTagClassName
{
color: #AA5CFF;
}
</style>
background-color css
<style>
a { background-color: #AA5CFF; }
a { background-color: rgb(170,92,255); }
div.DivClassName
{
background-color: #AA5CFF;
}
.BgClassName
{
background-color: #AA5CFF;
}
</style>
border-color css
<style>
span { border-color: #AA5CFF; }
span { border-color: rgb(170,92,255); }
td.TdClassName
{
border-color: #AA5CFF;
}
.TagClassName
{
border-color: #AA5CFF;
}
</style>