Shades of Bouquet #A78C9F
Tints of Bouquet #A78C9F
RGB
CMYK
RGB Variations
Color information
#A78C9F (or 0xA78C9F) is known color: Bouquet. HEX triplet: A7, 8C and 9F. RGB value is (167,140,159). Sum of RGB (Red+Green+Blue) = 167+140+159=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 167 - color contains mainly: red. Hex color #A78C9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78C9F is #587360. Grayscale: #969696. Windows color (decimal): -5796705 or 10456231. OLE color: 10456231.
HSL color Cylindrical-coordinate representation of color #A78C9F: hue angle of 317.78º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A78C9F is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 140 | 159 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.35 |
| HSL | 317.78º | 0.13% | 0.6% | - |
| HSV(B) | 317.78º | 0.16% | 0.65% | - |
| XYZ | 31.57 | 29.47 | 36.83 | - |
| YUV | 150.24 | 132.95 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 140 | 159 | 0 | 0.16 | 0.05 | 0.35 | 317.78 | 0.13 | 0.6 |
| Hex | A7 | 8C | 9F | 0 | 10 | 5 | 23 | 13E | D | 3C |
| Octal | 247 | 214 | 237 | 0 | 20 | 5 | 43 | 476 | 15 | 74 |
| Binary | 10100111 | 10001100 | 10011111 | 0 | 10000 | 101 | 100011 | 100111110 | 1101 | 111100 |
Color Harmonies of #A78C9F
Complementary color
Monochromatic Colors of #A78C9F
Black with #A78C9F
Text Example
Text Example
White with #A78C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78C9F; }
p { color: rgb(167,140,159); }
H1.HeaderClassName
{
color: #A78C9F;
}
.AnyTagClassName
{
color: #A78C9F;
}
</style>
background-color css
<style>
a { background-color: #A78C9F; }
a { background-color: rgb(167,140,159); }
div.DivClassName
{
background-color: #A78C9F;
}
.BgClassName
{
background-color: #A78C9F;
}
</style>
border-color css
<style>
span { border-color: #A78C9F; }
span { border-color: rgb(167,140,159); }
td.TdClassName
{
border-color: #A78C9F;
}
.TagClassName
{
border-color: #A78C9F;
}
</style>