Shades of Bouquet #A07F9C
Tints of Bouquet #A07F9C
RGB
CMYK
RGB Variations
Color information
#A07F9C (or 0xA07F9C) is known color: Bouquet. HEX triplet: A0, 7F and 9C. RGB value is (160,127,156). Sum of RGB (Red+Green+Blue) = 160+127+156=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 160 - color contains mainly: red. Hex color #A07F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07F9C is #5F8063. Grayscale: #8C8C8C. Windows color (decimal): -6258788 or 10256288. OLE color: 10256288.
HSL color Cylindrical-coordinate representation of color #A07F9C: hue angle of 307.27º 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 #A07F9C is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 127 | 156 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.37 |
| HSL | 307.27º | 0.15% | 0.56% | - |
| HSV(B) | 307.27º | 0.21% | 0.63% | - |
| XYZ | 28.09 | 25.05 | 34.81 | - |
| YUV | 140.17 | 136.93 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 127 | 156 | 0 | 0.21 | 0.02 | 0.37 | 307.27 | 0.15 | 0.56 |
| Hex | A0 | 7F | 9C | 0 | 15 | 2 | 25 | 133 | F | 38 |
| Octal | 240 | 177 | 234 | 0 | 25 | 2 | 45 | 463 | 17 | 70 |
| Binary | 10100000 | 1111111 | 10011100 | 0 | 10101 | 10 | 100101 | 100110011 | 1111 | 111000 |
Color Harmonies of #A07F9C
Complementary color
Monochromatic Colors of #A07F9C
Black with #A07F9C
Text Example
Text Example
White with #A07F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07F9C; }
p { color: rgb(160,127,156); }
H1.HeaderClassName
{
color: #A07F9C;
}
.AnyTagClassName
{
color: #A07F9C;
}
</style>
background-color css
<style>
a { background-color: #A07F9C; }
a { background-color: rgb(160,127,156); }
div.DivClassName
{
background-color: #A07F9C;
}
.BgClassName
{
background-color: #A07F9C;
}
</style>
border-color css
<style>
span { border-color: #A07F9C; }
span { border-color: rgb(160,127,156); }
td.TdClassName
{
border-color: #A07F9C;
}
.TagClassName
{
border-color: #A07F9C;
}
</style>