Shades of Bouquet #A07D99
Tints of Bouquet #A07D99
RGB
CMYK
RGB Variations
Color information
#A07D99 (or 0xA07D99) is known color: Bouquet. HEX triplet: A0, 7D and 99. RGB value is (160,125,153). Sum of RGB (Red+Green+Blue) = 160+125+153=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 125 (49.22% from 255 or 28.54% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07D99 is #5F8266. Grayscale: #8A8A8A. Windows color (decimal): -6259303 or 10059168. OLE color: 10059168.
HSL color Cylindrical-coordinate representation of color #A07D99: hue angle of 312º 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 #A07D99 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 125 | 153 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.37 |
| HSL | 312º | 0.16% | 0.56% | - |
| HSV(B) | 312º | 0.22% | 0.63% | - |
| XYZ | 27.58 | 24.44 | 33.4 | - |
| YUV | 138.66 | 136.1 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 153 | 0 | 0.22 | 0.04 | 0.37 | 312 | 0.16 | 0.56 |
| Hex | A0 | 7D | 99 | 0 | 16 | 4 | 25 | 138 | 10 | 38 |
| Octal | 240 | 175 | 231 | 0 | 26 | 4 | 45 | 470 | 20 | 70 |
| Binary | 10100000 | 1111101 | 10011001 | 0 | 10110 | 100 | 100101 | 100111000 | 10000 | 111000 |
Color Harmonies of #A07D99
Complementary color
Monochromatic Colors of #A07D99
Black with #A07D99
Text Example
Text Example
White with #A07D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07D99; }
p { color: rgb(160,125,153); }
H1.HeaderClassName
{
color: #A07D99;
}
.AnyTagClassName
{
color: #A07D99;
}
</style>
background-color css
<style>
a { background-color: #A07D99; }
a { background-color: rgb(160,125,153); }
div.DivClassName
{
background-color: #A07D99;
}
.BgClassName
{
background-color: #A07D99;
}
</style>
border-color css
<style>
span { border-color: #A07D99; }
span { border-color: rgb(160,125,153); }
td.TdClassName
{
border-color: #A07D99;
}
.TagClassName
{
border-color: #A07D99;
}
</style>