Shades of Royal Heath #AE4B74
Tints of Royal Heath #AE4B74
RGB
CMYK
RGB Variations
Color information
#AE4B74 (or 0xAE4B74) is known color: Royal Heath. HEX triplet: AE, 4B and 74. RGB value is (174,75,116). Sum of RGB (Red+Green+Blue) = 174+75+116=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 116 (45.70% from 255 or 31.78% from 365); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4B74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4B74 is #51B48B. Grayscale: #6D6D6D. Windows color (decimal): -5354636 or 7621550. OLE color: 7621550.
HSL color Cylindrical-coordinate representation of color #AE4B74: hue angle of 335.15º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE4B74 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 75 | 116 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.32 |
| HSL | 335.15º | 0.4% | 0.49% | - |
| HSV(B) | 335.15º | 0.57% | 0.68% | - |
| XYZ | 23.12 | 15.29 | 18.26 | - |
| YUV | 109.28 | 131.8 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 75 | 116 | 0 | 0.57 | 0.33 | 0.32 | 335.15 | 0.4 | 0.49 |
| Hex | AE | 4B | 74 | 0 | 39 | 21 | 20 | 14F | 28 | 31 |
| Octal | 256 | 113 | 164 | 0 | 71 | 41 | 40 | 517 | 50 | 61 |
| Binary | 10101110 | 1001011 | 1110100 | 0 | 111001 | 100001 | 100000 | 101001111 | 101000 | 110001 |
Color Harmonies of #AE4B74
Complementary color
Monochromatic Colors of #AE4B74
Black with #AE4B74
Text Example
Text Example
White with #AE4B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4B74; }
p { color: rgb(174,75,116); }
H1.HeaderClassName
{
color: #AE4B74;
}
.AnyTagClassName
{
color: #AE4B74;
}
</style>
background-color css
<style>
a { background-color: #AE4B74; }
a { background-color: rgb(174,75,116); }
div.DivClassName
{
background-color: #AE4B74;
}
.BgClassName
{
background-color: #AE4B74;
}
</style>
border-color css
<style>
span { border-color: #AE4B74; }
span { border-color: rgb(174,75,116); }
td.TdClassName
{
border-color: #AE4B74;
}
.TagClassName
{
border-color: #AE4B74;
}
</style>