Shades of Bouquet #AA7BA3
Tints of Bouquet #AA7BA3
RGB
CMYK
RGB Variations
Color information
#AA7BA3 (or 0xAA7BA3) is known color: Bouquet. HEX triplet: AA, 7B and A3. RGB value is (170,123,163). Sum of RGB (Red+Green+Blue) = 170+123+163=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 163 (64.06% from 255 or 35.75% from 456); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7BA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7BA3 is #55845C. Grayscale: #8D8D8D. Windows color (decimal): -5604445 or 10714026. OLE color: 10714026.
HSL color Cylindrical-coordinate representation of color #AA7BA3: hue angle of 308.94º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA7BA3 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 123 | 163 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.33 |
| HSL | 308.94º | 0.22% | 0.57% | - |
| HSV(B) | 308.94º | 0.28% | 0.67% | - |
| XYZ | 30.27 | 25.36 | 37.95 | - |
| YUV | 141.61 | 140.07 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 163 | 0 | 0.28 | 0.04 | 0.33 | 308.94 | 0.22 | 0.57 |
| Hex | AA | 7B | A3 | 0 | 1C | 4 | 21 | 135 | 16 | 39 |
| Octal | 252 | 173 | 243 | 0 | 34 | 4 | 41 | 465 | 26 | 71 |
| Binary | 10101010 | 1111011 | 10100011 | 0 | 11100 | 100 | 100001 | 100110101 | 10110 | 111001 |
Color Harmonies of #AA7BA3
Complementary color
Monochromatic Colors of #AA7BA3
Black with #AA7BA3
Text Example
Text Example
White with #AA7BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7BA3; }
p { color: rgb(170,123,163); }
H1.HeaderClassName
{
color: #AA7BA3;
}
.AnyTagClassName
{
color: #AA7BA3;
}
</style>
background-color css
<style>
a { background-color: #AA7BA3; }
a { background-color: rgb(170,123,163); }
div.DivClassName
{
background-color: #AA7BA3;
}
.BgClassName
{
background-color: #AA7BA3;
}
</style>
border-color css
<style>
span { border-color: #AA7BA3; }
span { border-color: rgb(170,123,163); }
td.TdClassName
{
border-color: #AA7BA3;
}
.TagClassName
{
border-color: #AA7BA3;
}
</style>