Shades of Royal Heath #AA5C7E
Tints of Royal Heath #AA5C7E
RGB
CMYK
RGB Variations
Color information
#AA5C7E (or 0xAA5C7E) is known color: Royal Heath. HEX triplet: AA, 5C and 7E. RGB value is (170,92,126). Sum of RGB (Red+Green+Blue) = 170+92+126=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5C7E is #55A381. Grayscale: #777777. Windows color (decimal): -5612418 or 8281258. OLE color: 8281258.
HSL color Cylindrical-coordinate representation of color #AA5C7E: hue angle of 333.85º degrees, saturation: 0.31, 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 #AA5C7E is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 92 | 126 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.33 |
| HSL | 333.85º | 0.31% | 0.51% | - |
| HSV(B) | 333.85º | 0.46% | 0.67% | - |
| XYZ | 24.17 | 17.71 | 21.88 | - |
| YUV | 119.2 | 131.84 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 92 | 126 | 0 | 0.46 | 0.26 | 0.33 | 333.85 | 0.31 | 0.51 |
| Hex | AA | 5C | 7E | 0 | 2E | 1A | 21 | 14E | 1F | 33 |
| Octal | 252 | 134 | 176 | 0 | 56 | 32 | 41 | 516 | 37 | 63 |
| Binary | 10101010 | 1011100 | 1111110 | 0 | 101110 | 11010 | 100001 | 101001110 | 11111 | 110011 |
Color Harmonies of #AA5C7E
Complementary color
Monochromatic Colors of #AA5C7E
Black with #AA5C7E
Text Example
Text Example
White with #AA5C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5C7E; }
p { color: rgb(170,92,126); }
H1.HeaderClassName
{
color: #AA5C7E;
}
.AnyTagClassName
{
color: #AA5C7E;
}
</style>
background-color css
<style>
a { background-color: #AA5C7E; }
a { background-color: rgb(170,92,126); }
div.DivClassName
{
background-color: #AA5C7E;
}
.BgClassName
{
background-color: #AA5C7E;
}
</style>
border-color css
<style>
span { border-color: #AA5C7E; }
span { border-color: rgb(170,92,126); }
td.TdClassName
{
border-color: #AA5C7E;
}
.TagClassName
{
border-color: #AA5C7E;
}
</style>