Shades of Bouquet #A0779B
Tints of Bouquet #A0779B
RGB
CMYK
RGB Variations
Color information
#A0779B (or 0xA0779B) is known color: Bouquet. HEX triplet: A0, 77 and 9B. RGB value is (160,119,155). Sum of RGB (Red+Green+Blue) = 160+119+155=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 160 - color contains mainly: red. Hex color #A0779B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0779B is #5F8864. Grayscale: #878787. Windows color (decimal): -6260837 or 10188704. OLE color: 10188704.
HSL color Cylindrical-coordinate representation of color #A0779B: hue angle of 307.32º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0779B is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 119 | 155 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.37 |
| HSL | 307.32º | 0.18% | 0.55% | - |
| HSV(B) | 307.32º | 0.26% | 0.63% | - |
| XYZ | 27.01 | 23.03 | 34.03 | - |
| YUV | 135.36 | 139.08 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 155 | 0 | 0.26 | 0.03 | 0.37 | 307.32 | 0.18 | 0.55 |
| Hex | A0 | 77 | 9B | 0 | 1A | 3 | 25 | 133 | 12 | 37 |
| Octal | 240 | 167 | 233 | 0 | 32 | 3 | 45 | 463 | 22 | 67 |
| Binary | 10100000 | 1110111 | 10011011 | 0 | 11010 | 11 | 100101 | 100110011 | 10010 | 110111 |
Color Harmonies of #A0779B
Complementary color
Monochromatic Colors of #A0779B
Black with #A0779B
Text Example
Text Example
White with #A0779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0779B; }
p { color: rgb(160,119,155); }
H1.HeaderClassName
{
color: #A0779B;
}
.AnyTagClassName
{
color: #A0779B;
}
</style>
background-color css
<style>
a { background-color: #A0779B; }
a { background-color: rgb(160,119,155); }
div.DivClassName
{
background-color: #A0779B;
}
.BgClassName
{
background-color: #A0779B;
}
</style>
border-color css
<style>
span { border-color: #A0779B; }
span { border-color: rgb(160,119,155); }
td.TdClassName
{
border-color: #A0779B;
}
.TagClassName
{
border-color: #A0779B;
}
</style>