Shades of Royal Heath #AE5379
Tints of Royal Heath #AE5379
RGB
CMYK
RGB Variations
Color information
#AE5379 (or 0xAE5379) is known color: Royal Heath. HEX triplet: AE, 53 and 79. RGB value is (174,83,121). Sum of RGB (Red+Green+Blue) = 174+83+121=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5379 is #51AC86. Grayscale: #727272. Windows color (decimal): -5352583 or 7951278. OLE color: 7951278.
HSL color Cylindrical-coordinate representation of color #AE5379: hue angle of 334.95º 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 #AE5379 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 83 | 121 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.32 |
| HSL | 334.95º | 0.36% | 0.5% | - |
| HSV(B) | 334.95º | 0.52% | 0.68% | - |
| XYZ | 24 | 16.57 | 20.02 | - |
| YUV | 114.54 | 131.65 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 83 | 121 | 0 | 0.52 | 0.30 | 0.32 | 334.95 | 0.36 | 0.5 |
| Hex | AE | 53 | 79 | 0 | 34 | 1E | 20 | 14F | 24 | 32 |
| Octal | 256 | 123 | 171 | 0 | 64 | 36 | 40 | 517 | 44 | 62 |
| Binary | 10101110 | 1010011 | 1111001 | 0 | 110100 | 11110 | 100000 | 101001111 | 100100 | 110010 |
Color Harmonies of #AE5379
Complementary color
Monochromatic Colors of #AE5379
Black with #AE5379
Text Example
Text Example
White with #AE5379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE5379; }
p { color: rgb(174,83,121); }
H1.HeaderClassName
{
color: #AE5379;
}
.AnyTagClassName
{
color: #AE5379;
}
</style>
background-color css
<style>
a { background-color: #AE5379; }
a { background-color: rgb(174,83,121); }
div.DivClassName
{
background-color: #AE5379;
}
.BgClassName
{
background-color: #AE5379;
}
</style>
border-color css
<style>
span { border-color: #AE5379; }
span { border-color: rgb(174,83,121); }
td.TdClassName
{
border-color: #AE5379;
}
.TagClassName
{
border-color: #AE5379;
}
</style>