Shades of Bouquet #A07B9C
Tints of Bouquet #A07B9C
RGB
CMYK
RGB Variations
Color information
#A07B9C (or 0xA07B9C) is known color: Bouquet. HEX triplet: A0, 7B and 9C. RGB value is (160,123,156). Sum of RGB (Red+Green+Blue) = 160+123+156=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07B9C is #5F8463. Grayscale: #898989. Windows color (decimal): -6259812 or 10255264. OLE color: 10255264.
HSL color Cylindrical-coordinate representation of color #A07B9C: hue angle of 306.49º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A07B9C is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 123 | 156 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.37 |
| HSL | 306.49º | 0.16% | 0.55% | - |
| HSV(B) | 306.49º | 0.23% | 0.63% | - |
| XYZ | 27.58 | 24.04 | 34.64 | - |
| YUV | 137.83 | 138.26 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 123 | 156 | 0 | 0.23 | 0.02 | 0.37 | 306.49 | 0.16 | 0.55 |
| Hex | A0 | 7B | 9C | 0 | 17 | 2 | 25 | 132 | 10 | 37 |
| Octal | 240 | 173 | 234 | 0 | 27 | 2 | 45 | 462 | 20 | 67 |
| Binary | 10100000 | 1111011 | 10011100 | 0 | 10111 | 10 | 100101 | 100110010 | 10000 | 110111 |
Color Harmonies of #A07B9C
Complementary color
Monochromatic Colors of #A07B9C
Black with #A07B9C
Text Example
Text Example
White with #A07B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07B9C; }
p { color: rgb(160,123,156); }
H1.HeaderClassName
{
color: #A07B9C;
}
.AnyTagClassName
{
color: #A07B9C;
}
</style>
background-color css
<style>
a { background-color: #A07B9C; }
a { background-color: rgb(160,123,156); }
div.DivClassName
{
background-color: #A07B9C;
}
.BgClassName
{
background-color: #A07B9C;
}
</style>
border-color css
<style>
span { border-color: #A07B9C; }
span { border-color: rgb(160,123,156); }
td.TdClassName
{
border-color: #A07B9C;
}
.TagClassName
{
border-color: #A07B9C;
}
</style>