Shades of Bouquet #A57C9F
Tints of Bouquet #A57C9F
RGB
CMYK
RGB Variations
Color information
#A57C9F (or 0xA57C9F) is known color: Bouquet. HEX triplet: A5, 7C and 9F. RGB value is (165,124,159). Sum of RGB (Red+Green+Blue) = 165+124+159=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 165 - color contains mainly: red. Hex color #A57C9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57C9F is #5A8360. Grayscale: #8C8C8C. Windows color (decimal): -5931873 or 10452133. OLE color: 10452133.
HSL color Cylindrical-coordinate representation of color #A57C9F: hue angle of 308.78º 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 #A57C9F is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 124 | 159 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.35 |
| HSL | 308.78º | 0.19% | 0.57% | - |
| HSV(B) | 308.78º | 0.25% | 0.65% | - |
| XYZ | 28.98 | 24.92 | 36.08 | - |
| YUV | 140.25 | 138.58 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 124 | 159 | 0 | 0.25 | 0.04 | 0.35 | 308.78 | 0.19 | 0.57 |
| Hex | A5 | 7C | 9F | 0 | 19 | 4 | 23 | 135 | 13 | 39 |
| Octal | 245 | 174 | 237 | 0 | 31 | 4 | 43 | 465 | 23 | 71 |
| Binary | 10100101 | 1111100 | 10011111 | 0 | 11001 | 100 | 100011 | 100110101 | 10011 | 111001 |
Color Harmonies of #A57C9F
Complementary color
Monochromatic Colors of #A57C9F
Black with #A57C9F
Text Example
Text Example
White with #A57C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57C9F; }
p { color: rgb(165,124,159); }
H1.HeaderClassName
{
color: #A57C9F;
}
.AnyTagClassName
{
color: #A57C9F;
}
</style>
background-color css
<style>
a { background-color: #A57C9F; }
a { background-color: rgb(165,124,159); }
div.DivClassName
{
background-color: #A57C9F;
}
.BgClassName
{
background-color: #A57C9F;
}
</style>
border-color css
<style>
span { border-color: #A57C9F; }
span { border-color: rgb(165,124,159); }
td.TdClassName
{
border-color: #A57C9F;
}
.TagClassName
{
border-color: #A57C9F;
}
</style>