Shades of Royal Heath #AE487F
Tints of Royal Heath #AE487F
RGB
CMYK
RGB Variations
Color information
#AE487F (or 0xAE487F) is known color: Royal Heath. HEX triplet: AE, 48 and 7F. RGB value is (174,72,127). Sum of RGB (Red+Green+Blue) = 174+72+127=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AE487F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE487F is #51B780. Grayscale: #6C6C6C. Windows color (decimal): -5355393 or 8341678. OLE color: 8341678.
HSL color Cylindrical-coordinate representation of color #AE487F: hue angle of 327.65º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE487F is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 72 | 127 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.32 |
| HSL | 327.65º | 0.41% | 0.48% | - |
| HSV(B) | 327.65º | 0.59% | 0.68% | - |
| XYZ | 23.6 | 15.17 | 21.76 | - |
| YUV | 108.77 | 138.29 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 72 | 127 | 0 | 0.59 | 0.27 | 0.32 | 327.65 | 0.41 | 0.48 |
| Hex | AE | 48 | 7F | 0 | 3B | 1B | 20 | 148 | 29 | 30 |
| Octal | 256 | 110 | 177 | 0 | 73 | 33 | 40 | 510 | 51 | 60 |
| Binary | 10101110 | 1001000 | 1111111 | 0 | 111011 | 11011 | 100000 | 101001000 | 101001 | 110000 |
Color Harmonies of #AE487F
Complementary color
Monochromatic Colors of #AE487F
Black with #AE487F
Text Example
Text Example
White with #AE487F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE487F; }
p { color: rgb(174,72,127); }
H1.HeaderClassName
{
color: #AE487F;
}
.AnyTagClassName
{
color: #AE487F;
}
</style>
background-color css
<style>
a { background-color: #AE487F; }
a { background-color: rgb(174,72,127); }
div.DivClassName
{
background-color: #AE487F;
}
.BgClassName
{
background-color: #AE487F;
}
</style>
border-color css
<style>
span { border-color: #AE487F; }
span { border-color: rgb(174,72,127); }
td.TdClassName
{
border-color: #AE487F;
}
.TagClassName
{
border-color: #AE487F;
}
</style>