Shades of Bouquet #A9709D
Tints of Bouquet #A9709D
RGB
CMYK
RGB Variations
Color information
#A9709D (or 0xA9709D) is known color: Bouquet. HEX triplet: A9, 70 and 9D. RGB value is (169,112,157). Sum of RGB (Red+Green+Blue) = 169+112+157=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 169 - color contains mainly: red. Hex color #A9709D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9709D is #568F62. Grayscale: #868686. Windows color (decimal): -5672803 or 10317993. OLE color: 10317993.
HSL color Cylindrical-coordinate representation of color #A9709D: hue angle of 312.63º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9709D is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 112 | 157 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.34 |
| HSL | 312.63º | 0.25% | 0.55% | - |
| HSV(B) | 312.63º | 0.34% | 0.66% | - |
| XYZ | 28.24 | 22.46 | 34.74 | - |
| YUV | 134.17 | 140.88 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 112 | 157 | 0 | 0.34 | 0.07 | 0.34 | 312.63 | 0.25 | 0.55 |
| Hex | A9 | 70 | 9D | 0 | 22 | 7 | 22 | 139 | 19 | 37 |
| Octal | 251 | 160 | 235 | 0 | 42 | 7 | 42 | 471 | 31 | 67 |
| Binary | 10101001 | 1110000 | 10011101 | 0 | 100010 | 111 | 100010 | 100111001 | 11001 | 110111 |
Color Harmonies of #A9709D
Complementary color
Monochromatic Colors of #A9709D
Black with #A9709D
Text Example
Text Example
White with #A9709D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9709D; }
p { color: rgb(169,112,157); }
H1.HeaderClassName
{
color: #A9709D;
}
.AnyTagClassName
{
color: #A9709D;
}
</style>
background-color css
<style>
a { background-color: #A9709D; }
a { background-color: rgb(169,112,157); }
div.DivClassName
{
background-color: #A9709D;
}
.BgClassName
{
background-color: #A9709D;
}
</style>
border-color css
<style>
span { border-color: #A9709D; }
span { border-color: rgb(169,112,157); }
td.TdClassName
{
border-color: #A9709D;
}
.TagClassName
{
border-color: #A9709D;
}
</style>