Shades of Bouquet #A77494
Tints of Bouquet #A77494
RGB
CMYK
RGB Variations
Color information
#A77494 (or 0xA77494) is known color: Bouquet. HEX triplet: A7, 74 and 94. RGB value is (167,116,148). Sum of RGB (Red+Green+Blue) = 167+116+148=431 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.75% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 167 - color contains mainly: red. Hex color #A77494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77494 is #588B6B. Grayscale: #868686. Windows color (decimal): -5802860 or 9729191. OLE color: 9729191.
HSL color Cylindrical-coordinate representation of color #A77494: hue angle of 322.35º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A77494 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 116 | 148 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.35 |
| HSL | 322.35º | 0.22% | 0.55% | - |
| HSV(B) | 322.35º | 0.31% | 0.65% | - |
| XYZ | 27.53 | 22.84 | 30.98 | - |
| YUV | 134.9 | 135.4 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 116 | 148 | 0 | 0.31 | 0.11 | 0.35 | 322.35 | 0.22 | 0.55 |
| Hex | A7 | 74 | 94 | 0 | 1F | B | 23 | 142 | 16 | 37 |
| Octal | 247 | 164 | 224 | 0 | 37 | 13 | 43 | 502 | 26 | 67 |
| Binary | 10100111 | 1110100 | 10010100 | 0 | 11111 | 1011 | 100011 | 101000010 | 10110 | 110111 |
Color Harmonies of #A77494
Complementary color
Monochromatic Colors of #A77494
Black with #A77494
Text Example
Text Example
White with #A77494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77494; }
p { color: rgb(167,116,148); }
H1.HeaderClassName
{
color: #A77494;
}
.AnyTagClassName
{
color: #A77494;
}
</style>
background-color css
<style>
a { background-color: #A77494; }
a { background-color: rgb(167,116,148); }
div.DivClassName
{
background-color: #A77494;
}
.BgClassName
{
background-color: #A77494;
}
</style>
border-color css
<style>
span { border-color: #A77494; }
span { border-color: rgb(167,116,148); }
td.TdClassName
{
border-color: #A77494;
}
.TagClassName
{
border-color: #A77494;
}
</style>