Shades of Bouquet #A78B9E
Tints of Bouquet #A78B9E
RGB
CMYK
RGB Variations
Color information
#A78B9E (or 0xA78B9E) is known color: Bouquet. HEX triplet: A7, 8B and 9E. RGB value is (167,139,158). Sum of RGB (Red+Green+Blue) = 167+139+158=464 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.99% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 167 - color contains mainly: red. Hex color #A78B9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78B9E is #587461. Grayscale: #959595. Windows color (decimal): -5796962 or 10390439. OLE color: 10390439.
HSL color Cylindrical-coordinate representation of color #A78B9E: hue angle of 319.29º 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 #A78B9E is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
RGB | 167 | 139 | 158 | - |
CMYK | 0 | 0.17 | 0.05 | 0.35 |
HSL | 319.29º | 0.14% | 0.6% | - |
HSV(B) | 319.29º | 0.17% | 0.65% | - |
XYZ | 31.34 | 29.15 | 36.32 | - |
YUV | 149.54 | 132.78 | 140.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 167 | 139 | 158 | 0 | 0.17 | 0.05 | 0.35 | 319.29 | 0.14 | 0.6 |
Hex | A7 | 8B | 9E | 0 | 11 | 5 | 23 | 13F | E | 3C |
Octal | 247 | 213 | 236 | 0 | 21 | 5 | 43 | 477 | 16 | 74 |
Binary | 10100111 | 10001011 | 10011110 | 0 | 10001 | 101 | 100011 | 100111111 | 1110 | 111100 |
Color Harmonies of #A78B9E
Complementary color
Monochromatic Colors of #A78B9E
Black with #A78B9E
Text Example
Text Example
White with #A78B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78B9E; }
p { color: rgb(167,139,158); }
H1.HeaderClassName
{
color: #A78B9E;
}
.AnyTagClassName
{
color: #A78B9E;
}
</style>
background-color css
<style>
a { background-color: #A78B9E; }
a { background-color: rgb(167,139,158); }
div.DivClassName
{
background-color: #A78B9E;
}
.BgClassName
{
background-color: #A78B9E;
}
</style>
border-color css
<style>
span { border-color: #A78B9E; }
span { border-color: rgb(167,139,158); }
td.TdClassName
{
border-color: #A78B9E;
}
.TagClassName
{
border-color: #A78B9E;
}
</style>