Shades of Bouquet #A977A1
Tints of Bouquet #A977A1
RGB
CMYK
RGB Variations
Color information
#A977A1 (or 0xA977A1) is known color: Bouquet. HEX triplet: A9, 77 and A1. RGB value is (169,119,161). Sum of RGB (Red+Green+Blue) = 169+119+161=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 161 (63.28% from 255 or 35.86% from 449); Max value from RGB is 169 - color contains mainly: red. Hex color #A977A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A977A1 is #56885E. Grayscale: #8A8A8A. Windows color (decimal): -5671007 or 10581929. OLE color: 10581929.
HSL color Cylindrical-coordinate representation of color #A977A1: hue angle of 309.6º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A977A1 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 119 | 161 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.34 |
| HSL | 309.6º | 0.23% | 0.56% | - |
| HSV(B) | 309.6º | 0.3% | 0.66% | - |
| XYZ | 29.39 | 24.2 | 36.84 | - |
| YUV | 138.74 | 140.57 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 119 | 161 | 0 | 0.30 | 0.05 | 0.34 | 309.6 | 0.23 | 0.56 |
| Hex | A9 | 77 | A1 | 0 | 1E | 5 | 22 | 136 | 17 | 38 |
| Octal | 251 | 167 | 241 | 0 | 36 | 5 | 42 | 466 | 27 | 70 |
| Binary | 10101001 | 1110111 | 10100001 | 0 | 11110 | 101 | 100010 | 100110110 | 10111 | 111000 |
Color Harmonies of #A977A1
Complementary color
Monochromatic Colors of #A977A1
Black with #A977A1
Text Example
Text Example
White with #A977A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A977A1; }
p { color: rgb(169,119,161); }
H1.HeaderClassName
{
color: #A977A1;
}
.AnyTagClassName
{
color: #A977A1;
}
</style>
background-color css
<style>
a { background-color: #A977A1; }
a { background-color: rgb(169,119,161); }
div.DivClassName
{
background-color: #A977A1;
}
.BgClassName
{
background-color: #A977A1;
}
</style>
border-color css
<style>
span { border-color: #A977A1; }
span { border-color: rgb(169,119,161); }
td.TdClassName
{
border-color: #A977A1;
}
.TagClassName
{
border-color: #A977A1;
}
</style>