Shades of Bouquet #A78F9E
Tints of Bouquet #A78F9E
RGB
CMYK
RGB Variations
Color information
#A78F9E (or 0xA78F9E) is known color: Bouquet. HEX triplet: A7, 8F and 9E. RGB value is (167,143,158). Sum of RGB (Red+Green+Blue) = 167+143+158=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 167 - color contains mainly: red. Hex color #A78F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78F9E is #587061. Grayscale: #979797. Windows color (decimal): -5795938 or 10391463. OLE color: 10391463.
HSL color Cylindrical-coordinate representation of color #A78F9E: hue angle of 322.5º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A78F9E is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 143 | 158 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.35 |
| HSL | 322.5º | 0.12% | 0.61% | - |
| HSV(B) | 322.5º | 0.14% | 0.65% | - |
| XYZ | 31.93 | 30.33 | 36.52 | - |
| YUV | 151.89 | 131.45 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 143 | 158 | 0 | 0.14 | 0.05 | 0.35 | 322.5 | 0.12 | 0.61 |
| Hex | A7 | 8F | 9E | 0 | E | 5 | 23 | 142 | C | 3D |
| Octal | 247 | 217 | 236 | 0 | 16 | 5 | 43 | 502 | 14 | 75 |
| Binary | 10100111 | 10001111 | 10011110 | 0 | 1110 | 101 | 100011 | 101000010 | 1100 | 111101 |
Color Harmonies of #A78F9E
Complementary color
Monochromatic Colors of #A78F9E
Black with #A78F9E
Text Example
Text Example
White with #A78F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78F9E; }
p { color: rgb(167,143,158); }
H1.HeaderClassName
{
color: #A78F9E;
}
.AnyTagClassName
{
color: #A78F9E;
}
</style>
background-color css
<style>
a { background-color: #A78F9E; }
a { background-color: rgb(167,143,158); }
div.DivClassName
{
background-color: #A78F9E;
}
.BgClassName
{
background-color: #A78F9E;
}
</style>
border-color css
<style>
span { border-color: #A78F9E; }
span { border-color: rgb(167,143,158); }
td.TdClassName
{
border-color: #A78F9E;
}
.TagClassName
{
border-color: #A78F9E;
}
</style>