Shades of Bouquet #A9719D
Tints of Bouquet #A9719D
RGB
CMYK
RGB Variations
Color information
#A9719D (or 0xA9719D) is known color: Bouquet. HEX triplet: A9, 71 and 9D. RGB value is (169,113,157). Sum of RGB (Red+Green+Blue) = 169+113+157=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 169 - color contains mainly: red. Hex color #A9719D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9719D is #568E62. Grayscale: #868686. Windows color (decimal): -5672547 or 10318249. OLE color: 10318249.
HSL color Cylindrical-coordinate representation of color #A9719D: hue angle of 312.86º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9719D is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 113 | 157 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.34 |
| HSL | 312.86º | 0.25% | 0.55% | - |
| HSV(B) | 312.86º | 0.33% | 0.66% | - |
| XYZ | 28.35 | 22.68 | 34.78 | - |
| YUV | 134.76 | 140.55 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 113 | 157 | 0 | 0.33 | 0.07 | 0.34 | 312.86 | 0.25 | 0.55 |
| Hex | A9 | 71 | 9D | 0 | 21 | 7 | 22 | 139 | 19 | 37 |
| Octal | 251 | 161 | 235 | 0 | 41 | 7 | 42 | 471 | 31 | 67 |
| Binary | 10101001 | 1110001 | 10011101 | 0 | 100001 | 111 | 100010 | 100111001 | 11001 | 110111 |
Color Harmonies of #A9719D
Complementary color
Monochromatic Colors of #A9719D
Black with #A9719D
Text Example
Text Example
White with #A9719D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9719D; }
p { color: rgb(169,113,157); }
H1.HeaderClassName
{
color: #A9719D;
}
.AnyTagClassName
{
color: #A9719D;
}
</style>
background-color css
<style>
a { background-color: #A9719D; }
a { background-color: rgb(169,113,157); }
div.DivClassName
{
background-color: #A9719D;
}
.BgClassName
{
background-color: #A9719D;
}
</style>
border-color css
<style>
span { border-color: #A9719D; }
span { border-color: rgb(169,113,157); }
td.TdClassName
{
border-color: #A9719D;
}
.TagClassName
{
border-color: #A9719D;
}
</style>