Shades of Bouquet #A77C9F
Tints of Bouquet #A77C9F
RGB
CMYK
RGB Variations
Color information
#A77C9F (or 0xA77C9F) is known color: Bouquet. HEX triplet: A7, 7C and 9F. RGB value is (167,124,159). Sum of RGB (Red+Green+Blue) = 167+124+159=450 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.11% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 167 - color contains mainly: red. Hex color #A77C9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77C9F is #588360. Grayscale: #8C8C8C. Windows color (decimal): -5800801 or 10452135. OLE color: 10452135.
HSL color Cylindrical-coordinate representation of color #A77C9F: hue angle of 311.16º 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 #A77C9F is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 124 | 159 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.35 |
| HSL | 311.16º | 0.2% | 0.57% | - |
| HSV(B) | 311.16º | 0.26% | 0.65% | - |
| XYZ | 29.4 | 25.13 | 36.1 | - |
| YUV | 140.85 | 138.25 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 124 | 159 | 0 | 0.26 | 0.05 | 0.35 | 311.16 | 0.2 | 0.57 |
| Hex | A7 | 7C | 9F | 0 | 1A | 5 | 23 | 137 | 14 | 39 |
| Octal | 247 | 174 | 237 | 0 | 32 | 5 | 43 | 467 | 24 | 71 |
| Binary | 10100111 | 1111100 | 10011111 | 0 | 11010 | 101 | 100011 | 100110111 | 10100 | 111001 |
Color Harmonies of #A77C9F
Complementary color
Monochromatic Colors of #A77C9F
Black with #A77C9F
Text Example
Text Example
White with #A77C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77C9F; }
p { color: rgb(167,124,159); }
H1.HeaderClassName
{
color: #A77C9F;
}
.AnyTagClassName
{
color: #A77C9F;
}
</style>
background-color css
<style>
a { background-color: #A77C9F; }
a { background-color: rgb(167,124,159); }
div.DivClassName
{
background-color: #A77C9F;
}
.BgClassName
{
background-color: #A77C9F;
}
</style>
border-color css
<style>
span { border-color: #A77C9F; }
span { border-color: rgb(167,124,159); }
td.TdClassName
{
border-color: #A77C9F;
}
.TagClassName
{
border-color: #A77C9F;
}
</style>