Shades of Bouquet #A57F99
Tints of Bouquet #A57F99
RGB
CMYK
RGB Variations
Color information
#A57F99 (or 0xA57F99) is known color: Bouquet. HEX triplet: A5, 7F and 99. RGB value is (165,127,153). Sum of RGB (Red+Green+Blue) = 165+127+153=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 153 (60.16% from 255 or 34.38% from 445); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57F99 is #5A8066. Grayscale: #8D8D8D. Windows color (decimal): -5931111 or 10059685. OLE color: 10059685.
HSL color Cylindrical-coordinate representation of color #A57F99: hue angle of 318.95º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A57F99 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 127 | 153 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.35 |
| HSL | 318.95º | 0.17% | 0.57% | - |
| HSV(B) | 318.95º | 0.23% | 0.65% | - |
| XYZ | 28.86 | 25.48 | 33.53 | - |
| YUV | 141.33 | 134.59 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 127 | 153 | 0 | 0.23 | 0.07 | 0.35 | 318.95 | 0.17 | 0.57 |
| Hex | A5 | 7F | 99 | 0 | 17 | 7 | 23 | 13F | 11 | 39 |
| Octal | 245 | 177 | 231 | 0 | 27 | 7 | 43 | 477 | 21 | 71 |
| Binary | 10100101 | 1111111 | 10011001 | 0 | 10111 | 111 | 100011 | 100111111 | 10001 | 111001 |
Color Harmonies of #A57F99
Complementary color
Monochromatic Colors of #A57F99
Black with #A57F99
Text Example
Text Example
White with #A57F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57F99; }
p { color: rgb(165,127,153); }
H1.HeaderClassName
{
color: #A57F99;
}
.AnyTagClassName
{
color: #A57F99;
}
</style>
background-color css
<style>
a { background-color: #A57F99; }
a { background-color: rgb(165,127,153); }
div.DivClassName
{
background-color: #A57F99;
}
.BgClassName
{
background-color: #A57F99;
}
</style>
border-color css
<style>
span { border-color: #A57F99; }
span { border-color: rgb(165,127,153); }
td.TdClassName
{
border-color: #A57F99;
}
.TagClassName
{
border-color: #A57F99;
}
</style>