Shades of Bouquet #AE779B
Tints of Bouquet #AE779B
RGB
CMYK
RGB Variations
Color information
#AE779B (or 0xAE779B) is known color: Bouquet. HEX triplet: AE, 77 and 9B. RGB value is (174,119,155). Sum of RGB (Red+Green+Blue) = 174+119+155=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 174 - color contains mainly: red. Hex color #AE779B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE779B is #518864. Grayscale: #8B8B8B. Windows color (decimal): -5343333 or 10188718. OLE color: 10188718.
HSL color Cylindrical-coordinate representation of color #AE779B: hue angle of 320.73º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AE779B is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 119 | 155 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.32 |
| HSL | 320.73º | 0.25% | 0.57% | - |
| HSV(B) | 320.73º | 0.32% | 0.68% | - |
| XYZ | 29.97 | 24.56 | 34.17 | - |
| YUV | 139.55 | 136.72 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 119 | 155 | 0 | 0.32 | 0.11 | 0.32 | 320.73 | 0.25 | 0.57 |
| Hex | AE | 77 | 9B | 0 | 20 | B | 20 | 141 | 19 | 39 |
| Octal | 256 | 167 | 233 | 0 | 40 | 13 | 40 | 501 | 31 | 71 |
| Binary | 10101110 | 1110111 | 10011011 | 0 | 100000 | 1011 | 100000 | 101000001 | 11001 | 111001 |
Color Harmonies of #AE779B
Complementary color
Monochromatic Colors of #AE779B
Black with #AE779B
Text Example
Text Example
White with #AE779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE779B; }
p { color: rgb(174,119,155); }
H1.HeaderClassName
{
color: #AE779B;
}
.AnyTagClassName
{
color: #AE779B;
}
</style>
background-color css
<style>
a { background-color: #AE779B; }
a { background-color: rgb(174,119,155); }
div.DivClassName
{
background-color: #AE779B;
}
.BgClassName
{
background-color: #AE779B;
}
</style>
border-color css
<style>
span { border-color: #AE779B; }
span { border-color: rgb(174,119,155); }
td.TdClassName
{
border-color: #AE779B;
}
.TagClassName
{
border-color: #AE779B;
}
</style>