Shades of Bouquet #A77A9F
Tints of Bouquet #A77A9F
RGB
CMYK
RGB Variations
Color information
#A77A9F (or 0xA77A9F) is known color: Bouquet. HEX triplet: A7, 7A and 9F. RGB value is (167,122,159). Sum of RGB (Red+Green+Blue) = 167+122+159=448 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.28% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 167 - color contains mainly: red. Hex color #A77A9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77A9F is #588560. Grayscale: #8B8B8B. Windows color (decimal): -5801313 or 10451623. OLE color: 10451623.
HSL color Cylindrical-coordinate representation of color #A77A9F: hue angle of 310.67º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A77A9F is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 122 | 159 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.35 |
| HSL | 310.67º | 0.2% | 0.57% | - |
| HSV(B) | 310.67º | 0.27% | 0.65% | - |
| XYZ | 29.15 | 24.64 | 36.02 | - |
| YUV | 139.67 | 138.91 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 122 | 159 | 0 | 0.27 | 0.05 | 0.35 | 310.67 | 0.2 | 0.57 |
| Hex | A7 | 7A | 9F | 0 | 1B | 5 | 23 | 137 | 14 | 39 |
| Octal | 247 | 172 | 237 | 0 | 33 | 5 | 43 | 467 | 24 | 71 |
| Binary | 10100111 | 1111010 | 10011111 | 0 | 11011 | 101 | 100011 | 100110111 | 10100 | 111001 |
Color Harmonies of #A77A9F
Complementary color
Monochromatic Colors of #A77A9F
Black with #A77A9F
Text Example
Text Example
White with #A77A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77A9F; }
p { color: rgb(167,122,159); }
H1.HeaderClassName
{
color: #A77A9F;
}
.AnyTagClassName
{
color: #A77A9F;
}
</style>
background-color css
<style>
a { background-color: #A77A9F; }
a { background-color: rgb(167,122,159); }
div.DivClassName
{
background-color: #A77A9F;
}
.BgClassName
{
background-color: #A77A9F;
}
</style>
border-color css
<style>
span { border-color: #A77A9F; }
span { border-color: rgb(167,122,159); }
td.TdClassName
{
border-color: #A77A9F;
}
.TagClassName
{
border-color: #A77A9F;
}
</style>