Shades of Medium Purple #AA5FFC
Tints of Medium Purple #AA5FFC
RGB
CMYK
RGB Variations
Color information
#AA5FFC (or 0xAA5FFC) is known color: Medium Purple. HEX triplet: AA, 5F and FC. RGB value is (170,95,252). Sum of RGB (Red+Green+Blue) = 170+95+252=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 95 (37.5% from 255 or 18.38% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA5FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5FFC is #55A003. Grayscale: #868686. Windows color (decimal): -5611524 or 16539562. OLE color: 16539562.
HSL color Cylindrical-coordinate representation of color #AA5FFC: hue angle of 268.66º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA5FFC is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 95 | 252 | - |
| CMYK | 0.33 | 0.62 | 0 | 0.01 |
| HSL | 268.66º | 0.96% | 0.68% | - |
| HSV(B) | 268.66º | 0.62% | 0.99% | - |
| XYZ | 38.24 | 23.76 | 94.67 | - |
| YUV | 135.32 | 193.85 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 95 | 252 | 0.33 | 0.62 | 0 | 0.01 | 268.66 | 0.96 | 0.68 |
| Hex | AA | 5F | FC | 21 | 3E | 0 | 1 | 10D | 60 | 44 |
| Octal | 252 | 137 | 374 | 41 | 76 | 0 | 1 | 415 | 140 | 104 |
| Binary | 10101010 | 1011111 | 11111100 | 100001 | 111110 | 0 | 1 | 100001101 | 1100000 | 1000100 |
Color Harmonies of #AA5FFC
Complementary color
Monochromatic Colors of #AA5FFC
Black with #AA5FFC
Text Example
Text Example
White with #AA5FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5FFC; }
p { color: rgb(170,95,252); }
H1.HeaderClassName
{
color: #AA5FFC;
}
.AnyTagClassName
{
color: #AA5FFC;
}
</style>
background-color css
<style>
a { background-color: #AA5FFC; }
a { background-color: rgb(170,95,252); }
div.DivClassName
{
background-color: #AA5FFC;
}
.BgClassName
{
background-color: #AA5FFC;
}
</style>
border-color css
<style>
span { border-color: #AA5FFC; }
span { border-color: rgb(170,95,252); }
td.TdClassName
{
border-color: #AA5FFC;
}
.TagClassName
{
border-color: #AA5FFC;
}
</style>