Shades of Bouquet #AE7A9C
Tints of Bouquet #AE7A9C
RGB
CMYK
RGB Variations
Color information
#AE7A9C (or 0xAE7A9C) is known color: Bouquet. HEX triplet: AE, 7A and 9C. RGB value is (174,122,156). Sum of RGB (Red+Green+Blue) = 174+122+156=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 122 (48.05% from 255 or 26.99% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7A9C is #518563. Grayscale: #8D8D8D. Windows color (decimal): -5342564 or 10255022. OLE color: 10255022.
HSL color Cylindrical-coordinate representation of color #AE7A9C: hue angle of 320.77º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AE7A9C is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 122 | 156 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.32 |
| HSL | 320.77º | 0.24% | 0.58% | - |
| HSV(B) | 320.77º | 0.3% | 0.68% | - |
| XYZ | 30.42 | 25.32 | 34.74 | - |
| YUV | 141.42 | 136.23 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 122 | 156 | 0 | 0.30 | 0.10 | 0.32 | 320.77 | 0.24 | 0.58 |
| Hex | AE | 7A | 9C | 0 | 1E | A | 20 | 141 | 18 | 3A |
| Octal | 256 | 172 | 234 | 0 | 36 | 12 | 40 | 501 | 30 | 72 |
| Binary | 10101110 | 1111010 | 10011100 | 0 | 11110 | 1010 | 100000 | 101000001 | 11000 | 111010 |
Color Harmonies of #AE7A9C
Complementary color
Monochromatic Colors of #AE7A9C
Black with #AE7A9C
Text Example
Text Example
White with #AE7A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7A9C; }
p { color: rgb(174,122,156); }
H1.HeaderClassName
{
color: #AE7A9C;
}
.AnyTagClassName
{
color: #AE7A9C;
}
</style>
background-color css
<style>
a { background-color: #AE7A9C; }
a { background-color: rgb(174,122,156); }
div.DivClassName
{
background-color: #AE7A9C;
}
.BgClassName
{
background-color: #AE7A9C;
}
</style>
border-color css
<style>
span { border-color: #AE7A9C; }
span { border-color: rgb(174,122,156); }
td.TdClassName
{
border-color: #AE7A9C;
}
.TagClassName
{
border-color: #AE7A9C;
}
</style>