Shades of Bouquet #A47A97
Tints of Bouquet #A47A97
RGB
CMYK
RGB Variations
Color information
#A47A97 (or 0xA47A97) is known color: Bouquet. HEX triplet: A4, 7A and 97. RGB value is (164,122,151). Sum of RGB (Red+Green+Blue) = 164+122+151=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 151 (59.38% from 255 or 34.55% from 437); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47A97 is #5B8568. Grayscale: #898989. Windows color (decimal): -5997929 or 9927332. OLE color: 9927332.
HSL color Cylindrical-coordinate representation of color #A47A97: hue angle of 318.57º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A47A97 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 122 | 151 | - |
| CMYK | 0 | 0.26 | 0.08 | 0.36 |
| HSL | 318.57º | 0.19% | 0.56% | - |
| HSV(B) | 318.57º | 0.26% | 0.64% | - |
| XYZ | 27.86 | 24.05 | 32.45 | - |
| YUV | 137.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 122 | 151 | 0 | 0.26 | 0.08 | 0.36 | 318.57 | 0.19 | 0.56 |
| Hex | A4 | 7A | 97 | 0 | 1A | 8 | 24 | 13F | 13 | 38 |
| Octal | 244 | 172 | 227 | 0 | 32 | 10 | 44 | 477 | 23 | 70 |
| Binary | 10100100 | 1111010 | 10010111 | 0 | 11010 | 1000 | 100100 | 100111111 | 10011 | 111000 |
Color Harmonies of #A47A97
Complementary color
Monochromatic Colors of #A47A97
Black with #A47A97
Text Example
Text Example
White with #A47A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47A97; }
p { color: rgb(164,122,151); }
H1.HeaderClassName
{
color: #A47A97;
}
.AnyTagClassName
{
color: #A47A97;
}
</style>
background-color css
<style>
a { background-color: #A47A97; }
a { background-color: rgb(164,122,151); }
div.DivClassName
{
background-color: #A47A97;
}
.BgClassName
{
background-color: #A47A97;
}
</style>
border-color css
<style>
span { border-color: #A47A97; }
span { border-color: rgb(164,122,151); }
td.TdClassName
{
border-color: #A47A97;
}
.TagClassName
{
border-color: #A47A97;
}
</style>