Shades of Royal Heath #AA5B7E
Tints of Royal Heath #AA5B7E
RGB
CMYK
RGB Variations
Color information
#AA5B7E (or 0xAA5B7E) is known color: Royal Heath. HEX triplet: AA, 5B and 7E. RGB value is (170,91,126). Sum of RGB (Red+Green+Blue) = 170+91+126=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5B7E is #55A481. Grayscale: #767676. Windows color (decimal): -5612674 or 8281002. OLE color: 8281002.
HSL color Cylindrical-coordinate representation of color #AA5B7E: hue angle of 333.42º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA5B7E is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 91 | 126 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.33 |
| HSL | 333.42º | 0.32% | 0.51% | - |
| HSV(B) | 333.42º | 0.46% | 0.67% | - |
| XYZ | 24.08 | 17.53 | 21.85 | - |
| YUV | 118.61 | 132.17 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 91 | 126 | 0 | 0.46 | 0.26 | 0.33 | 333.42 | 0.32 | 0.51 |
| Hex | AA | 5B | 7E | 0 | 2E | 1A | 21 | 14D | 20 | 33 |
| Octal | 252 | 133 | 176 | 0 | 56 | 32 | 41 | 515 | 40 | 63 |
| Binary | 10101010 | 1011011 | 1111110 | 0 | 101110 | 11010 | 100001 | 101001101 | 100000 | 110011 |
Color Harmonies of #AA5B7E
Complementary color
Monochromatic Colors of #AA5B7E
Black with #AA5B7E
Text Example
Text Example
White with #AA5B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5B7E; }
p { color: rgb(170,91,126); }
H1.HeaderClassName
{
color: #AA5B7E;
}
.AnyTagClassName
{
color: #AA5B7E;
}
</style>
background-color css
<style>
a { background-color: #AA5B7E; }
a { background-color: rgb(170,91,126); }
div.DivClassName
{
background-color: #AA5B7E;
}
.BgClassName
{
background-color: #AA5B7E;
}
</style>
border-color css
<style>
span { border-color: #AA5B7E; }
span { border-color: rgb(170,91,126); }
td.TdClassName
{
border-color: #AA5B7E;
}
.TagClassName
{
border-color: #AA5B7E;
}
</style>