Shades of Bouquet #AA87A0
Tints of Bouquet #AA87A0
RGB
CMYK
RGB Variations
Color information
#AA87A0 (or 0xAA87A0) is known color: Bouquet. HEX triplet: AA, 87 and A0. RGB value is (170,135,160). Sum of RGB (Red+Green+Blue) = 170+135+160=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 135 (53.12% from 255 or 29.03% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 170 - color contains mainly: red. Hex color #AA87A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA87A0 is #55785F. Grayscale: #949494. Windows color (decimal): -5601376 or 10520490. OLE color: 10520490.
HSL color Cylindrical-coordinate representation of color #AA87A0: hue angle of 317.14º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AA87A0 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 160 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.33 |
| HSL | 317.14º | 0.17% | 0.6% | - |
| HSV(B) | 317.14º | 0.21% | 0.67% | - |
| XYZ | 31.59 | 28.41 | 37.08 | - |
| YUV | 148.32 | 134.6 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 160 | 0 | 0.21 | 0.06 | 0.33 | 317.14 | 0.17 | 0.6 |
| Hex | AA | 87 | A0 | 0 | 15 | 6 | 21 | 13D | 11 | 3C |
| Octal | 252 | 207 | 240 | 0 | 25 | 6 | 41 | 475 | 21 | 74 |
| Binary | 10101010 | 10000111 | 10100000 | 0 | 10101 | 110 | 100001 | 100111101 | 10001 | 111100 |
Color Harmonies of #AA87A0
Complementary color
Monochromatic Colors of #AA87A0
Black with #AA87A0
Text Example
Text Example
White with #AA87A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA87A0; }
p { color: rgb(170,135,160); }
H1.HeaderClassName
{
color: #AA87A0;
}
.AnyTagClassName
{
color: #AA87A0;
}
</style>
background-color css
<style>
a { background-color: #AA87A0; }
a { background-color: rgb(170,135,160); }
div.DivClassName
{
background-color: #AA87A0;
}
.BgClassName
{
background-color: #AA87A0;
}
</style>
border-color css
<style>
span { border-color: #AA87A0; }
span { border-color: rgb(170,135,160); }
td.TdClassName
{
border-color: #AA87A0;
}
.TagClassName
{
border-color: #AA87A0;
}
</style>