Shades of Royal Heath #AE5C7E
Tints of Royal Heath #AE5C7E
RGB
CMYK
RGB Variations
Color information
#AE5C7E (or 0xAE5C7E) is known color: Royal Heath. HEX triplet: AE, 5C and 7E. RGB value is (174,92,126). Sum of RGB (Red+Green+Blue) = 174+92+126=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5C7E is #51A381. Grayscale: #787878. Windows color (decimal): -5350274 or 8281262. OLE color: 8281262.
HSL color Cylindrical-coordinate representation of color #AE5C7E: hue angle of 335.12º 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 #AE5C7E is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 92 | 126 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.32 |
| HSL | 335.12º | 0.34% | 0.52% | - |
| HSV(B) | 335.12º | 0.47% | 0.68% | - |
| XYZ | 25.05 | 18.16 | 21.92 | - |
| YUV | 120.39 | 131.17 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 92 | 126 | 0 | 0.47 | 0.28 | 0.32 | 335.12 | 0.34 | 0.52 |
| Hex | AE | 5C | 7E | 0 | 2F | 1C | 20 | 14F | 22 | 34 |
| Octal | 256 | 134 | 176 | 0 | 57 | 34 | 40 | 517 | 42 | 64 |
| Binary | 10101110 | 1011100 | 1111110 | 0 | 101111 | 11100 | 100000 | 101001111 | 100010 | 110100 |
Color Harmonies of #AE5C7E
Complementary color
Monochromatic Colors of #AE5C7E
Black with #AE5C7E
Text Example
Text Example
White with #AE5C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5C7E; }
p { color: rgb(174,92,126); }
H1.HeaderClassName
{
color: #AE5C7E;
}
.AnyTagClassName
{
color: #AE5C7E;
}
</style>
background-color css
<style>
a { background-color: #AE5C7E; }
a { background-color: rgb(174,92,126); }
div.DivClassName
{
background-color: #AE5C7E;
}
.BgClassName
{
background-color: #AE5C7E;
}
</style>
border-color css
<style>
span { border-color: #AE5C7E; }
span { border-color: rgb(174,92,126); }
td.TdClassName
{
border-color: #AE5C7E;
}
.TagClassName
{
border-color: #AE5C7E;
}
</style>