Shades of Royal Heath #AE4076
Tints of Royal Heath #AE4076
RGB
CMYK
RGB Variations
Color information
#AE4076 (or 0xAE4076) is known color: Royal Heath. HEX triplet: AE, 40 and 76. RGB value is (174,64,118). Sum of RGB (Red+Green+Blue) = 174+64+118=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4076 is #51BF89. Grayscale: #666666. Windows color (decimal): -5357450 or 7749806. OLE color: 7749806.
HSL color Cylindrical-coordinate representation of color #AE4076: hue angle of 330.55º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE4076 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 64 | 118 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.32 |
| HSL | 330.55º | 0.46% | 0.47% | - |
| HSV(B) | 330.55º | 0.63% | 0.68% | - |
| XYZ | 22.56 | 13.97 | 18.65 | - |
| YUV | 103.05 | 136.44 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 64 | 118 | 0 | 0.63 | 0.32 | 0.32 | 330.55 | 0.46 | 0.47 |
| Hex | AE | 40 | 76 | 0 | 3F | 20 | 20 | 14B | 2E | 2F |
| Octal | 256 | 100 | 166 | 0 | 77 | 40 | 40 | 513 | 56 | 57 |
| Binary | 10101110 | 1000000 | 1110110 | 0 | 111111 | 100000 | 100000 | 101001011 | 101110 | 101111 |
Color Harmonies of #AE4076
Complementary color
Monochromatic Colors of #AE4076
Black with #AE4076
Text Example
Text Example
White with #AE4076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4076; }
p { color: rgb(174,64,118); }
H1.HeaderClassName
{
color: #AE4076;
}
.AnyTagClassName
{
color: #AE4076;
}
</style>
background-color css
<style>
a { background-color: #AE4076; }
a { background-color: rgb(174,64,118); }
div.DivClassName
{
background-color: #AE4076;
}
.BgClassName
{
background-color: #AE4076;
}
</style>
border-color css
<style>
span { border-color: #AE4076; }
span { border-color: rgb(174,64,118); }
td.TdClassName
{
border-color: #AE4076;
}
.TagClassName
{
border-color: #AE4076;
}
</style>