Shades of Royal Heath #AE5076
Tints of Royal Heath #AE5076
RGB
CMYK
RGB Variations
Color information
#AE5076 (or 0xAE5076) is known color: Royal Heath. HEX triplet: AE, 50 and 76. RGB value is (174,80,118). Sum of RGB (Red+Green+Blue) = 174+80+118=372 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.77% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5076 is #51AF89. Grayscale: #707070. Windows color (decimal): -5353354 or 7753902. OLE color: 7753902.
HSL color Cylindrical-coordinate representation of color #AE5076: hue angle of 335.74º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AE5076 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 80 | 118 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.32 |
| HSL | 335.74º | 0.37% | 0.5% | - |
| HSV(B) | 335.74º | 0.54% | 0.68% | - |
| XYZ | 23.59 | 16.04 | 18.99 | - |
| YUV | 112.44 | 131.14 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 80 | 118 | 0 | 0.54 | 0.32 | 0.32 | 335.74 | 0.37 | 0.5 |
| Hex | AE | 50 | 76 | 0 | 36 | 20 | 20 | 150 | 25 | 32 |
| Octal | 256 | 120 | 166 | 0 | 66 | 40 | 40 | 520 | 45 | 62 |
| Binary | 10101110 | 1010000 | 1110110 | 0 | 110110 | 100000 | 100000 | 101010000 | 100101 | 110010 |
Color Harmonies of #AE5076
Complementary color
Monochromatic Colors of #AE5076
Black with #AE5076
Text Example
Text Example
White with #AE5076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5076; }
p { color: rgb(174,80,118); }
H1.HeaderClassName
{
color: #AE5076;
}
.AnyTagClassName
{
color: #AE5076;
}
</style>
background-color css
<style>
a { background-color: #AE5076; }
a { background-color: rgb(174,80,118); }
div.DivClassName
{
background-color: #AE5076;
}
.BgClassName
{
background-color: #AE5076;
}
</style>
border-color css
<style>
span { border-color: #AE5076; }
span { border-color: rgb(174,80,118); }
td.TdClassName
{
border-color: #AE5076;
}
.TagClassName
{
border-color: #AE5076;
}
</style>