Shades of Bouquet #A7749A
Tints of Bouquet #A7749A
RGB
CMYK
RGB Variations
Color information
#A7749A (or 0xA7749A) is known color: Bouquet. HEX triplet: A7, 74 and 9A. RGB value is (167,116,154). Sum of RGB (Red+Green+Blue) = 167+116+154=437 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.22% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 167 - color contains mainly: red. Hex color #A7749A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7749A is #588B65. Grayscale: #878787. Windows color (decimal): -5802854 or 10122407. OLE color: 10122407.
HSL color Cylindrical-coordinate representation of color #A7749A: hue angle of 315.29º 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 #A7749A is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 116 | 154 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.35 |
| HSL | 315.29º | 0.22% | 0.55% | - |
| HSV(B) | 315.29º | 0.31% | 0.65% | - |
| XYZ | 28.01 | 23.04 | 33.54 | - |
| YUV | 135.58 | 138.4 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 116 | 154 | 0 | 0.31 | 0.08 | 0.35 | 315.29 | 0.22 | 0.55 |
| Hex | A7 | 74 | 9A | 0 | 1F | 8 | 23 | 13B | 16 | 37 |
| Octal | 247 | 164 | 232 | 0 | 37 | 10 | 43 | 473 | 26 | 67 |
| Binary | 10100111 | 1110100 | 10011010 | 0 | 11111 | 1000 | 100011 | 100111011 | 10110 | 110111 |
Color Harmonies of #A7749A
Complementary color
Monochromatic Colors of #A7749A
Black with #A7749A
Text Example
Text Example
White with #A7749A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7749A; }
p { color: rgb(167,116,154); }
H1.HeaderClassName
{
color: #A7749A;
}
.AnyTagClassName
{
color: #A7749A;
}
</style>
background-color css
<style>
a { background-color: #A7749A; }
a { background-color: rgb(167,116,154); }
div.DivClassName
{
background-color: #A7749A;
}
.BgClassName
{
background-color: #A7749A;
}
</style>
border-color css
<style>
span { border-color: #A7749A; }
span { border-color: rgb(167,116,154); }
td.TdClassName
{
border-color: #A7749A;
}
.TagClassName
{
border-color: #A7749A;
}
</style>