Shades of Bouquet #AA839D
Tints of Bouquet #AA839D
RGB
CMYK
RGB Variations
Color information
#AA839D (or 0xAA839D) is known color: Bouquet. HEX triplet: AA, 83 and 9D. RGB value is (170,131,157). Sum of RGB (Red+Green+Blue) = 170+131+157=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 170 - color contains mainly: red. Hex color #AA839D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA839D is #557C62. Grayscale: #919191. Windows color (decimal): -5602403 or 10322858. OLE color: 10322858.
HSL color Cylindrical-coordinate representation of color #AA839D: hue angle of 320º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA839D is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 157 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.33 |
| HSL | 320º | 0.19% | 0.59% | - |
| HSV(B) | 320º | 0.23% | 0.67% | - |
| XYZ | 30.78 | 27.21 | 35.53 | - |
| YUV | 145.63 | 134.42 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 157 | 0 | 0.23 | 0.08 | 0.33 | 320 | 0.19 | 0.59 |
| Hex | AA | 83 | 9D | 0 | 17 | 8 | 21 | 140 | 13 | 3B |
| Octal | 252 | 203 | 235 | 0 | 27 | 10 | 41 | 500 | 23 | 73 |
| Binary | 10101010 | 10000011 | 10011101 | 0 | 10111 | 1000 | 100001 | 101000000 | 10011 | 111011 |
Color Harmonies of #AA839D
Complementary color
Monochromatic Colors of #AA839D
Black with #AA839D
Text Example
Text Example
White with #AA839D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA839D; }
p { color: rgb(170,131,157); }
H1.HeaderClassName
{
color: #AA839D;
}
.AnyTagClassName
{
color: #AA839D;
}
</style>
background-color css
<style>
a { background-color: #AA839D; }
a { background-color: rgb(170,131,157); }
div.DivClassName
{
background-color: #AA839D;
}
.BgClassName
{
background-color: #AA839D;
}
</style>
border-color css
<style>
span { border-color: #AA839D; }
span { border-color: rgb(170,131,157); }
td.TdClassName
{
border-color: #AA839D;
}
.TagClassName
{
border-color: #AA839D;
}
</style>