Shades of Royal Heath #AE4674
Tints of Royal Heath #AE4674
RGB
CMYK
RGB Variations
Color information
#AE4674 (or 0xAE4674) is known color: Royal Heath. HEX triplet: AE, 46 and 74. RGB value is (174,70,116). Sum of RGB (Red+Green+Blue) = 174+70+116=360 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.33% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 116 (45.70% from 255 or 32.22% from 360); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4674 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4674 is #51B98B. Grayscale: #6A6A6A. Windows color (decimal): -5355916 or 7620270. OLE color: 7620270.
HSL color Cylindrical-coordinate representation of color #AE4674: hue angle of 333.46º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE4674 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 70 | 116 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.32 |
| HSL | 333.46º | 0.43% | 0.48% | - |
| HSV(B) | 333.46º | 0.6% | 0.68% | - |
| XYZ | 22.8 | 14.64 | 18.15 | - |
| YUV | 106.34 | 133.46 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 70 | 116 | 0 | 0.60 | 0.33 | 0.32 | 333.46 | 0.43 | 0.48 |
| Hex | AE | 46 | 74 | 0 | 3C | 21 | 20 | 14D | 2B | 30 |
| Octal | 256 | 106 | 164 | 0 | 74 | 41 | 40 | 515 | 53 | 60 |
| Binary | 10101110 | 1000110 | 1110100 | 0 | 111100 | 100001 | 100000 | 101001101 | 101011 | 110000 |
Color Harmonies of #AE4674
Complementary color
Monochromatic Colors of #AE4674
Black with #AE4674
Text Example
Text Example
White with #AE4674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4674; }
p { color: rgb(174,70,116); }
H1.HeaderClassName
{
color: #AE4674;
}
.AnyTagClassName
{
color: #AE4674;
}
</style>
background-color css
<style>
a { background-color: #AE4674; }
a { background-color: rgb(174,70,116); }
div.DivClassName
{
background-color: #AE4674;
}
.BgClassName
{
background-color: #AE4674;
}
</style>
border-color css
<style>
span { border-color: #AE4674; }
span { border-color: rgb(174,70,116); }
td.TdClassName
{
border-color: #AE4674;
}
.TagClassName
{
border-color: #AE4674;
}
</style>