Shades of Bouquet #A57A93
Tints of Bouquet #A57A93
RGB
CMYK
RGB Variations
Color information
#A57A93 (or 0xA57A93) is known color: Bouquet. HEX triplet: A5, 7A and 93. RGB value is (165,122,147). Sum of RGB (Red+Green+Blue) = 165+122+147=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 122 (48.05% from 255 or 28.11% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A57A93 is #5A856C. Grayscale: #898989. Windows color (decimal): -5932397 or 9665189. OLE color: 9665189.
HSL color Cylindrical-coordinate representation of color #A57A93: hue angle of 325.12º 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 #A57A93 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 122 | 147 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.35 |
| HSL | 325.12º | 0.19% | 0.56% | - |
| HSV(B) | 325.12º | 0.26% | 0.65% | - |
| XYZ | 27.74 | 24.02 | 30.78 | - |
| YUV | 137.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 122 | 147 | 0 | 0.26 | 0.11 | 0.35 | 325.12 | 0.19 | 0.56 |
| Hex | A5 | 7A | 93 | 0 | 1A | B | 23 | 145 | 13 | 38 |
| Octal | 245 | 172 | 223 | 0 | 32 | 13 | 43 | 505 | 23 | 70 |
| Binary | 10100101 | 1111010 | 10010011 | 0 | 11010 | 1011 | 100011 | 101000101 | 10011 | 111000 |
Color Harmonies of #A57A93
Complementary color
Monochromatic Colors of #A57A93
Black with #A57A93
Text Example
Text Example
White with #A57A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57A93; }
p { color: rgb(165,122,147); }
H1.HeaderClassName
{
color: #A57A93;
}
.AnyTagClassName
{
color: #A57A93;
}
</style>
background-color css
<style>
a { background-color: #A57A93; }
a { background-color: rgb(165,122,147); }
div.DivClassName
{
background-color: #A57A93;
}
.BgClassName
{
background-color: #A57A93;
}
</style>
border-color css
<style>
span { border-color: #A57A93; }
span { border-color: rgb(165,122,147); }
td.TdClassName
{
border-color: #A57A93;
}
.TagClassName
{
border-color: #A57A93;
}
</style>