Shades of Bouquet #A57899
Tints of Bouquet #A57899
RGB
CMYK
RGB Variations
Color information
#A57899 (or 0xA57899) is known color: Bouquet. HEX triplet: A5, 78 and 99. RGB value is (165,120,153). Sum of RGB (Red+Green+Blue) = 165+120+153=438 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.67% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 165 - color contains mainly: red. Hex color #A57899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57899 is #5A8766. Grayscale: #898989. Windows color (decimal): -5932903 or 10057893. OLE color: 10057893.
HSL color Cylindrical-coordinate representation of color #A57899: hue angle of 316º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A57899 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 120 | 153 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.35 |
| HSL | 316º | 0.2% | 0.56% | - |
| HSV(B) | 316º | 0.27% | 0.65% | - |
| XYZ | 27.98 | 23.73 | 33.24 | - |
| YUV | 137.22 | 136.91 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 120 | 153 | 0 | 0.27 | 0.07 | 0.35 | 316 | 0.2 | 0.56 |
| Hex | A5 | 78 | 99 | 0 | 1B | 7 | 23 | 13C | 14 | 38 |
| Octal | 245 | 170 | 231 | 0 | 33 | 7 | 43 | 474 | 24 | 70 |
| Binary | 10100101 | 1111000 | 10011001 | 0 | 11011 | 111 | 100011 | 100111100 | 10100 | 111000 |
Color Harmonies of #A57899
Complementary color
Monochromatic Colors of #A57899
Black with #A57899
Text Example
Text Example
White with #A57899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57899; }
p { color: rgb(165,120,153); }
H1.HeaderClassName
{
color: #A57899;
}
.AnyTagClassName
{
color: #A57899;
}
</style>
background-color css
<style>
a { background-color: #A57899; }
a { background-color: rgb(165,120,153); }
div.DivClassName
{
background-color: #A57899;
}
.BgClassName
{
background-color: #A57899;
}
</style>
border-color css
<style>
span { border-color: #A57899; }
span { border-color: rgb(165,120,153); }
td.TdClassName
{
border-color: #A57899;
}
.TagClassName
{
border-color: #A57899;
}
</style>