Shades of Bouquet #A77E9A
Tints of Bouquet #A77E9A
RGB
CMYK
RGB Variations
Color information
#A77E9A (or 0xA77E9A) is known color: Bouquet. HEX triplet: A7, 7E and 9A. RGB value is (167,126,154). Sum of RGB (Red+Green+Blue) = 167+126+154=447 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.36% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 154 (60.55% from 255 or 34.45% from 447); Max value from RGB is 167 - color contains mainly: red. Hex color #A77E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77E9A is #588165. Grayscale: #8D8D8D. Windows color (decimal): -5800294 or 10124967. OLE color: 10124967.
HSL color Cylindrical-coordinate representation of color #A77E9A: hue angle of 319.02º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A77E9A is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 126 | 154 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.35 |
| HSL | 319.02º | 0.19% | 0.57% | - |
| HSV(B) | 319.02º | 0.25% | 0.65% | - |
| XYZ | 29.23 | 25.47 | 33.95 | - |
| YUV | 141.45 | 135.08 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 126 | 154 | 0 | 0.25 | 0.08 | 0.35 | 319.02 | 0.19 | 0.57 |
| Hex | A7 | 7E | 9A | 0 | 19 | 8 | 23 | 13F | 13 | 39 |
| Octal | 247 | 176 | 232 | 0 | 31 | 10 | 43 | 477 | 23 | 71 |
| Binary | 10100111 | 1111110 | 10011010 | 0 | 11001 | 1000 | 100011 | 100111111 | 10011 | 111001 |
Color Harmonies of #A77E9A
Complementary color
Monochromatic Colors of #A77E9A
Black with #A77E9A
Text Example
Text Example
White with #A77E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77E9A; }
p { color: rgb(167,126,154); }
H1.HeaderClassName
{
color: #A77E9A;
}
.AnyTagClassName
{
color: #A77E9A;
}
</style>
background-color css
<style>
a { background-color: #A77E9A; }
a { background-color: rgb(167,126,154); }
div.DivClassName
{
background-color: #A77E9A;
}
.BgClassName
{
background-color: #A77E9A;
}
</style>
border-color css
<style>
span { border-color: #A77E9A; }
span { border-color: rgb(167,126,154); }
td.TdClassName
{
border-color: #A77E9A;
}
.TagClassName
{
border-color: #A77E9A;
}
</style>