Shades of Bouquet #A77B9E
Tints of Bouquet #A77B9E
RGB
CMYK
RGB Variations
Color information
#A77B9E (or 0xA77B9E) is known color: Bouquet. HEX triplet: A7, 7B and 9E. RGB value is (167,123,158). Sum of RGB (Red+Green+Blue) = 167+123+158=448 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.28% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 167 - color contains mainly: red. Hex color #A77B9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77B9E is #588461. Grayscale: #8C8C8C. Windows color (decimal): -5801058 or 10386343. OLE color: 10386343.
HSL color Cylindrical-coordinate representation of color #A77B9E: hue angle of 312.27º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A77B9E is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 123 | 158 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.35 |
| HSL | 312.27º | 0.2% | 0.57% | - |
| HSV(B) | 312.27º | 0.26% | 0.65% | - |
| XYZ | 29.19 | 24.85 | 35.61 | - |
| YUV | 140.15 | 138.08 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 123 | 158 | 0 | 0.26 | 0.05 | 0.35 | 312.27 | 0.2 | 0.57 |
| Hex | A7 | 7B | 9E | 0 | 1A | 5 | 23 | 138 | 14 | 39 |
| Octal | 247 | 173 | 236 | 0 | 32 | 5 | 43 | 470 | 24 | 71 |
| Binary | 10100111 | 1111011 | 10011110 | 0 | 11010 | 101 | 100011 | 100111000 | 10100 | 111001 |
Color Harmonies of #A77B9E
Complementary color
Monochromatic Colors of #A77B9E
Black with #A77B9E
Text Example
Text Example
White with #A77B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77B9E; }
p { color: rgb(167,123,158); }
H1.HeaderClassName
{
color: #A77B9E;
}
.AnyTagClassName
{
color: #A77B9E;
}
</style>
background-color css
<style>
a { background-color: #A77B9E; }
a { background-color: rgb(167,123,158); }
div.DivClassName
{
background-color: #A77B9E;
}
.BgClassName
{
background-color: #A77B9E;
}
</style>
border-color css
<style>
span { border-color: #A77B9E; }
span { border-color: rgb(167,123,158); }
td.TdClassName
{
border-color: #A77B9E;
}
.TagClassName
{
border-color: #A77B9E;
}
</style>