Shades of Bouquet #A57F9C
Tints of Bouquet #A57F9C
RGB
CMYK
RGB Variations
Color information
#A57F9C (or 0xA57F9C) is known color: Bouquet. HEX triplet: A5, 7F and 9C. RGB value is (165,127,156). Sum of RGB (Red+Green+Blue) = 165+127+156=448 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.83% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 165 - color contains mainly: red. Hex color #A57F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57F9C is #5A8063. Grayscale: #8D8D8D. Windows color (decimal): -5931108 or 10256293. OLE color: 10256293.
HSL color Cylindrical-coordinate representation of color #A57F9C: hue angle of 314.21º 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 #A57F9C is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 127 | 156 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.35 |
| HSL | 314.21º | 0.17% | 0.57% | - |
| HSV(B) | 314.21º | 0.23% | 0.65% | - |
| XYZ | 29.11 | 25.58 | 34.86 | - |
| YUV | 141.67 | 136.09 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 127 | 156 | 0 | 0.23 | 0.05 | 0.35 | 314.21 | 0.17 | 0.57 |
| Hex | A5 | 7F | 9C | 0 | 17 | 5 | 23 | 13A | 11 | 39 |
| Octal | 245 | 177 | 234 | 0 | 27 | 5 | 43 | 472 | 21 | 71 |
| Binary | 10100101 | 1111111 | 10011100 | 0 | 10111 | 101 | 100011 | 100111010 | 10001 | 111001 |
Color Harmonies of #A57F9C
Complementary color
Monochromatic Colors of #A57F9C
Black with #A57F9C
Text Example
Text Example
White with #A57F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57F9C; }
p { color: rgb(165,127,156); }
H1.HeaderClassName
{
color: #A57F9C;
}
.AnyTagClassName
{
color: #A57F9C;
}
</style>
background-color css
<style>
a { background-color: #A57F9C; }
a { background-color: rgb(165,127,156); }
div.DivClassName
{
background-color: #A57F9C;
}
.BgClassName
{
background-color: #A57F9C;
}
</style>
border-color css
<style>
span { border-color: #A57F9C; }
span { border-color: rgb(165,127,156); }
td.TdClassName
{
border-color: #A57F9C;
}
.TagClassName
{
border-color: #A57F9C;
}
</style>