Shades of Bouquet #AA6C9C
Tints of Bouquet #AA6C9C
RGB
CMYK
RGB Variations
Color information
#AA6C9C (or 0xAA6C9C) is known color: Bouquet. HEX triplet: AA, 6C and 9C. RGB value is (170,108,156). Sum of RGB (Red+Green+Blue) = 170+108+156=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6C9C is #559363. Grayscale: #838383. Windows color (decimal): -5608292 or 10251434. OLE color: 10251434.
HSL color Cylindrical-coordinate representation of color #AA6C9C: hue angle of 313.55º 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 #AA6C9C is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 108 | 156 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.33 |
| HSL | 313.55º | 0.27% | 0.55% | - |
| HSV(B) | 313.55º | 0.36% | 0.67% | - |
| XYZ | 27.94 | 21.67 | 34.16 | - |
| YUV | 132.01 | 141.54 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 156 | 0 | 0.36 | 0.08 | 0.33 | 313.55 | 0.27 | 0.55 |
| Hex | AA | 6C | 9C | 0 | 24 | 8 | 21 | 13A | 1B | 37 |
| Octal | 252 | 154 | 234 | 0 | 44 | 10 | 41 | 472 | 33 | 67 |
| Binary | 10101010 | 1101100 | 10011100 | 0 | 100100 | 1000 | 100001 | 100111010 | 11011 | 110111 |
Color Harmonies of #AA6C9C
Complementary color
Monochromatic Colors of #AA6C9C
Black with #AA6C9C
Text Example
Text Example
White with #AA6C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6C9C; }
p { color: rgb(170,108,156); }
H1.HeaderClassName
{
color: #AA6C9C;
}
.AnyTagClassName
{
color: #AA6C9C;
}
</style>
background-color css
<style>
a { background-color: #AA6C9C; }
a { background-color: rgb(170,108,156); }
div.DivClassName
{
background-color: #AA6C9C;
}
.BgClassName
{
background-color: #AA6C9C;
}
</style>
border-color css
<style>
span { border-color: #AA6C9C; }
span { border-color: rgb(170,108,156); }
td.TdClassName
{
border-color: #AA6C9C;
}
.TagClassName
{
border-color: #AA6C9C;
}
</style>