Shades of Royal Heath #AE557A
Tints of Royal Heath #AE557A
RGB
CMYK
RGB Variations
Color information
#AE557A (or 0xAE557A) is known color: Royal Heath. HEX triplet: AE, 55 and 7A. RGB value is (174,85,122). Sum of RGB (Red+Green+Blue) = 174+85+122=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AE557A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE557A is #51AA85. Grayscale: #737373. Windows color (decimal): -5352070 or 8017326. OLE color: 8017326.
HSL color Cylindrical-coordinate representation of color #AE557A: hue angle of 335.06º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE557A is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 85 | 122 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.32 |
| HSL | 335.06º | 0.35% | 0.51% | - |
| HSV(B) | 335.06º | 0.51% | 0.68% | - |
| XYZ | 24.22 | 16.9 | 20.4 | - |
| YUV | 115.83 | 131.49 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 85 | 122 | 0 | 0.51 | 0.30 | 0.32 | 335.06 | 0.35 | 0.51 |
| Hex | AE | 55 | 7A | 0 | 33 | 1E | 20 | 14F | 23 | 33 |
| Octal | 256 | 125 | 172 | 0 | 63 | 36 | 40 | 517 | 43 | 63 |
| Binary | 10101110 | 1010101 | 1111010 | 0 | 110011 | 11110 | 100000 | 101001111 | 100011 | 110011 |
Color Harmonies of #AE557A
Complementary color
Monochromatic Colors of #AE557A
Black with #AE557A
Text Example
Text Example
White with #AE557A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE557A; }
p { color: rgb(174,85,122); }
H1.HeaderClassName
{
color: #AE557A;
}
.AnyTagClassName
{
color: #AE557A;
}
</style>
background-color css
<style>
a { background-color: #AE557A; }
a { background-color: rgb(174,85,122); }
div.DivClassName
{
background-color: #AE557A;
}
.BgClassName
{
background-color: #AE557A;
}
</style>
border-color css
<style>
span { border-color: #AE557A; }
span { border-color: rgb(174,85,122); }
td.TdClassName
{
border-color: #AE557A;
}
.TagClassName
{
border-color: #AE557A;
}
</style>