Shades of Bouquet #A07F96
Tints of Bouquet #A07F96
RGB
CMYK
RGB Variations
Color information
#A07F96 (or 0xA07F96) is known color: Bouquet. HEX triplet: A0, 7F and 96. RGB value is (160,127,150). Sum of RGB (Red+Green+Blue) = 160+127+150=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07F96 is #5F8069. Grayscale: #8B8B8B. Windows color (decimal): -6258794 or 9863072. OLE color: 9863072.
HSL color Cylindrical-coordinate representation of color #A07F96: hue angle of 318.18º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A07F96 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 127 | 150 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.37 |
| HSL | 318.18º | 0.15% | 0.56% | - |
| HSV(B) | 318.18º | 0.21% | 0.63% | - |
| XYZ | 27.59 | 24.85 | 32.2 | - |
| YUV | 139.49 | 133.93 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 150 | 0 | 0.21 | 0.06 | 0.37 | 318.18 | 0.15 | 0.56 |
| Hex | A0 | 7F | 96 | 0 | 15 | 6 | 25 | 13E | F | 38 |
| Octal | 240 | 177 | 226 | 0 | 25 | 6 | 45 | 476 | 17 | 70 |
| Binary | 10100000 | 1111111 | 10010110 | 0 | 10101 | 110 | 100101 | 100111110 | 1111 | 111000 |
Color Harmonies of #A07F96
Complementary color
Monochromatic Colors of #A07F96
Black with #A07F96
Text Example
Text Example
White with #A07F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07F96; }
p { color: rgb(160,127,150); }
H1.HeaderClassName
{
color: #A07F96;
}
.AnyTagClassName
{
color: #A07F96;
}
</style>
background-color css
<style>
a { background-color: #A07F96; }
a { background-color: rgb(160,127,150); }
div.DivClassName
{
background-color: #A07F96;
}
.BgClassName
{
background-color: #A07F96;
}
</style>
border-color css
<style>
span { border-color: #A07F96; }
span { border-color: rgb(160,127,150); }
td.TdClassName
{
border-color: #A07F96;
}
.TagClassName
{
border-color: #A07F96;
}
</style>