Shades of Bouquet #AA7D9B
Tints of Bouquet #AA7D9B
RGB
CMYK
RGB Variations
Color information
#AA7D9B (or 0xAA7D9B) is known color: Bouquet. HEX triplet: AA, 7D and 9B. RGB value is (170,125,155). Sum of RGB (Red+Green+Blue) = 170+125+155=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7D9B is #558264. Grayscale: #8D8D8D. Windows color (decimal): -5603941 or 10190250. OLE color: 10190250.
HSL color Cylindrical-coordinate representation of color #AA7D9B: hue angle of 320º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA7D9B is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 125 | 155 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.33 |
| HSL | 320º | 0.21% | 0.58% | - |
| HSV(B) | 320º | 0.26% | 0.67% | - |
| XYZ | 29.83 | 25.58 | 34.38 | - |
| YUV | 141.88 | 135.41 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 155 | 0 | 0.26 | 0.09 | 0.33 | 320 | 0.21 | 0.58 |
| Hex | AA | 7D | 9B | 0 | 1A | 9 | 21 | 140 | 15 | 3A |
| Octal | 252 | 175 | 233 | 0 | 32 | 11 | 41 | 500 | 25 | 72 |
| Binary | 10101010 | 1111101 | 10011011 | 0 | 11010 | 1001 | 100001 | 101000000 | 10101 | 111010 |
Color Harmonies of #AA7D9B
Complementary color
Monochromatic Colors of #AA7D9B
Black with #AA7D9B
Text Example
Text Example
White with #AA7D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7D9B; }
p { color: rgb(170,125,155); }
H1.HeaderClassName
{
color: #AA7D9B;
}
.AnyTagClassName
{
color: #AA7D9B;
}
</style>
background-color css
<style>
a { background-color: #AA7D9B; }
a { background-color: rgb(170,125,155); }
div.DivClassName
{
background-color: #AA7D9B;
}
.BgClassName
{
background-color: #AA7D9B;
}
</style>
border-color css
<style>
span { border-color: #AA7D9B; }
span { border-color: rgb(170,125,155); }
td.TdClassName
{
border-color: #AA7D9B;
}
.TagClassName
{
border-color: #AA7D9B;
}
</style>