Shades of Medium Purple #AA5CFD
Tints of Medium Purple #AA5CFD
RGB
CMYK
RGB Variations
Color information
#AA5CFD (or 0xAA5CFD) is known color: Medium Purple. HEX triplet: AA, 5C and FD. RGB value is (170,92,253). Sum of RGB (Red+Green+Blue) = 170+92+253=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 92 (36.33% from 255 or 17.86% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA5CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5CFD is #55A302. Grayscale: #858585. Windows color (decimal): -5612291 or 16604330. OLE color: 16604330.
HSL color Cylindrical-coordinate representation of color #AA5CFD: hue angle of 269.07º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA5CFD is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 92 | 253 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.01 |
| HSL | 269.07º | 0.98% | 0.68% | - |
| HSV(B) | 269.07º | 0.64% | 0.99% | - |
| XYZ | 38.13 | 23.29 | 95.41 | - |
| YUV | 133.68 | 195.34 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 253 | 0.33 | 0.64 | 0 | 0.01 | 269.07 | 0.98 | 0.68 |
| Hex | AA | 5C | FD | 21 | 40 | 0 | 1 | 10D | 62 | 44 |
| Octal | 252 | 134 | 375 | 41 | 100 | 0 | 1 | 415 | 142 | 104 |
| Binary | 10101010 | 1011100 | 11111101 | 100001 | 1000000 | 0 | 1 | 100001101 | 1100010 | 1000100 |
Color Harmonies of #AA5CFD
Complementary color
Monochromatic Colors of #AA5CFD
Black with #AA5CFD
Text Example
Text Example
White with #AA5CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5CFD; }
p { color: rgb(170,92,253); }
H1.HeaderClassName
{
color: #AA5CFD;
}
.AnyTagClassName
{
color: #AA5CFD;
}
</style>
background-color css
<style>
a { background-color: #AA5CFD; }
a { background-color: rgb(170,92,253); }
div.DivClassName
{
background-color: #AA5CFD;
}
.BgClassName
{
background-color: #AA5CFD;
}
</style>
border-color css
<style>
span { border-color: #AA5CFD; }
span { border-color: rgb(170,92,253); }
td.TdClassName
{
border-color: #AA5CFD;
}
.TagClassName
{
border-color: #AA5CFD;
}
</style>