Shades of Royal Heath #AE467C
Tints of Royal Heath #AE467C
RGB
CMYK
RGB Variations
Color information
#AE467C (or 0xAE467C) is known color: Royal Heath. HEX triplet: AE, 46 and 7C. RGB value is (174,70,124). Sum of RGB (Red+Green+Blue) = 174+70+124=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 174 - color contains mainly: red. Hex color #AE467C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE467C is #51B983. Grayscale: #6B6B6B. Windows color (decimal): -5355908 or 8144558. OLE color: 8144558.
HSL color Cylindrical-coordinate representation of color #AE467C: hue angle of 328.85º 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 #AE467C is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 70 | 124 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.32 |
| HSL | 328.85º | 0.43% | 0.48% | - |
| HSV(B) | 328.85º | 0.6% | 0.68% | - |
| XYZ | 23.28 | 14.83 | 20.7 | - |
| YUV | 107.25 | 137.46 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 70 | 124 | 0 | 0.60 | 0.29 | 0.32 | 328.85 | 0.43 | 0.48 |
| Hex | AE | 46 | 7C | 0 | 3C | 1D | 20 | 149 | 2B | 30 |
| Octal | 256 | 106 | 174 | 0 | 74 | 35 | 40 | 511 | 53 | 60 |
| Binary | 10101110 | 1000110 | 1111100 | 0 | 111100 | 11101 | 100000 | 101001001 | 101011 | 110000 |
Color Harmonies of #AE467C
Complementary color
Monochromatic Colors of #AE467C
Black with #AE467C
Text Example
Text Example
White with #AE467C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE467C; }
p { color: rgb(174,70,124); }
H1.HeaderClassName
{
color: #AE467C;
}
.AnyTagClassName
{
color: #AE467C;
}
</style>
background-color css
<style>
a { background-color: #AE467C; }
a { background-color: rgb(174,70,124); }
div.DivClassName
{
background-color: #AE467C;
}
.BgClassName
{
background-color: #AE467C;
}
</style>
border-color css
<style>
span { border-color: #AE467C; }
span { border-color: rgb(174,70,124); }
td.TdClassName
{
border-color: #AE467C;
}
.TagClassName
{
border-color: #AE467C;
}
</style>