Shades of Royal Heath #AA5B7B
Tints of Royal Heath #AA5B7B
RGB
CMYK
RGB Variations
Color information
#AA5B7B (or 0xAA5B7B) is known color: Royal Heath. HEX triplet: AA, 5B and 7B. RGB value is (170,91,123). Sum of RGB (Red+Green+Blue) = 170+91+123=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5B7B is #55A484. Grayscale: #767676. Windows color (decimal): -5612677 or 8084394. OLE color: 8084394.
HSL color Cylindrical-coordinate representation of color #AA5B7B: hue angle of 335.7º 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 #AA5B7B is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 91 | 123 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.33 |
| HSL | 335.7º | 0.32% | 0.51% | - |
| HSV(B) | 335.7º | 0.46% | 0.67% | - |
| XYZ | 23.89 | 17.46 | 20.85 | - |
| YUV | 118.27 | 130.67 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 91 | 123 | 0 | 0.46 | 0.28 | 0.33 | 335.7 | 0.32 | 0.51 |
| Hex | AA | 5B | 7B | 0 | 2E | 1C | 21 | 150 | 20 | 33 |
| Octal | 252 | 133 | 173 | 0 | 56 | 34 | 41 | 520 | 40 | 63 |
| Binary | 10101010 | 1011011 | 1111011 | 0 | 101110 | 11100 | 100001 | 101010000 | 100000 | 110011 |
Color Harmonies of #AA5B7B
Complementary color
Monochromatic Colors of #AA5B7B
Black with #AA5B7B
Text Example
Text Example
White with #AA5B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5B7B; }
p { color: rgb(170,91,123); }
H1.HeaderClassName
{
color: #AA5B7B;
}
.AnyTagClassName
{
color: #AA5B7B;
}
</style>
background-color css
<style>
a { background-color: #AA5B7B; }
a { background-color: rgb(170,91,123); }
div.DivClassName
{
background-color: #AA5B7B;
}
.BgClassName
{
background-color: #AA5B7B;
}
</style>
border-color css
<style>
span { border-color: #AA5B7B; }
span { border-color: rgb(170,91,123); }
td.TdClassName
{
border-color: #AA5B7B;
}
.TagClassName
{
border-color: #AA5B7B;
}
</style>