Shades of Bouquet #AE689B
Tints of Bouquet #AE689B
RGB
CMYK
RGB Variations
Color information
#AE689B (or 0xAE689B) is known color: Bouquet. HEX triplet: AE, 68 and 9B. RGB value is (174,104,155). Sum of RGB (Red+Green+Blue) = 174+104+155=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AE689B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE689B is #519764. Grayscale: #828282. Windows color (decimal): -5347173 or 10184878. OLE color: 10184878.
HSL color Cylindrical-coordinate representation of color #AE689B: hue angle of 316.29º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE689B is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 104 | 155 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.32 |
| HSL | 316.29º | 0.3% | 0.55% | - |
| HSV(B) | 316.29º | 0.4% | 0.68% | - |
| XYZ | 28.32 | 21.27 | 33.62 | - |
| YUV | 130.74 | 141.69 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 104 | 155 | 0 | 0.40 | 0.11 | 0.32 | 316.29 | 0.3 | 0.55 |
| Hex | AE | 68 | 9B | 0 | 28 | B | 20 | 13C | 1E | 37 |
| Octal | 256 | 150 | 233 | 0 | 50 | 13 | 40 | 474 | 36 | 67 |
| Binary | 10101110 | 1101000 | 10011011 | 0 | 101000 | 1011 | 100000 | 100111100 | 11110 | 110111 |
Color Harmonies of #AE689B
Complementary color
Monochromatic Colors of #AE689B
Black with #AE689B
Text Example
Text Example
White with #AE689B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE689B; }
p { color: rgb(174,104,155); }
H1.HeaderClassName
{
color: #AE689B;
}
.AnyTagClassName
{
color: #AE689B;
}
</style>
background-color css
<style>
a { background-color: #AE689B; }
a { background-color: rgb(174,104,155); }
div.DivClassName
{
background-color: #AE689B;
}
.BgClassName
{
background-color: #AE689B;
}
</style>
border-color css
<style>
span { border-color: #AE689B; }
span { border-color: rgb(174,104,155); }
td.TdClassName
{
border-color: #AE689B;
}
.TagClassName
{
border-color: #AE689B;
}
</style>