Shades of Bouquet #A779A0
Tints of Bouquet #A779A0
RGB
CMYK
RGB Variations
Color information
#A779A0 (or 0xA779A0) is known color: Bouquet. HEX triplet: A7, 79 and A0. RGB value is (167,121,160). Sum of RGB (Red+Green+Blue) = 167+121+160=448 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.28% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 167 - color contains mainly: red. Hex color #A779A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A779A0 is #58865F. Grayscale: #8B8B8B. Windows color (decimal): -5801568 or 10516903. OLE color: 10516903.
HSL color Cylindrical-coordinate representation of color #A779A0: hue angle of 309.13º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A779A0 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 121 | 160 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.35 |
| HSL | 309.13º | 0.21% | 0.56% | - |
| HSV(B) | 309.13º | 0.28% | 0.65% | - |
| XYZ | 29.12 | 24.43 | 36.44 | - |
| YUV | 139.2 | 139.74 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 121 | 160 | 0 | 0.28 | 0.04 | 0.35 | 309.13 | 0.21 | 0.56 |
| Hex | A7 | 79 | A0 | 0 | 1C | 4 | 23 | 135 | 15 | 38 |
| Octal | 247 | 171 | 240 | 0 | 34 | 4 | 43 | 465 | 25 | 70 |
| Binary | 10100111 | 1111001 | 10100000 | 0 | 11100 | 100 | 100011 | 100110101 | 10101 | 111000 |
Color Harmonies of #A779A0
Complementary color
Monochromatic Colors of #A779A0
Black with #A779A0
Text Example
Text Example
White with #A779A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A779A0; }
p { color: rgb(167,121,160); }
H1.HeaderClassName
{
color: #A779A0;
}
.AnyTagClassName
{
color: #A779A0;
}
</style>
background-color css
<style>
a { background-color: #A779A0; }
a { background-color: rgb(167,121,160); }
div.DivClassName
{
background-color: #A779A0;
}
.BgClassName
{
background-color: #A779A0;
}
</style>
border-color css
<style>
span { border-color: #A779A0; }
span { border-color: rgb(167,121,160); }
td.TdClassName
{
border-color: #A779A0;
}
.TagClassName
{
border-color: #A779A0;
}
</style>