Shades of Royal Heath #AE4A7F
Tints of Royal Heath #AE4A7F
RGB
CMYK
RGB Variations
Color information
#AE4A7F (or 0xAE4A7F) is known color: Royal Heath. HEX triplet: AE, 4A and 7F. RGB value is (174,74,127). Sum of RGB (Red+Green+Blue) = 174+74+127=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4A7F is #51B580. Grayscale: #6D6D6D. Windows color (decimal): -5354881 or 8342190. OLE color: 8342190.
HSL color Cylindrical-coordinate representation of color #AE4A7F: hue angle of 328.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE4A7F is Cyan = 0, Magento = 0.57, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 74 | 127 | - |
| CMYK | 0 | 0.57 | 0.27 | 0.32 |
| HSL | 328.2º | 0.4% | 0.49% | - |
| HSV(B) | 328.2º | 0.57% | 0.68% | - |
| XYZ | 23.74 | 15.43 | 21.81 | - |
| YUV | 109.94 | 137.63 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 74 | 127 | 0 | 0.57 | 0.27 | 0.32 | 328.2 | 0.4 | 0.49 |
| Hex | AE | 4A | 7F | 0 | 39 | 1B | 20 | 148 | 28 | 31 |
| Octal | 256 | 112 | 177 | 0 | 71 | 33 | 40 | 510 | 50 | 61 |
| Binary | 10101110 | 1001010 | 1111111 | 0 | 111001 | 11011 | 100000 | 101001000 | 101000 | 110001 |
Color Harmonies of #AE4A7F
Complementary color
Monochromatic Colors of #AE4A7F
Black with #AE4A7F
Text Example
Text Example
White with #AE4A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4A7F; }
p { color: rgb(174,74,127); }
H1.HeaderClassName
{
color: #AE4A7F;
}
.AnyTagClassName
{
color: #AE4A7F;
}
</style>
background-color css
<style>
a { background-color: #AE4A7F; }
a { background-color: rgb(174,74,127); }
div.DivClassName
{
background-color: #AE4A7F;
}
.BgClassName
{
background-color: #AE4A7F;
}
</style>
border-color css
<style>
span { border-color: #AE4A7F; }
span { border-color: rgb(174,74,127); }
td.TdClassName
{
border-color: #AE4A7F;
}
.TagClassName
{
border-color: #AE4A7F;
}
</style>