Shades of Bouquet #A77F9B
Tints of Bouquet #A77F9B
RGB
CMYK
RGB Variations
Color information
#A77F9B (or 0xA77F9B) is known color: Bouquet. HEX triplet: A7, 7F and 9B. RGB value is (167,127,155). Sum of RGB (Red+Green+Blue) = 167+127+155=449 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.19% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77F9B is #588064. Grayscale: #8E8E8E. Windows color (decimal): -5800037 or 10190759. OLE color: 10190759.
HSL color Cylindrical-coordinate representation of color #A77F9B: hue angle of 318º 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 #A77F9B is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 127 | 155 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.35 |
| HSL | 318º | 0.19% | 0.58% | - |
| HSV(B) | 318º | 0.24% | 0.65% | - |
| XYZ | 29.44 | 25.76 | 34.43 | - |
| YUV | 142.15 | 135.25 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 127 | 155 | 0 | 0.24 | 0.07 | 0.35 | 318 | 0.19 | 0.58 |
| Hex | A7 | 7F | 9B | 0 | 18 | 7 | 23 | 13E | 13 | 3A |
| Octal | 247 | 177 | 233 | 0 | 30 | 7 | 43 | 476 | 23 | 72 |
| Binary | 10100111 | 1111111 | 10011011 | 0 | 11000 | 111 | 100011 | 100111110 | 10011 | 111010 |
Color Harmonies of #A77F9B
Complementary color
Monochromatic Colors of #A77F9B
Black with #A77F9B
Text Example
Text Example
White with #A77F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77F9B; }
p { color: rgb(167,127,155); }
H1.HeaderClassName
{
color: #A77F9B;
}
.AnyTagClassName
{
color: #A77F9B;
}
</style>
background-color css
<style>
a { background-color: #A77F9B; }
a { background-color: rgb(167,127,155); }
div.DivClassName
{
background-color: #A77F9B;
}
.BgClassName
{
background-color: #A77F9B;
}
</style>
border-color css
<style>
span { border-color: #A77F9B; }
span { border-color: rgb(167,127,155); }
td.TdClassName
{
border-color: #A77F9B;
}
.TagClassName
{
border-color: #A77F9B;
}
</style>