Shades of Royal Heath #AE437C
Tints of Royal Heath #AE437C
RGB
CMYK
RGB Variations
Color information
#AE437C (or 0xAE437C) is known color: Royal Heath. HEX triplet: AE, 43 and 7C. RGB value is (174,67,124). Sum of RGB (Red+Green+Blue) = 174+67+124=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 174 - color contains mainly: red. Hex color #AE437C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE437C is #51BC83. Grayscale: #696969. Windows color (decimal): -5356676 or 8143790. OLE color: 8143790.
HSL color Cylindrical-coordinate representation of color #AE437C: hue angle of 328.04º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE437C is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 67 | 124 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.32 |
| HSL | 328.04º | 0.44% | 0.47% | - |
| HSV(B) | 328.04º | 0.61% | 0.68% | - |
| XYZ | 23.1 | 14.47 | 20.64 | - |
| YUV | 105.49 | 138.45 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 67 | 124 | 0 | 0.61 | 0.29 | 0.32 | 328.04 | 0.44 | 0.47 |
| Hex | AE | 43 | 7C | 0 | 3D | 1D | 20 | 148 | 2C | 2F |
| Octal | 256 | 103 | 174 | 0 | 75 | 35 | 40 | 510 | 54 | 57 |
| Binary | 10101110 | 1000011 | 1111100 | 0 | 111101 | 11101 | 100000 | 101001000 | 101100 | 101111 |
Color Harmonies of #AE437C
Complementary color
Monochromatic Colors of #AE437C
Black with #AE437C
Text Example
Text Example
White with #AE437C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE437C; }
p { color: rgb(174,67,124); }
H1.HeaderClassName
{
color: #AE437C;
}
.AnyTagClassName
{
color: #AE437C;
}
</style>
background-color css
<style>
a { background-color: #AE437C; }
a { background-color: rgb(174,67,124); }
div.DivClassName
{
background-color: #AE437C;
}
.BgClassName
{
background-color: #AE437C;
}
</style>
border-color css
<style>
span { border-color: #AE437C; }
span { border-color: rgb(174,67,124); }
td.TdClassName
{
border-color: #AE437C;
}
.TagClassName
{
border-color: #AE437C;
}
</style>