Shades of Bouquet #A07B95
Tints of Bouquet #A07B95
RGB
CMYK
RGB Variations
Color information
#A07B95 (or 0xA07B95) is known color: Bouquet. HEX triplet: A0, 7B and 95. RGB value is (160,123,149). Sum of RGB (Red+Green+Blue) = 160+123+149=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 123 (48.44% from 255 or 28.47% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07B95 is #5F846A. Grayscale: #888888. Windows color (decimal): -6259819 or 9796512. OLE color: 9796512.
HSL color Cylindrical-coordinate representation of color #A07B95: hue angle of 317.84º 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 #A07B95 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 123 | 149 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.37 |
| HSL | 317.84º | 0.16% | 0.55% | - |
| HSV(B) | 317.84º | 0.23% | 0.63% | - |
| XYZ | 27 | 23.81 | 31.61 | - |
| YUV | 137.03 | 134.76 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 123 | 149 | 0 | 0.23 | 0.07 | 0.37 | 317.84 | 0.16 | 0.55 |
| Hex | A0 | 7B | 95 | 0 | 17 | 7 | 25 | 13E | 10 | 37 |
| Octal | 240 | 173 | 225 | 0 | 27 | 7 | 45 | 476 | 20 | 67 |
| Binary | 10100000 | 1111011 | 10010101 | 0 | 10111 | 111 | 100101 | 100111110 | 10000 | 110111 |
Color Harmonies of #A07B95
Complementary color
Monochromatic Colors of #A07B95
Black with #A07B95
Text Example
Text Example
White with #A07B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07B95; }
p { color: rgb(160,123,149); }
H1.HeaderClassName
{
color: #A07B95;
}
.AnyTagClassName
{
color: #A07B95;
}
</style>
background-color css
<style>
a { background-color: #A07B95; }
a { background-color: rgb(160,123,149); }
div.DivClassName
{
background-color: #A07B95;
}
.BgClassName
{
background-color: #A07B95;
}
</style>
border-color css
<style>
span { border-color: #A07B95; }
span { border-color: rgb(160,123,149); }
td.TdClassName
{
border-color: #A07B95;
}
.TagClassName
{
border-color: #A07B95;
}
</style>