Shades of Bouquet #A7769C
Tints of Bouquet #A7769C
RGB
CMYK
RGB Variations
Color information
#A7769C (or 0xA7769C) is known color: Bouquet. HEX triplet: A7, 76 and 9C. RGB value is (167,118,156). Sum of RGB (Red+Green+Blue) = 167+118+156=441 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.87% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 167 - color contains mainly: red. Hex color #A7769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7769C is #588963. Grayscale: #888888. Windows color (decimal): -5802340 or 10253991. OLE color: 10253991.
HSL color Cylindrical-coordinate representation of color #A7769C: hue angle of 313.47º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7769C is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 118 | 156 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.35 |
| HSL | 313.47º | 0.22% | 0.56% | - |
| HSV(B) | 313.47º | 0.29% | 0.65% | - |
| XYZ | 28.42 | 23.57 | 34.5 | - |
| YUV | 136.98 | 138.73 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 118 | 156 | 0 | 0.29 | 0.07 | 0.35 | 313.47 | 0.22 | 0.56 |
| Hex | A7 | 76 | 9C | 0 | 1D | 7 | 23 | 139 | 16 | 38 |
| Octal | 247 | 166 | 234 | 0 | 35 | 7 | 43 | 471 | 26 | 70 |
| Binary | 10100111 | 1110110 | 10011100 | 0 | 11101 | 111 | 100011 | 100111001 | 10110 | 111000 |
Color Harmonies of #A7769C
Complementary color
Monochromatic Colors of #A7769C
Black with #A7769C
Text Example
Text Example
White with #A7769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7769C; }
p { color: rgb(167,118,156); }
H1.HeaderClassName
{
color: #A7769C;
}
.AnyTagClassName
{
color: #A7769C;
}
</style>
background-color css
<style>
a { background-color: #A7769C; }
a { background-color: rgb(167,118,156); }
div.DivClassName
{
background-color: #A7769C;
}
.BgClassName
{
background-color: #A7769C;
}
</style>
border-color css
<style>
span { border-color: #A7769C; }
span { border-color: rgb(167,118,156); }
td.TdClassName
{
border-color: #A7769C;
}
.TagClassName
{
border-color: #A7769C;
}
</style>