Shades of Medium Purple #AA7DD8
Tints of Medium Purple #AA7DD8
RGB
CMYK
RGB Variations
Color information
#AA7DD8 (or 0xAA7DD8) is known color: Medium Purple. HEX triplet: AA, 7D and D8. RGB value is (170,125,216). Sum of RGB (Red+Green+Blue) = 170+125+216=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 216 (84.77% from 255 or 42.27% from 511); Max value from RGB is 216 - color contains mainly: blue. Hex color #AA7DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7DD8 is #558227. Grayscale: #949494. Windows color (decimal): -5603880 or 14187946. OLE color: 14187946.
HSL color Cylindrical-coordinate representation of color #AA7DD8: hue angle of 269.67º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA7DD8 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 125 | 216 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.15 |
| HSL | 269.67º | 0.54% | 0.67% | - |
| HSV(B) | 269.67º | 0.42% | 0.85% | - |
| XYZ | 36.31 | 28.17 | 68.49 | - |
| YUV | 148.83 | 165.91 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 216 | 0.21 | 0.42 | 0 | 0.15 | 269.67 | 0.54 | 0.67 |
| Hex | AA | 7D | D8 | 15 | 2A | 0 | F | 10E | 36 | 43 |
| Octal | 252 | 175 | 330 | 25 | 52 | 0 | 17 | 416 | 66 | 103 |
| Binary | 10101010 | 1111101 | 11011000 | 10101 | 101010 | 0 | 1111 | 100001110 | 110110 | 1000011 |
Color Harmonies of #AA7DD8
Complementary color
Monochromatic Colors of #AA7DD8
Black with #AA7DD8
Text Example
Text Example
White with #AA7DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7DD8; }
p { color: rgb(170,125,216); }
H1.HeaderClassName
{
color: #AA7DD8;
}
.AnyTagClassName
{
color: #AA7DD8;
}
</style>
background-color css
<style>
a { background-color: #AA7DD8; }
a { background-color: rgb(170,125,216); }
div.DivClassName
{
background-color: #AA7DD8;
}
.BgClassName
{
background-color: #AA7DD8;
}
</style>
border-color css
<style>
span { border-color: #AA7DD8; }
span { border-color: rgb(170,125,216); }
td.TdClassName
{
border-color: #AA7DD8;
}
.TagClassName
{
border-color: #AA7DD8;
}
</style>