Shades of Bouquet #A07997
Tints of Bouquet #A07997
RGB
CMYK
RGB Variations
Color information
#A07997 (or 0xA07997) is known color: Bouquet. HEX triplet: A0, 79 and 97. RGB value is (160,121,151). Sum of RGB (Red+Green+Blue) = 160+121+151=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 121 (47.66% from 255 or 28.01% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 160 - color contains mainly: red. Hex color #A07997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07997 is #5F8668. Grayscale: #888888. Windows color (decimal): -6260329 or 9927072. OLE color: 9927072.
HSL color Cylindrical-coordinate representation of color #A07997: hue angle of 313.85º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A07997 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 121 | 151 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.37 |
| HSL | 313.85º | 0.17% | 0.55% | - |
| HSV(B) | 313.85º | 0.24% | 0.63% | - |
| XYZ | 26.92 | 23.38 | 32.37 | - |
| YUV | 136.08 | 136.42 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 121 | 151 | 0 | 0.24 | 0.06 | 0.37 | 313.85 | 0.17 | 0.55 |
| Hex | A0 | 79 | 97 | 0 | 18 | 6 | 25 | 13A | 11 | 37 |
| Octal | 240 | 171 | 227 | 0 | 30 | 6 | 45 | 472 | 21 | 67 |
| Binary | 10100000 | 1111001 | 10010111 | 0 | 11000 | 110 | 100101 | 100111010 | 10001 | 110111 |
Color Harmonies of #A07997
Complementary color
Monochromatic Colors of #A07997
Black with #A07997
Text Example
Text Example
White with #A07997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07997; }
p { color: rgb(160,121,151); }
H1.HeaderClassName
{
color: #A07997;
}
.AnyTagClassName
{
color: #A07997;
}
</style>
background-color css
<style>
a { background-color: #A07997; }
a { background-color: rgb(160,121,151); }
div.DivClassName
{
background-color: #A07997;
}
.BgClassName
{
background-color: #A07997;
}
</style>
border-color css
<style>
span { border-color: #A07997; }
span { border-color: rgb(160,121,151); }
td.TdClassName
{
border-color: #A07997;
}
.TagClassName
{
border-color: #A07997;
}
</style>