Shades of Bouquet #A97A98
Tints of Bouquet #A97A98
RGB
CMYK
RGB Variations
Color information
#A97A98 (or 0xA97A98) is known color: Bouquet. HEX triplet: A9, 7A and 98. RGB value is (169,122,152). Sum of RGB (Red+Green+Blue) = 169+122+152=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97A98 is #568567. Grayscale: #8B8B8B. Windows color (decimal): -5670248 or 9992873. OLE color: 9992873.
HSL color Cylindrical-coordinate representation of color #A97A98: hue angle of 321.7º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A97A98 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 122 | 152 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.34 |
| HSL | 321.7º | 0.21% | 0.57% | - |
| HSV(B) | 321.7º | 0.28% | 0.66% | - |
| XYZ | 28.99 | 24.62 | 32.93 | - |
| YUV | 139.47 | 135.07 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 122 | 152 | 0 | 0.28 | 0.10 | 0.34 | 321.7 | 0.21 | 0.57 |
| Hex | A9 | 7A | 98 | 0 | 1C | A | 22 | 142 | 15 | 39 |
| Octal | 251 | 172 | 230 | 0 | 34 | 12 | 42 | 502 | 25 | 71 |
| Binary | 10101001 | 1111010 | 10011000 | 0 | 11100 | 1010 | 100010 | 101000010 | 10101 | 111001 |
Color Harmonies of #A97A98
Complementary color
Monochromatic Colors of #A97A98
Black with #A97A98
Text Example
Text Example
White with #A97A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97A98; }
p { color: rgb(169,122,152); }
H1.HeaderClassName
{
color: #A97A98;
}
.AnyTagClassName
{
color: #A97A98;
}
</style>
background-color css
<style>
a { background-color: #A97A98; }
a { background-color: rgb(169,122,152); }
div.DivClassName
{
background-color: #A97A98;
}
.BgClassName
{
background-color: #A97A98;
}
</style>
border-color css
<style>
span { border-color: #A97A98; }
span { border-color: rgb(169,122,152); }
td.TdClassName
{
border-color: #A97A98;
}
.TagClassName
{
border-color: #A97A98;
}
</style>