Shades of Medium Purple #AA7EDB
Tints of Medium Purple #AA7EDB
RGB
CMYK
RGB Variations
Color information
#AA7EDB (or 0xAA7EDB) is known color: Medium Purple. HEX triplet: AA, 7E and DB. RGB value is (170,126,219). Sum of RGB (Red+Green+Blue) = 170+126+219=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 126 (49.61% from 255 or 24.47% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA7EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7EDB is #558124. Grayscale: #959595. Windows color (decimal): -5603621 or 14384810. OLE color: 14384810.
HSL color Cylindrical-coordinate representation of color #AA7EDB: hue angle of 268.39º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA7EDB is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 126 | 219 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.14 |
| HSL | 268.39º | 0.56% | 0.68% | - |
| HSV(B) | 268.39º | 0.42% | 0.86% | - |
| XYZ | 36.82 | 28.58 | 70.59 | - |
| YUV | 149.76 | 167.08 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 219 | 0.22 | 0.42 | 0 | 0.14 | 268.39 | 0.56 | 0.68 |
| Hex | AA | 7E | DB | 16 | 2A | 0 | E | 10C | 38 | 44 |
| Octal | 252 | 176 | 333 | 26 | 52 | 0 | 16 | 414 | 70 | 104 |
| Binary | 10101010 | 1111110 | 11011011 | 10110 | 101010 | 0 | 1110 | 100001100 | 111000 | 1000100 |
Color Harmonies of #AA7EDB
Complementary color
Monochromatic Colors of #AA7EDB
Black with #AA7EDB
Text Example
Text Example
White with #AA7EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7EDB; }
p { color: rgb(170,126,219); }
H1.HeaderClassName
{
color: #AA7EDB;
}
.AnyTagClassName
{
color: #AA7EDB;
}
</style>
background-color css
<style>
a { background-color: #AA7EDB; }
a { background-color: rgb(170,126,219); }
div.DivClassName
{
background-color: #AA7EDB;
}
.BgClassName
{
background-color: #AA7EDB;
}
</style>
border-color css
<style>
span { border-color: #AA7EDB; }
span { border-color: rgb(170,126,219); }
td.TdClassName
{
border-color: #AA7EDB;
}
.TagClassName
{
border-color: #AA7EDB;
}
</style>