Shades of Bouquet #AA6C9B
Tints of Bouquet #AA6C9B
RGB
CMYK
RGB Variations
Color information
#AA6C9B (or 0xAA6C9B) is known color: Bouquet. HEX triplet: AA, 6C and 9B. RGB value is (170,108,155). Sum of RGB (Red+Green+Blue) = 170+108+155=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6C9B is #559364. Grayscale: #838383. Windows color (decimal): -5608293 or 10185898. OLE color: 10185898.
HSL color Cylindrical-coordinate representation of color #AA6C9B: hue angle of 314.52º degrees, saturation: 0.27, 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 #AA6C9B is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 108 | 155 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.33 |
| HSL | 314.52º | 0.27% | 0.55% | - |
| HSV(B) | 314.52º | 0.36% | 0.67% | - |
| XYZ | 27.86 | 21.64 | 33.72 | - |
| YUV | 131.9 | 141.04 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 155 | 0 | 0.36 | 0.09 | 0.33 | 314.52 | 0.27 | 0.55 |
| Hex | AA | 6C | 9B | 0 | 24 | 9 | 21 | 13B | 1B | 37 |
| Octal | 252 | 154 | 233 | 0 | 44 | 11 | 41 | 473 | 33 | 67 |
| Binary | 10101010 | 1101100 | 10011011 | 0 | 100100 | 1001 | 100001 | 100111011 | 11011 | 110111 |
Color Harmonies of #AA6C9B
Complementary color
Monochromatic Colors of #AA6C9B
Black with #AA6C9B
Text Example
Text Example
White with #AA6C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6C9B; }
p { color: rgb(170,108,155); }
H1.HeaderClassName
{
color: #AA6C9B;
}
.AnyTagClassName
{
color: #AA6C9B;
}
</style>
background-color css
<style>
a { background-color: #AA6C9B; }
a { background-color: rgb(170,108,155); }
div.DivClassName
{
background-color: #AA6C9B;
}
.BgClassName
{
background-color: #AA6C9B;
}
</style>
border-color css
<style>
span { border-color: #AA6C9B; }
span { border-color: rgb(170,108,155); }
td.TdClassName
{
border-color: #AA6C9B;
}
.TagClassName
{
border-color: #AA6C9B;
}
</style>