Shades of Bouquet #A07D98
Tints of Bouquet #A07D98
RGB
CMYK
RGB Variations
Color information
#A07D98 (or 0xA07D98) is known color: Bouquet. HEX triplet: A0, 7D and 98. RGB value is (160,125,152). Sum of RGB (Red+Green+Blue) = 160+125+152=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 125 (49.22% from 255 or 28.60% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07D98 is #5F8267. Grayscale: #8A8A8A. Windows color (decimal): -6259304 or 9993632. OLE color: 9993632.
HSL color Cylindrical-coordinate representation of color #A07D98: hue angle of 313.71º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A07D98 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 125 | 152 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.37 |
| HSL | 313.71º | 0.16% | 0.56% | - |
| HSV(B) | 313.71º | 0.22% | 0.63% | - |
| XYZ | 27.5 | 24.41 | 32.97 | - |
| YUV | 138.54 | 135.6 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 152 | 0 | 0.22 | 0.05 | 0.37 | 313.71 | 0.16 | 0.56 |
| Hex | A0 | 7D | 98 | 0 | 16 | 5 | 25 | 13A | 10 | 38 |
| Octal | 240 | 175 | 230 | 0 | 26 | 5 | 45 | 472 | 20 | 70 |
| Binary | 10100000 | 1111101 | 10011000 | 0 | 10110 | 101 | 100101 | 100111010 | 10000 | 111000 |
Color Harmonies of #A07D98
Complementary color
Monochromatic Colors of #A07D98
Black with #A07D98
Text Example
Text Example
White with #A07D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07D98; }
p { color: rgb(160,125,152); }
H1.HeaderClassName
{
color: #A07D98;
}
.AnyTagClassName
{
color: #A07D98;
}
</style>
background-color css
<style>
a { background-color: #A07D98; }
a { background-color: rgb(160,125,152); }
div.DivClassName
{
background-color: #A07D98;
}
.BgClassName
{
background-color: #A07D98;
}
</style>
border-color css
<style>
span { border-color: #A07D98; }
span { border-color: rgb(160,125,152); }
td.TdClassName
{
border-color: #A07D98;
}
.TagClassName
{
border-color: #A07D98;
}
</style>