Shades of Royal Heath #AE4673
Tints of Royal Heath #AE4673
RGB
CMYK
RGB Variations
Color information
#AE4673 (or 0xAE4673) is known color: Royal Heath. HEX triplet: AE, 46 and 73. RGB value is (174,70,115). Sum of RGB (Red+Green+Blue) = 174+70+115=359 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.47% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4673 is #51B98C. Grayscale: #6A6A6A. Windows color (decimal): -5355917 or 7554734. OLE color: 7554734.
HSL color Cylindrical-coordinate representation of color #AE4673: hue angle of 334.04º 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 #AE4673 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 70 | 115 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.32 |
| HSL | 334.04º | 0.43% | 0.48% | - |
| HSV(B) | 334.04º | 0.6% | 0.68% | - |
| XYZ | 22.74 | 14.62 | 17.84 | - |
| YUV | 106.23 | 132.96 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 70 | 115 | 0 | 0.60 | 0.34 | 0.32 | 334.04 | 0.43 | 0.48 |
| Hex | AE | 46 | 73 | 0 | 3C | 22 | 20 | 14E | 2B | 30 |
| Octal | 256 | 106 | 163 | 0 | 74 | 42 | 40 | 516 | 53 | 60 |
| Binary | 10101110 | 1000110 | 1110011 | 0 | 111100 | 100010 | 100000 | 101001110 | 101011 | 110000 |
Color Harmonies of #AE4673
Complementary color
Monochromatic Colors of #AE4673
Black with #AE4673
Text Example
Text Example
White with #AE4673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4673; }
p { color: rgb(174,70,115); }
H1.HeaderClassName
{
color: #AE4673;
}
.AnyTagClassName
{
color: #AE4673;
}
</style>
background-color css
<style>
a { background-color: #AE4673; }
a { background-color: rgb(174,70,115); }
div.DivClassName
{
background-color: #AE4673;
}
.BgClassName
{
background-color: #AE4673;
}
</style>
border-color css
<style>
span { border-color: #AE4673; }
span { border-color: rgb(174,70,115); }
td.TdClassName
{
border-color: #AE4673;
}
.TagClassName
{
border-color: #AE4673;
}
</style>