Shades of Royal Heath #AE557B
Tints of Royal Heath #AE557B
RGB
CMYK
RGB Variations
Color information
#AE557B (or 0xAE557B) is known color: Royal Heath. HEX triplet: AE, 55 and 7B. RGB value is (174,85,123). Sum of RGB (Red+Green+Blue) = 174+85+123=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AE557B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE557B is #51AA84. Grayscale: #737373. Windows color (decimal): -5352069 or 8082862. OLE color: 8082862.
HSL color Cylindrical-coordinate representation of color #AE557B: hue angle of 334.38º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE557B is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 85 | 123 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.32 |
| HSL | 334.38º | 0.35% | 0.51% | - |
| HSV(B) | 334.38º | 0.51% | 0.68% | - |
| XYZ | 24.28 | 16.93 | 20.73 | - |
| YUV | 115.94 | 131.99 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 85 | 123 | 0 | 0.51 | 0.29 | 0.32 | 334.38 | 0.35 | 0.51 |
| Hex | AE | 55 | 7B | 0 | 33 | 1D | 20 | 14E | 23 | 33 |
| Octal | 256 | 125 | 173 | 0 | 63 | 35 | 40 | 516 | 43 | 63 |
| Binary | 10101110 | 1010101 | 1111011 | 0 | 110011 | 11101 | 100000 | 101001110 | 100011 | 110011 |
Color Harmonies of #AE557B
Complementary color
Monochromatic Colors of #AE557B
Black with #AE557B
Text Example
Text Example
White with #AE557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE557B; }
p { color: rgb(174,85,123); }
H1.HeaderClassName
{
color: #AE557B;
}
.AnyTagClassName
{
color: #AE557B;
}
</style>
background-color css
<style>
a { background-color: #AE557B; }
a { background-color: rgb(174,85,123); }
div.DivClassName
{
background-color: #AE557B;
}
.BgClassName
{
background-color: #AE557B;
}
</style>
border-color css
<style>
span { border-color: #AE557B; }
span { border-color: rgb(174,85,123); }
td.TdClassName
{
border-color: #AE557B;
}
.TagClassName
{
border-color: #AE557B;
}
</style>