Shades of Bouquet #AE779F
Tints of Bouquet #AE779F
RGB
CMYK
RGB Variations
Color information
#AE779F (or 0xAE779F) is known color: Bouquet. HEX triplet: AE, 77 and 9F. RGB value is (174,119,159). Sum of RGB (Red+Green+Blue) = 174+119+159=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 174 - color contains mainly: red. Hex color #AE779F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE779F is #518860. Grayscale: #8B8B8B. Windows color (decimal): -5343329 or 10450862. OLE color: 10450862.
HSL color Cylindrical-coordinate representation of color #AE779F: hue angle of 316.36º 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 #AE779F is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 119 | 159 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.32 |
| HSL | 316.36º | 0.25% | 0.57% | - |
| HSV(B) | 316.36º | 0.32% | 0.68% | - |
| XYZ | 30.31 | 24.7 | 35.97 | - |
| YUV | 140.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 119 | 159 | 0 | 0.32 | 0.09 | 0.32 | 316.36 | 0.25 | 0.57 |
| Hex | AE | 77 | 9F | 0 | 20 | 9 | 20 | 13C | 19 | 39 |
| Octal | 256 | 167 | 237 | 0 | 40 | 11 | 40 | 474 | 31 | 71 |
| Binary | 10101110 | 1110111 | 10011111 | 0 | 100000 | 1001 | 100000 | 100111100 | 11001 | 111001 |
Color Harmonies of #AE779F
Complementary color
Monochromatic Colors of #AE779F
Black with #AE779F
Text Example
Text Example
White with #AE779F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE779F; }
p { color: rgb(174,119,159); }
H1.HeaderClassName
{
color: #AE779F;
}
.AnyTagClassName
{
color: #AE779F;
}
</style>
background-color css
<style>
a { background-color: #AE779F; }
a { background-color: rgb(174,119,159); }
div.DivClassName
{
background-color: #AE779F;
}
.BgClassName
{
background-color: #AE779F;
}
</style>
border-color css
<style>
span { border-color: #AE779F; }
span { border-color: rgb(174,119,159); }
td.TdClassName
{
border-color: #AE779F;
}
.TagClassName
{
border-color: #AE779F;
}
</style>