Shades of Bouquet #A57099
Tints of Bouquet #A57099
RGB
CMYK
RGB Variations
Color information
#A57099 (or 0xA57099) is known color: Bouquet. HEX triplet: A5, 70 and 99. RGB value is (165,112,153). Sum of RGB (Red+Green+Blue) = 165+112+153=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 165 - color contains mainly: red. Hex color #A57099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57099 is #5A8F66. Grayscale: #848484. Windows color (decimal): -5934951 or 10055845. OLE color: 10055845.
HSL color Cylindrical-coordinate representation of color #A57099: hue angle of 313.58º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A57099 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 112 | 153 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.35 |
| HSL | 313.58º | 0.23% | 0.54% | - |
| HSV(B) | 313.58º | 0.32% | 0.65% | - |
| XYZ | 27.06 | 21.89 | 32.94 | - |
| YUV | 132.52 | 139.56 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 112 | 153 | 0 | 0.32 | 0.07 | 0.35 | 313.58 | 0.23 | 0.54 |
| Hex | A5 | 70 | 99 | 0 | 20 | 7 | 23 | 13A | 17 | 36 |
| Octal | 245 | 160 | 231 | 0 | 40 | 7 | 43 | 472 | 27 | 66 |
| Binary | 10100101 | 1110000 | 10011001 | 0 | 100000 | 111 | 100011 | 100111010 | 10111 | 110110 |
Color Harmonies of #A57099
Complementary color
Monochromatic Colors of #A57099
Black with #A57099
Text Example
Text Example
White with #A57099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57099; }
p { color: rgb(165,112,153); }
H1.HeaderClassName
{
color: #A57099;
}
.AnyTagClassName
{
color: #A57099;
}
</style>
background-color css
<style>
a { background-color: #A57099; }
a { background-color: rgb(165,112,153); }
div.DivClassName
{
background-color: #A57099;
}
.BgClassName
{
background-color: #A57099;
}
</style>
border-color css
<style>
span { border-color: #A57099; }
span { border-color: rgb(165,112,153); }
td.TdClassName
{
border-color: #A57099;
}
.TagClassName
{
border-color: #A57099;
}
</style>