Shades of Bouquet #A56D97
Tints of Bouquet #A56D97
RGB
CMYK
RGB Variations
Color information
#A56D97 (or 0xA56D97) is known color: Bouquet. HEX triplet: A5, 6D and 97. RGB value is (165,109,151). Sum of RGB (Red+Green+Blue) = 165+109+151=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 151 (59.38% from 255 or 35.53% from 425); Max value from RGB is 165 - color contains mainly: red. Hex color #A56D97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A56D97 is #5A9268. Grayscale: #828282. Windows color (decimal): -5935721 or 9924005. OLE color: 9924005.
HSL color Cylindrical-coordinate representation of color #A56D97: hue angle of 315º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A56D97 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 109 | 151 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.35 |
| HSL | 315º | 0.24% | 0.54% | - |
| HSV(B) | 315º | 0.34% | 0.65% | - |
| XYZ | 26.57 | 21.17 | 31.96 | - |
| YUV | 130.53 | 139.55 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 109 | 151 | 0 | 0.34 | 0.08 | 0.35 | 315 | 0.24 | 0.54 |
| Hex | A5 | 6D | 97 | 0 | 22 | 8 | 23 | 13B | 18 | 36 |
| Octal | 245 | 155 | 227 | 0 | 42 | 10 | 43 | 473 | 30 | 66 |
| Binary | 10100101 | 1101101 | 10010111 | 0 | 100010 | 1000 | 100011 | 100111011 | 11000 | 110110 |
Color Harmonies of #A56D97
Complementary color
Monochromatic Colors of #A56D97
Black with #A56D97
Text Example
Text Example
White with #A56D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56D97; }
p { color: rgb(165,109,151); }
H1.HeaderClassName
{
color: #A56D97;
}
.AnyTagClassName
{
color: #A56D97;
}
</style>
background-color css
<style>
a { background-color: #A56D97; }
a { background-color: rgb(165,109,151); }
div.DivClassName
{
background-color: #A56D97;
}
.BgClassName
{
background-color: #A56D97;
}
</style>
border-color css
<style>
span { border-color: #A56D97; }
span { border-color: rgb(165,109,151); }
td.TdClassName
{
border-color: #A56D97;
}
.TagClassName
{
border-color: #A56D97;
}
</style>