Shades of Bouquet #A78B9F
Tints of Bouquet #A78B9F
RGB
CMYK
RGB Variations
Color information
#A78B9F (or 0xA78B9F) is known color: Bouquet. HEX triplet: A7, 8B and 9F. RGB value is (167,139,159). Sum of RGB (Red+Green+Blue) = 167+139+159=465 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.91% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 167 - color contains mainly: red. Hex color #A78B9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78B9F is #587460. Grayscale: #959595. Windows color (decimal): -5796961 or 10455975. OLE color: 10455975.
HSL color Cylindrical-coordinate representation of color #A78B9F: hue angle of 317.14º 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 #A78B9F is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 139 | 159 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.35 |
| HSL | 317.14º | 0.14% | 0.6% | - |
| HSV(B) | 317.14º | 0.17% | 0.65% | - |
| XYZ | 31.43 | 29.18 | 36.78 | - |
| YUV | 149.65 | 133.28 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 139 | 159 | 0 | 0.17 | 0.05 | 0.35 | 317.14 | 0.14 | 0.6 |
| Hex | A7 | 8B | 9F | 0 | 11 | 5 | 23 | 13D | E | 3C |
| Octal | 247 | 213 | 237 | 0 | 21 | 5 | 43 | 475 | 16 | 74 |
| Binary | 10100111 | 10001011 | 10011111 | 0 | 10001 | 101 | 100011 | 100111101 | 1110 | 111100 |
Color Harmonies of #A78B9F
Complementary color
Monochromatic Colors of #A78B9F
Black with #A78B9F
Text Example
Text Example
White with #A78B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78B9F; }
p { color: rgb(167,139,159); }
H1.HeaderClassName
{
color: #A78B9F;
}
.AnyTagClassName
{
color: #A78B9F;
}
</style>
background-color css
<style>
a { background-color: #A78B9F; }
a { background-color: rgb(167,139,159); }
div.DivClassName
{
background-color: #A78B9F;
}
.BgClassName
{
background-color: #A78B9F;
}
</style>
border-color css
<style>
span { border-color: #A78B9F; }
span { border-color: rgb(167,139,159); }
td.TdClassName
{
border-color: #A78B9F;
}
.TagClassName
{
border-color: #A78B9F;
}
</style>