Shades of Bouquet #A57A97
Tints of Bouquet #A57A97
RGB
CMYK
RGB Variations
Color information
#A57A97 (or 0xA57A97) is known color: Bouquet. HEX triplet: A5, 7A and 97. RGB value is (165,122,151). Sum of RGB (Red+Green+Blue) = 165+122+151=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 151 (59.38% from 255 or 34.47% from 438); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57A97 is #5A8568. Grayscale: #8A8A8A. Windows color (decimal): -5932393 or 9927333. OLE color: 9927333.
HSL color Cylindrical-coordinate representation of color #A57A97: hue angle of 319.53º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A57A97 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 122 | 151 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.35 |
| HSL | 319.53º | 0.19% | 0.56% | - |
| HSV(B) | 319.53º | 0.26% | 0.65% | - |
| XYZ | 28.06 | 24.15 | 32.46 | - |
| YUV | 138.16 | 135.25 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 122 | 151 | 0 | 0.26 | 0.08 | 0.35 | 319.53 | 0.19 | 0.56 |
| Hex | A5 | 7A | 97 | 0 | 1A | 8 | 23 | 140 | 13 | 38 |
| Octal | 245 | 172 | 227 | 0 | 32 | 10 | 43 | 500 | 23 | 70 |
| Binary | 10100101 | 1111010 | 10010111 | 0 | 11010 | 1000 | 100011 | 101000000 | 10011 | 111000 |
Color Harmonies of #A57A97
Complementary color
Monochromatic Colors of #A57A97
Black with #A57A97
Text Example
Text Example
White with #A57A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57A97; }
p { color: rgb(165,122,151); }
H1.HeaderClassName
{
color: #A57A97;
}
.AnyTagClassName
{
color: #A57A97;
}
</style>
background-color css
<style>
a { background-color: #A57A97; }
a { background-color: rgb(165,122,151); }
div.DivClassName
{
background-color: #A57A97;
}
.BgClassName
{
background-color: #A57A97;
}
</style>
border-color css
<style>
span { border-color: #A57A97; }
span { border-color: rgb(165,122,151); }
td.TdClassName
{
border-color: #A57A97;
}
.TagClassName
{
border-color: #A57A97;
}
</style>