Shades of Medium Purple #AA7FFD
Tints of Medium Purple #AA7FFD
RGB
CMYK
RGB Variations
Color information
#AA7FFD (or 0xAA7FFD) is known color: Medium Purple. HEX triplet: AA, 7F and FD. RGB value is (170,127,253). Sum of RGB (Red+Green+Blue) = 170+127+253=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 127 (50% from 255 or 23.09% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA7FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7FFD is #558002. Grayscale: #999999. Windows color (decimal): -5603331 or 16613290. OLE color: 16613290.
HSL color Cylindrical-coordinate representation of color #AA7FFD: hue angle of 260.48º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA7FFD is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 127 | 253 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.01 |
| HSL | 260.48º | 0.97% | 0.75% | - |
| HSV(B) | 260.48º | 0.5% | 0.99% | - |
| XYZ | 41.9 | 30.82 | 96.67 | - |
| YUV | 154.22 | 183.75 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 253 | 0.33 | 0.50 | 0 | 0.01 | 260.48 | 0.97 | 0.75 |
| Hex | AA | 7F | FD | 21 | 32 | 0 | 1 | 104 | 61 | 4B |
| Octal | 252 | 177 | 375 | 41 | 62 | 0 | 1 | 404 | 141 | 113 |
| Binary | 10101010 | 1111111 | 11111101 | 100001 | 110010 | 0 | 1 | 100000100 | 1100001 | 1001011 |
Color Harmonies of #AA7FFD
Complementary color
Monochromatic Colors of #AA7FFD
Black with #AA7FFD
Text Example
Text Example
White with #AA7FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7FFD; }
p { color: rgb(170,127,253); }
H1.HeaderClassName
{
color: #AA7FFD;
}
.AnyTagClassName
{
color: #AA7FFD;
}
</style>
background-color css
<style>
a { background-color: #AA7FFD; }
a { background-color: rgb(170,127,253); }
div.DivClassName
{
background-color: #AA7FFD;
}
.BgClassName
{
background-color: #AA7FFD;
}
</style>
border-color css
<style>
span { border-color: #AA7FFD; }
span { border-color: rgb(170,127,253); }
td.TdClassName
{
border-color: #AA7FFD;
}
.TagClassName
{
border-color: #AA7FFD;
}
</style>