Shades of Bouquet #AE739D
Tints of Bouquet #AE739D
RGB
CMYK
RGB Variations
Color information
#AE739D (or 0xAE739D) is known color: Bouquet. HEX triplet: AE, 73 and 9D. RGB value is (174,115,157). Sum of RGB (Red+Green+Blue) = 174+115+157=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 174 - color contains mainly: red. Hex color #AE739D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE739D is #518C62. Grayscale: #898989. Windows color (decimal): -5344355 or 10318766. OLE color: 10318766.
HSL color Cylindrical-coordinate representation of color #AE739D: hue angle of 317.29º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE739D is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 115 | 157 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.32 |
| HSL | 317.29º | 0.27% | 0.57% | - |
| HSV(B) | 317.29º | 0.34% | 0.68% | - |
| XYZ | 29.67 | 23.69 | 34.91 | - |
| YUV | 137.43 | 139.05 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 115 | 157 | 0 | 0.34 | 0.10 | 0.32 | 317.29 | 0.27 | 0.57 |
| Hex | AE | 73 | 9D | 0 | 22 | A | 20 | 13D | 1B | 39 |
| Octal | 256 | 163 | 235 | 0 | 42 | 12 | 40 | 475 | 33 | 71 |
| Binary | 10101110 | 1110011 | 10011101 | 0 | 100010 | 1010 | 100000 | 100111101 | 11011 | 111001 |
Color Harmonies of #AE739D
Complementary color
Monochromatic Colors of #AE739D
Black with #AE739D
Text Example
Text Example
White with #AE739D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE739D; }
p { color: rgb(174,115,157); }
H1.HeaderClassName
{
color: #AE739D;
}
.AnyTagClassName
{
color: #AE739D;
}
</style>
background-color css
<style>
a { background-color: #AE739D; }
a { background-color: rgb(174,115,157); }
div.DivClassName
{
background-color: #AE739D;
}
.BgClassName
{
background-color: #AE739D;
}
</style>
border-color css
<style>
span { border-color: #AE739D; }
span { border-color: rgb(174,115,157); }
td.TdClassName
{
border-color: #AE739D;
}
.TagClassName
{
border-color: #AE739D;
}
</style>