Shades of Royal Heath #AE597F
Tints of Royal Heath #AE597F
RGB
CMYK
RGB Variations
Color information
#AE597F (or 0xAE597F) is known color: Royal Heath. HEX triplet: AE, 59 and 7F. RGB value is (174,89,127). Sum of RGB (Red+Green+Blue) = 174+89+127=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 174 - color contains mainly: red. Hex color #AE597F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE597F is #51A680. Grayscale: #767676. Windows color (decimal): -5351041 or 8346030. OLE color: 8346030.
HSL color Cylindrical-coordinate representation of color #AE597F: hue angle of 333.18º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE597F is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 89 | 127 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.32 |
| HSL | 333.18º | 0.34% | 0.52% | - |
| HSV(B) | 333.18º | 0.49% | 0.68% | - |
| XYZ | 24.86 | 17.68 | 22.18 | - |
| YUV | 118.75 | 132.66 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 89 | 127 | 0 | 0.49 | 0.27 | 0.32 | 333.18 | 0.34 | 0.52 |
| Hex | AE | 59 | 7F | 0 | 31 | 1B | 20 | 14D | 22 | 34 |
| Octal | 256 | 131 | 177 | 0 | 61 | 33 | 40 | 515 | 42 | 64 |
| Binary | 10101110 | 1011001 | 1111111 | 0 | 110001 | 11011 | 100000 | 101001101 | 100010 | 110100 |
Color Harmonies of #AE597F
Complementary color
Monochromatic Colors of #AE597F
Black with #AE597F
Text Example
Text Example
White with #AE597F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE597F; }
p { color: rgb(174,89,127); }
H1.HeaderClassName
{
color: #AE597F;
}
.AnyTagClassName
{
color: #AE597F;
}
</style>
background-color css
<style>
a { background-color: #AE597F; }
a { background-color: rgb(174,89,127); }
div.DivClassName
{
background-color: #AE597F;
}
.BgClassName
{
background-color: #AE597F;
}
</style>
border-color css
<style>
span { border-color: #AE597F; }
span { border-color: rgb(174,89,127); }
td.TdClassName
{
border-color: #AE597F;
}
.TagClassName
{
border-color: #AE597F;
}
</style>