Shades of Bouquet #AE749C
Tints of Bouquet #AE749C
RGB
CMYK
RGB Variations
Color information
#AE749C (or 0xAE749C) is known color: Bouquet. HEX triplet: AE, 74 and 9C. RGB value is (174,116,156). Sum of RGB (Red+Green+Blue) = 174+116+156=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 174 - color contains mainly: red. Hex color #AE749C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE749C is #518B63. Grayscale: #898989. Windows color (decimal): -5344100 or 10253486. OLE color: 10253486.
HSL color Cylindrical-coordinate representation of color #AE749C: hue angle of 318.62º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AE749C is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 116 | 156 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.32 |
| HSL | 318.62º | 0.26% | 0.57% | - |
| HSV(B) | 318.62º | 0.33% | 0.68% | - |
| XYZ | 29.7 | 23.89 | 34.5 | - |
| YUV | 137.9 | 138.22 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 116 | 156 | 0 | 0.33 | 0.10 | 0.32 | 318.62 | 0.26 | 0.57 |
| Hex | AE | 74 | 9C | 0 | 21 | A | 20 | 13F | 1A | 39 |
| Octal | 256 | 164 | 234 | 0 | 41 | 12 | 40 | 477 | 32 | 71 |
| Binary | 10101110 | 1110100 | 10011100 | 0 | 100001 | 1010 | 100000 | 100111111 | 11010 | 111001 |
Color Harmonies of #AE749C
Complementary color
Monochromatic Colors of #AE749C
Black with #AE749C
Text Example
Text Example
White with #AE749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE749C; }
p { color: rgb(174,116,156); }
H1.HeaderClassName
{
color: #AE749C;
}
.AnyTagClassName
{
color: #AE749C;
}
</style>
background-color css
<style>
a { background-color: #AE749C; }
a { background-color: rgb(174,116,156); }
div.DivClassName
{
background-color: #AE749C;
}
.BgClassName
{
background-color: #AE749C;
}
</style>
border-color css
<style>
span { border-color: #AE749C; }
span { border-color: rgb(174,116,156); }
td.TdClassName
{
border-color: #AE749C;
}
.TagClassName
{
border-color: #AE749C;
}
</style>