Shades of Bouquet #AA6D9C
Tints of Bouquet #AA6D9C
RGB
CMYK
RGB Variations
Color information
#AA6D9C (or 0xAA6D9C) is known color: Bouquet. HEX triplet: AA, 6D and 9C. RGB value is (170,109,156). Sum of RGB (Red+Green+Blue) = 170+109+156=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6D9C is #559263. Grayscale: #848484. Windows color (decimal): -5608036 or 10251690. OLE color: 10251690.
HSL color Cylindrical-coordinate representation of color #AA6D9C: hue angle of 313.77º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA6D9C is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 156 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.33 |
| HSL | 313.77º | 0.26% | 0.55% | - |
| HSV(B) | 313.77º | 0.36% | 0.67% | - |
| XYZ | 28.05 | 21.88 | 34.2 | - |
| YUV | 132.6 | 141.21 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 156 | 0 | 0.36 | 0.08 | 0.33 | 313.77 | 0.26 | 0.55 |
| Hex | AA | 6D | 9C | 0 | 24 | 8 | 21 | 13A | 1A | 37 |
| Octal | 252 | 155 | 234 | 0 | 44 | 10 | 41 | 472 | 32 | 67 |
| Binary | 10101010 | 1101101 | 10011100 | 0 | 100100 | 1000 | 100001 | 100111010 | 11010 | 110111 |
Color Harmonies of #AA6D9C
Complementary color
Monochromatic Colors of #AA6D9C
Black with #AA6D9C
Text Example
Text Example
White with #AA6D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D9C; }
p { color: rgb(170,109,156); }
H1.HeaderClassName
{
color: #AA6D9C;
}
.AnyTagClassName
{
color: #AA6D9C;
}
</style>
background-color css
<style>
a { background-color: #AA6D9C; }
a { background-color: rgb(170,109,156); }
div.DivClassName
{
background-color: #AA6D9C;
}
.BgClassName
{
background-color: #AA6D9C;
}
</style>
border-color css
<style>
span { border-color: #AA6D9C; }
span { border-color: rgb(170,109,156); }
td.TdClassName
{
border-color: #AA6D9C;
}
.TagClassName
{
border-color: #AA6D9C;
}
</style>