Shades of Royal Heath #AE537F
Tints of Royal Heath #AE537F
RGB
CMYK
RGB Variations
Color information
#AE537F (or 0xAE537F) is known color: Royal Heath. HEX triplet: AE, 53 and 7F. RGB value is (174,83,127). Sum of RGB (Red+Green+Blue) = 174+83+127=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AE537F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE537F is #51AC80. Grayscale: #737373. Windows color (decimal): -5352577 or 8344494. OLE color: 8344494.
HSL color Cylindrical-coordinate representation of color #AE537F: hue angle of 330.99º 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 #AE537F is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 83 | 127 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.32 |
| HSL | 330.99º | 0.36% | 0.5% | - |
| HSV(B) | 330.99º | 0.52% | 0.68% | - |
| XYZ | 24.38 | 16.72 | 22.02 | - |
| YUV | 115.23 | 134.65 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 83 | 127 | 0 | 0.52 | 0.27 | 0.32 | 330.99 | 0.36 | 0.5 |
| Hex | AE | 53 | 7F | 0 | 34 | 1B | 20 | 14B | 24 | 32 |
| Octal | 256 | 123 | 177 | 0 | 64 | 33 | 40 | 513 | 44 | 62 |
| Binary | 10101110 | 1010011 | 1111111 | 0 | 110100 | 11011 | 100000 | 101001011 | 100100 | 110010 |
Color Harmonies of #AE537F
Complementary color
Monochromatic Colors of #AE537F
Black with #AE537F
Text Example
Text Example
White with #AE537F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE537F; }
p { color: rgb(174,83,127); }
H1.HeaderClassName
{
color: #AE537F;
}
.AnyTagClassName
{
color: #AE537F;
}
</style>
background-color css
<style>
a { background-color: #AE537F; }
a { background-color: rgb(174,83,127); }
div.DivClassName
{
background-color: #AE537F;
}
.BgClassName
{
background-color: #AE537F;
}
</style>
border-color css
<style>
span { border-color: #AE537F; }
span { border-color: rgb(174,83,127); }
td.TdClassName
{
border-color: #AE537F;
}
.TagClassName
{
border-color: #AE537F;
}
</style>