Shades of Bouquet #A78BA0
Tints of Bouquet #A78BA0
RGB
CMYK
RGB Variations
Color information
#A78BA0 (or 0xA78BA0) is known color: Bouquet. HEX triplet: A7, 8B and A0. RGB value is (167,139,160). Sum of RGB (Red+Green+Blue) = 167+139+160=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 139 (54.69% from 255 or 29.83% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 167 - color contains mainly: red. Hex color #A78BA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78BA0 is #58745F. Grayscale: #959595. Windows color (decimal): -5796960 or 10521511. OLE color: 10521511.
HSL color Cylindrical-coordinate representation of color #A78BA0: hue angle of 315º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A78BA0 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 139 | 160 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.35 |
| HSL | 315º | 0.14% | 0.6% | - |
| HSV(B) | 315º | 0.17% | 0.65% | - |
| XYZ | 31.51 | 29.22 | 37.24 | - |
| YUV | 149.77 | 133.78 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 139 | 160 | 0 | 0.17 | 0.04 | 0.35 | 315 | 0.14 | 0.6 |
| Hex | A7 | 8B | A0 | 0 | 11 | 4 | 23 | 13B | E | 3C |
| Octal | 247 | 213 | 240 | 0 | 21 | 4 | 43 | 473 | 16 | 74 |
| Binary | 10100111 | 10001011 | 10100000 | 0 | 10001 | 100 | 100011 | 100111011 | 1110 | 111100 |
Color Harmonies of #A78BA0
Complementary color
Monochromatic Colors of #A78BA0
Black with #A78BA0
Text Example
Text Example
White with #A78BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78BA0; }
p { color: rgb(167,139,160); }
H1.HeaderClassName
{
color: #A78BA0;
}
.AnyTagClassName
{
color: #A78BA0;
}
</style>
background-color css
<style>
a { background-color: #A78BA0; }
a { background-color: rgb(167,139,160); }
div.DivClassName
{
background-color: #A78BA0;
}
.BgClassName
{
background-color: #A78BA0;
}
</style>
border-color css
<style>
span { border-color: #A78BA0; }
span { border-color: rgb(167,139,160); }
td.TdClassName
{
border-color: #A78BA0;
}
.TagClassName
{
border-color: #A78BA0;
}
</style>