Shades of Royal Heath #AE537D
Tints of Royal Heath #AE537D
RGB
CMYK
RGB Variations
Color information
#AE537D (or 0xAE537D) is known color: Royal Heath. HEX triplet: AE, 53 and 7D. RGB value is (174,83,125). Sum of RGB (Red+Green+Blue) = 174+83+125=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AE537D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE537D is #51AC82. Grayscale: #727272. Windows color (decimal): -5352579 or 8213422. OLE color: 8213422.
HSL color Cylindrical-coordinate representation of color #AE537D: hue angle of 332.31º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE537D is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 83 | 125 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.32 |
| HSL | 332.31º | 0.36% | 0.5% | - |
| HSV(B) | 332.31º | 0.52% | 0.68% | - |
| XYZ | 24.25 | 16.67 | 21.34 | - |
| YUV | 115 | 133.65 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 83 | 125 | 0 | 0.52 | 0.28 | 0.32 | 332.31 | 0.36 | 0.5 |
| Hex | AE | 53 | 7D | 0 | 34 | 1C | 20 | 14C | 24 | 32 |
| Octal | 256 | 123 | 175 | 0 | 64 | 34 | 40 | 514 | 44 | 62 |
| Binary | 10101110 | 1010011 | 1111101 | 0 | 110100 | 11100 | 100000 | 101001100 | 100100 | 110010 |
Color Harmonies of #AE537D
Complementary color
Monochromatic Colors of #AE537D
Black with #AE537D
Text Example
Text Example
White with #AE537D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE537D; }
p { color: rgb(174,83,125); }
H1.HeaderClassName
{
color: #AE537D;
}
.AnyTagClassName
{
color: #AE537D;
}
</style>
background-color css
<style>
a { background-color: #AE537D; }
a { background-color: rgb(174,83,125); }
div.DivClassName
{
background-color: #AE537D;
}
.BgClassName
{
background-color: #AE537D;
}
</style>
border-color css
<style>
span { border-color: #AE537D; }
span { border-color: rgb(174,83,125); }
td.TdClassName
{
border-color: #AE537D;
}
.TagClassName
{
border-color: #AE537D;
}
</style>