Shades of Medium Purple #AA7ADC
Tints of Medium Purple #AA7ADC
RGB
CMYK
RGB Variations
Color information
#AA7ADC (or 0xAA7ADC) is known color: Medium Purple. HEX triplet: AA, 7A and DC. RGB value is (170,122,220). Sum of RGB (Red+Green+Blue) = 170+122+220=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA7ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7ADC is #558523. Grayscale: #939393. Windows color (decimal): -5604644 or 14449322. OLE color: 14449322.
HSL color Cylindrical-coordinate representation of color #AA7ADC: hue angle of 269.39º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA7ADC is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 122 | 220 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.14 |
| HSL | 269.39º | 0.58% | 0.67% | - |
| HSV(B) | 269.39º | 0.45% | 0.86% | - |
| XYZ | 36.46 | 27.63 | 71.12 | - |
| YUV | 147.52 | 168.9 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 220 | 0.23 | 0.45 | 0 | 0.14 | 269.39 | 0.58 | 0.67 |
| Hex | AA | 7A | DC | 17 | 2D | 0 | E | 10D | 3A | 43 |
| Octal | 252 | 172 | 334 | 27 | 55 | 0 | 16 | 415 | 72 | 103 |
| Binary | 10101010 | 1111010 | 11011100 | 10111 | 101101 | 0 | 1110 | 100001101 | 111010 | 1000011 |
Color Harmonies of #AA7ADC
Complementary color
Monochromatic Colors of #AA7ADC
Black with #AA7ADC
Text Example
Text Example
White with #AA7ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7ADC; }
p { color: rgb(170,122,220); }
H1.HeaderClassName
{
color: #AA7ADC;
}
.AnyTagClassName
{
color: #AA7ADC;
}
</style>
background-color css
<style>
a { background-color: #AA7ADC; }
a { background-color: rgb(170,122,220); }
div.DivClassName
{
background-color: #AA7ADC;
}
.BgClassName
{
background-color: #AA7ADC;
}
</style>
border-color css
<style>
span { border-color: #AA7ADC; }
span { border-color: rgb(170,122,220); }
td.TdClassName
{
border-color: #AA7ADC;
}
.TagClassName
{
border-color: #AA7ADC;
}
</style>