Shades of Bouquet #A7779D
Tints of Bouquet #A7779D
RGB
CMYK
RGB Variations
Color information
#A7779D (or 0xA7779D) is known color: Bouquet. HEX triplet: A7, 77 and 9D. RGB value is (167,119,157). Sum of RGB (Red+Green+Blue) = 167+119+157=443 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.70% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 167 - color contains mainly: red. Hex color #A7779D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7779D is #588862. Grayscale: #898989. Windows color (decimal): -5802083 or 10319783. OLE color: 10319783.
HSL color Cylindrical-coordinate representation of color #A7779D: hue angle of 312.5º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7779D is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 119 | 157 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.35 |
| HSL | 312.5º | 0.21% | 0.56% | - |
| HSV(B) | 312.5º | 0.29% | 0.65% | - |
| XYZ | 28.62 | 23.84 | 34.99 | - |
| YUV | 137.68 | 138.9 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 119 | 157 | 0 | 0.29 | 0.06 | 0.35 | 312.5 | 0.21 | 0.56 |
| Hex | A7 | 77 | 9D | 0 | 1D | 6 | 23 | 138 | 15 | 38 |
| Octal | 247 | 167 | 235 | 0 | 35 | 6 | 43 | 470 | 25 | 70 |
| Binary | 10100111 | 1110111 | 10011101 | 0 | 11101 | 110 | 100011 | 100111000 | 10101 | 111000 |
Color Harmonies of #A7779D
Complementary color
Monochromatic Colors of #A7779D
Black with #A7779D
Text Example
Text Example
White with #A7779D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7779D; }
p { color: rgb(167,119,157); }
H1.HeaderClassName
{
color: #A7779D;
}
.AnyTagClassName
{
color: #A7779D;
}
</style>
background-color css
<style>
a { background-color: #A7779D; }
a { background-color: rgb(167,119,157); }
div.DivClassName
{
background-color: #A7779D;
}
.BgClassName
{
background-color: #A7779D;
}
</style>
border-color css
<style>
span { border-color: #A7779D; }
span { border-color: rgb(167,119,157); }
td.TdClassName
{
border-color: #A7779D;
}
.TagClassName
{
border-color: #A7779D;
}
</style>