Shades of Medium Purple #AA7BDA
Tints of Medium Purple #AA7BDA
RGB
CMYK
RGB Variations
Color information
#AA7BDA (or 0xAA7BDA) is known color: Medium Purple. HEX triplet: AA, 7B and DA. RGB value is (170,123,218). Sum of RGB (Red+Green+Blue) = 170+123+218=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 123 (48.44% from 255 or 24.07% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA7BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7BDA is #558425. Grayscale: #939393. Windows color (decimal): -5604390 or 14318506. OLE color: 14318506.
HSL color Cylindrical-coordinate representation of color #AA7BDA: hue angle of 269.68º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA7BDA is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 123 | 218 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.15 |
| HSL | 269.68º | 0.56% | 0.67% | - |
| HSV(B) | 269.68º | 0.44% | 0.85% | - |
| XYZ | 36.32 | 27.77 | 69.78 | - |
| YUV | 147.88 | 167.57 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 218 | 0.22 | 0.44 | 0 | 0.15 | 269.68 | 0.56 | 0.67 |
| Hex | AA | 7B | DA | 16 | 2C | 0 | F | 10E | 38 | 43 |
| Octal | 252 | 173 | 332 | 26 | 54 | 0 | 17 | 416 | 70 | 103 |
| Binary | 10101010 | 1111011 | 11011010 | 10110 | 101100 | 0 | 1111 | 100001110 | 111000 | 1000011 |
Color Harmonies of #AA7BDA
Complementary color
Monochromatic Colors of #AA7BDA
Black with #AA7BDA
Text Example
Text Example
White with #AA7BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7BDA; }
p { color: rgb(170,123,218); }
H1.HeaderClassName
{
color: #AA7BDA;
}
.AnyTagClassName
{
color: #AA7BDA;
}
</style>
background-color css
<style>
a { background-color: #AA7BDA; }
a { background-color: rgb(170,123,218); }
div.DivClassName
{
background-color: #AA7BDA;
}
.BgClassName
{
background-color: #AA7BDA;
}
</style>
border-color css
<style>
span { border-color: #AA7BDA; }
span { border-color: rgb(170,123,218); }
td.TdClassName
{
border-color: #AA7BDA;
}
.TagClassName
{
border-color: #AA7BDA;
}
</style>