Shades of Medium Purple #AA7CDB
Tints of Medium Purple #AA7CDB
RGB
CMYK
RGB Variations
Color information
#AA7CDB (or 0xAA7CDB) is known color: Medium Purple. HEX triplet: AA, 7C and DB. RGB value is (170,124,219). Sum of RGB (Red+Green+Blue) = 170+124+219=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 124 (48.83% from 255 or 24.17% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA7CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7CDB is #558324. Grayscale: #949494. Windows color (decimal): -5604133 or 14384298. OLE color: 14384298.
HSL color Cylindrical-coordinate representation of color #AA7CDB: hue angle of 269.05º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA7CDB is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 124 | 219 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.14 |
| HSL | 269.05º | 0.57% | 0.67% | - |
| HSV(B) | 269.05º | 0.43% | 0.86% | - |
| XYZ | 36.57 | 28.08 | 70.51 | - |
| YUV | 148.58 | 167.74 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 124 | 219 | 0.22 | 0.43 | 0 | 0.14 | 269.05 | 0.57 | 0.67 |
| Hex | AA | 7C | DB | 16 | 2B | 0 | E | 10D | 39 | 43 |
| Octal | 252 | 174 | 333 | 26 | 53 | 0 | 16 | 415 | 71 | 103 |
| Binary | 10101010 | 1111100 | 11011011 | 10110 | 101011 | 0 | 1110 | 100001101 | 111001 | 1000011 |
Color Harmonies of #AA7CDB
Complementary color
Monochromatic Colors of #AA7CDB
Black with #AA7CDB
Text Example
Text Example
White with #AA7CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7CDB; }
p { color: rgb(170,124,219); }
H1.HeaderClassName
{
color: #AA7CDB;
}
.AnyTagClassName
{
color: #AA7CDB;
}
</style>
background-color css
<style>
a { background-color: #AA7CDB; }
a { background-color: rgb(170,124,219); }
div.DivClassName
{
background-color: #AA7CDB;
}
.BgClassName
{
background-color: #AA7CDB;
}
</style>
border-color css
<style>
span { border-color: #AA7CDB; }
span { border-color: rgb(170,124,219); }
td.TdClassName
{
border-color: #AA7CDB;
}
.TagClassName
{
border-color: #AA7CDB;
}
</style>