Shades of Bouquet #AE829F
Tints of Bouquet #AE829F
RGB
CMYK
RGB Variations
Color information
#AE829F (or 0xAE829F) is known color: Bouquet. HEX triplet: AE, 82 and 9F. RGB value is (174,130,159). Sum of RGB (Red+Green+Blue) = 174+130+159=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 174 - color contains mainly: red. Hex color #AE829F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE829F is #517D60. Grayscale: #929292. Windows color (decimal): -5340513 or 10453678. OLE color: 10453678.
HSL color Cylindrical-coordinate representation of color #AE829F: hue angle of 320.45º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AE829F is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 130 | 159 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.32 |
| HSL | 320.45º | 0.21% | 0.6% | - |
| HSV(B) | 320.45º | 0.25% | 0.68% | - |
| XYZ | 31.7 | 27.47 | 36.43 | - |
| YUV | 146.46 | 135.08 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 130 | 159 | 0 | 0.25 | 0.09 | 0.32 | 320.45 | 0.21 | 0.6 |
| Hex | AE | 82 | 9F | 0 | 19 | 9 | 20 | 140 | 15 | 3C |
| Octal | 256 | 202 | 237 | 0 | 31 | 11 | 40 | 500 | 25 | 74 |
| Binary | 10101110 | 10000010 | 10011111 | 0 | 11001 | 1001 | 100000 | 101000000 | 10101 | 111100 |
Color Harmonies of #AE829F
Complementary color
Monochromatic Colors of #AE829F
Black with #AE829F
Text Example
Text Example
White with #AE829F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE829F; }
p { color: rgb(174,130,159); }
H1.HeaderClassName
{
color: #AE829F;
}
.AnyTagClassName
{
color: #AE829F;
}
</style>
background-color css
<style>
a { background-color: #AE829F; }
a { background-color: rgb(174,130,159); }
div.DivClassName
{
background-color: #AE829F;
}
.BgClassName
{
background-color: #AE829F;
}
</style>
border-color css
<style>
span { border-color: #AE829F; }
span { border-color: rgb(174,130,159); }
td.TdClassName
{
border-color: #AE829F;
}
.TagClassName
{
border-color: #AE829F;
}
</style>