Shades of Bouquet #A7769B
Tints of Bouquet #A7769B
RGB
CMYK
RGB Variations
Color information
#A7769B (or 0xA7769B) is known color: Bouquet. HEX triplet: A7, 76 and 9B. RGB value is (167,118,155). Sum of RGB (Red+Green+Blue) = 167+118+155=440 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.95% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 167 - color contains mainly: red. Hex color #A7769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7769B is #588964. Grayscale: #888888. Windows color (decimal): -5802341 or 10188455. OLE color: 10188455.
HSL color Cylindrical-coordinate representation of color #A7769B: hue angle of 314.69º 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 #A7769B is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 118 | 155 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.35 |
| HSL | 314.69º | 0.22% | 0.56% | - |
| HSV(B) | 314.69º | 0.29% | 0.65% | - |
| XYZ | 28.33 | 23.54 | 34.06 | - |
| YUV | 136.87 | 138.23 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 118 | 155 | 0 | 0.29 | 0.07 | 0.35 | 314.69 | 0.22 | 0.56 |
| Hex | A7 | 76 | 9B | 0 | 1D | 7 | 23 | 13B | 16 | 38 |
| Octal | 247 | 166 | 233 | 0 | 35 | 7 | 43 | 473 | 26 | 70 |
| Binary | 10100111 | 1110110 | 10011011 | 0 | 11101 | 111 | 100011 | 100111011 | 10110 | 111000 |
Color Harmonies of #A7769B
Complementary color
Monochromatic Colors of #A7769B
Black with #A7769B
Text Example
Text Example
White with #A7769B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7769B; }
p { color: rgb(167,118,155); }
H1.HeaderClassName
{
color: #A7769B;
}
.AnyTagClassName
{
color: #A7769B;
}
</style>
background-color css
<style>
a { background-color: #A7769B; }
a { background-color: rgb(167,118,155); }
div.DivClassName
{
background-color: #A7769B;
}
.BgClassName
{
background-color: #A7769B;
}
</style>
border-color css
<style>
span { border-color: #A7769B; }
span { border-color: rgb(167,118,155); }
td.TdClassName
{
border-color: #A7769B;
}
.TagClassName
{
border-color: #A7769B;
}
</style>