Shades of Medium Purple #AA7ADB
Tints of Medium Purple #AA7ADB
RGB
CMYK
RGB Variations
Color information
#AA7ADB (or 0xAA7ADB) is known color: Medium Purple. HEX triplet: AA, 7A and DB. RGB value is (170,122,219). Sum of RGB (Red+Green+Blue) = 170+122+219=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 122 (48.05% from 255 or 23.87% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA7ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7ADB is #558524. Grayscale: #939393. Windows color (decimal): -5604645 or 14383786. OLE color: 14383786.
HSL color Cylindrical-coordinate representation of color #AA7ADB: hue angle of 269.69º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA7ADB is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 122 | 219 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.14 |
| HSL | 269.69º | 0.57% | 0.67% | - |
| HSV(B) | 269.69º | 0.44% | 0.86% | - |
| XYZ | 36.32 | 27.58 | 70.43 | - |
| YUV | 147.41 | 168.4 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 219 | 0.22 | 0.44 | 0 | 0.14 | 269.69 | 0.57 | 0.67 |
| Hex | AA | 7A | DB | 16 | 2C | 0 | E | 10E | 39 | 43 |
| Octal | 252 | 172 | 333 | 26 | 54 | 0 | 16 | 416 | 71 | 103 |
| Binary | 10101010 | 1111010 | 11011011 | 10110 | 101100 | 0 | 1110 | 100001110 | 111001 | 1000011 |
Color Harmonies of #AA7ADB
Complementary color
Monochromatic Colors of #AA7ADB
Black with #AA7ADB
Text Example
Text Example
White with #AA7ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7ADB; }
p { color: rgb(170,122,219); }
H1.HeaderClassName
{
color: #AA7ADB;
}
.AnyTagClassName
{
color: #AA7ADB;
}
</style>
background-color css
<style>
a { background-color: #AA7ADB; }
a { background-color: rgb(170,122,219); }
div.DivClassName
{
background-color: #AA7ADB;
}
.BgClassName
{
background-color: #AA7ADB;
}
</style>
border-color css
<style>
span { border-color: #AA7ADB; }
span { border-color: rgb(170,122,219); }
td.TdClassName
{
border-color: #AA7ADB;
}
.TagClassName
{
border-color: #AA7ADB;
}
</style>