Shades of Bouquet #A77F9F
Tints of Bouquet #A77F9F
RGB
CMYK
RGB Variations
Color information
#A77F9F (or 0xA77F9F) is known color: Bouquet. HEX triplet: A7, 7F and 9F. RGB value is (167,127,159). Sum of RGB (Red+Green+Blue) = 167+127+159=453 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.87% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 159 (62.5% from 255 or 35.10% from 453); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77F9F is #588060. Grayscale: #8E8E8E. Windows color (decimal): -5800033 or 10452903. OLE color: 10452903.
HSL color Cylindrical-coordinate representation of color #A77F9F: hue angle of 312º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A77F9F is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 127 | 159 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.35 |
| HSL | 312º | 0.19% | 0.58% | - |
| HSV(B) | 312º | 0.24% | 0.65% | - |
| XYZ | 29.78 | 25.9 | 36.23 | - |
| YUV | 142.61 | 137.25 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 127 | 159 | 0 | 0.24 | 0.05 | 0.35 | 312 | 0.19 | 0.58 |
| Hex | A7 | 7F | 9F | 0 | 18 | 5 | 23 | 138 | 13 | 3A |
| Octal | 247 | 177 | 237 | 0 | 30 | 5 | 43 | 470 | 23 | 72 |
| Binary | 10100111 | 1111111 | 10011111 | 0 | 11000 | 101 | 100011 | 100111000 | 10011 | 111010 |
Color Harmonies of #A77F9F
Complementary color
Monochromatic Colors of #A77F9F
Black with #A77F9F
Text Example
Text Example
White with #A77F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77F9F; }
p { color: rgb(167,127,159); }
H1.HeaderClassName
{
color: #A77F9F;
}
.AnyTagClassName
{
color: #A77F9F;
}
</style>
background-color css
<style>
a { background-color: #A77F9F; }
a { background-color: rgb(167,127,159); }
div.DivClassName
{
background-color: #A77F9F;
}
.BgClassName
{
background-color: #A77F9F;
}
</style>
border-color css
<style>
span { border-color: #A77F9F; }
span { border-color: rgb(167,127,159); }
td.TdClassName
{
border-color: #A77F9F;
}
.TagClassName
{
border-color: #A77F9F;
}
</style>