Shades of Royal Heath #AE5C78
Tints of Royal Heath #AE5C78
RGB
CMYK
RGB Variations
Color information
#AE5C78 (or 0xAE5C78) is known color: Royal Heath. HEX triplet: AE, 5C and 78. RGB value is (174,92,120). Sum of RGB (Red+Green+Blue) = 174+92+120=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5C78 is #51A387. Grayscale: #777777. Windows color (decimal): -5350280 or 7888046. OLE color: 7888046.
HSL color Cylindrical-coordinate representation of color #AE5C78: hue angle of 339.51º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE5C78 is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 92 | 120 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.32 |
| HSL | 339.51º | 0.34% | 0.52% | - |
| HSV(B) | 339.51º | 0.47% | 0.68% | - |
| XYZ | 24.67 | 18.01 | 19.94 | - |
| YUV | 119.71 | 128.17 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 92 | 120 | 0 | 0.47 | 0.31 | 0.32 | 339.51 | 0.34 | 0.52 |
| Hex | AE | 5C | 78 | 0 | 2F | 1F | 20 | 154 | 22 | 34 |
| Octal | 256 | 134 | 170 | 0 | 57 | 37 | 40 | 524 | 42 | 64 |
| Binary | 10101110 | 1011100 | 1111000 | 0 | 101111 | 11111 | 100000 | 101010100 | 100010 | 110100 |
Color Harmonies of #AE5C78
Complementary color
Monochromatic Colors of #AE5C78
Black with #AE5C78
Text Example
Text Example
White with #AE5C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5C78; }
p { color: rgb(174,92,120); }
H1.HeaderClassName
{
color: #AE5C78;
}
.AnyTagClassName
{
color: #AE5C78;
}
</style>
background-color css
<style>
a { background-color: #AE5C78; }
a { background-color: rgb(174,92,120); }
div.DivClassName
{
background-color: #AE5C78;
}
.BgClassName
{
background-color: #AE5C78;
}
</style>
border-color css
<style>
span { border-color: #AE5C78; }
span { border-color: rgb(174,92,120); }
td.TdClassName
{
border-color: #AE5C78;
}
.TagClassName
{
border-color: #AE5C78;
}
</style>