Shades of Medium Purple #AA7BDC
Tints of Medium Purple #AA7BDC
RGB
CMYK
RGB Variations
Color information
#AA7BDC (or 0xAA7BDC) is known color: Medium Purple. HEX triplet: AA, 7B and DC. RGB value is (170,123,220). Sum of RGB (Red+Green+Blue) = 170+123+220=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA7BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7BDC is #558423. Grayscale: #939393. Windows color (decimal): -5604388 or 14449578. OLE color: 14449578.
HSL color Cylindrical-coordinate representation of color #AA7BDC: hue angle of 269.07º degrees, saturation: 0.58, 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 #AA7BDC is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 123 | 220 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.14 |
| HSL | 269.07º | 0.58% | 0.67% | - |
| HSV(B) | 269.07º | 0.44% | 0.86% | - |
| XYZ | 36.58 | 27.88 | 71.16 | - |
| YUV | 148.11 | 168.57 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 220 | 0.23 | 0.44 | 0 | 0.14 | 269.07 | 0.58 | 0.67 |
| Hex | AA | 7B | DC | 17 | 2C | 0 | E | 10D | 3A | 43 |
| Octal | 252 | 173 | 334 | 27 | 54 | 0 | 16 | 415 | 72 | 103 |
| Binary | 10101010 | 1111011 | 11011100 | 10111 | 101100 | 0 | 1110 | 100001101 | 111010 | 1000011 |
Color Harmonies of #AA7BDC
Complementary color
Monochromatic Colors of #AA7BDC
Black with #AA7BDC
Text Example
Text Example
White with #AA7BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7BDC; }
p { color: rgb(170,123,220); }
H1.HeaderClassName
{
color: #AA7BDC;
}
.AnyTagClassName
{
color: #AA7BDC;
}
</style>
background-color css
<style>
a { background-color: #AA7BDC; }
a { background-color: rgb(170,123,220); }
div.DivClassName
{
background-color: #AA7BDC;
}
.BgClassName
{
background-color: #AA7BDC;
}
</style>
border-color css
<style>
span { border-color: #AA7BDC; }
span { border-color: rgb(170,123,220); }
td.TdClassName
{
border-color: #AA7BDC;
}
.TagClassName
{
border-color: #AA7BDC;
}
</style>