Shades of Bouquet #AA809A
Tints of Bouquet #AA809A
RGB
CMYK
RGB Variations
Color information
#AA809A (or 0xAA809A) is known color: Bouquet. HEX triplet: AA, 80 and 9A. RGB value is (170,128,154). Sum of RGB (Red+Green+Blue) = 170+128+154=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 154 (60.55% from 255 or 34.07% from 452); Max value from RGB is 170 - color contains mainly: red. Hex color #AA809A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA809A is #557F65. Grayscale: #8F8F8F. Windows color (decimal): -5603174 or 10125482. OLE color: 10125482.
HSL color Cylindrical-coordinate representation of color #AA809A: hue angle of 322.86º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA809A is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 128 | 154 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.33 |
| HSL | 322.86º | 0.2% | 0.58% | - |
| HSV(B) | 322.86º | 0.25% | 0.67% | - |
| XYZ | 30.13 | 26.32 | 34.06 | - |
| YUV | 143.52 | 133.91 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 154 | 0 | 0.25 | 0.09 | 0.33 | 322.86 | 0.2 | 0.58 |
| Hex | AA | 80 | 9A | 0 | 19 | 9 | 21 | 143 | 14 | 3A |
| Octal | 252 | 200 | 232 | 0 | 31 | 11 | 41 | 503 | 24 | 72 |
| Binary | 10101010 | 10000000 | 10011010 | 0 | 11001 | 1001 | 100001 | 101000011 | 10100 | 111010 |
Color Harmonies of #AA809A
Complementary color
Monochromatic Colors of #AA809A
Black with #AA809A
Text Example
Text Example
White with #AA809A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA809A; }
p { color: rgb(170,128,154); }
H1.HeaderClassName
{
color: #AA809A;
}
.AnyTagClassName
{
color: #AA809A;
}
</style>
background-color css
<style>
a { background-color: #AA809A; }
a { background-color: rgb(170,128,154); }
div.DivClassName
{
background-color: #AA809A;
}
.BgClassName
{
background-color: #AA809A;
}
</style>
border-color css
<style>
span { border-color: #AA809A; }
span { border-color: rgb(170,128,154); }
td.TdClassName
{
border-color: #AA809A;
}
.TagClassName
{
border-color: #AA809A;
}
</style>