Shades of Bouquet #A8759D
Tints of Bouquet #A8759D
RGB
CMYK
RGB Variations
Color information
#A8759D (or 0xA8759D) is known color: Bouquet. HEX triplet: A8, 75 and 9D. RGB value is (168,117,157). Sum of RGB (Red+Green+Blue) = 168+117+157=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 168 - color contains mainly: red. Hex color #A8759D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8759D is #578A62. Grayscale: #888888. Windows color (decimal): -5737059 or 10319272. OLE color: 10319272.
HSL color Cylindrical-coordinate representation of color #A8759D: hue angle of 312.94º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8759D is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 117 | 157 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.34 |
| HSL | 312.94º | 0.23% | 0.56% | - |
| HSV(B) | 312.94º | 0.3% | 0.66% | - |
| XYZ | 28.6 | 23.48 | 34.92 | - |
| YUV | 136.81 | 139.4 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 117 | 157 | 0 | 0.30 | 0.07 | 0.34 | 312.94 | 0.23 | 0.56 |
| Hex | A8 | 75 | 9D | 0 | 1E | 7 | 22 | 139 | 17 | 38 |
| Octal | 250 | 165 | 235 | 0 | 36 | 7 | 42 | 471 | 27 | 70 |
| Binary | 10101000 | 1110101 | 10011101 | 0 | 11110 | 111 | 100010 | 100111001 | 10111 | 111000 |
Color Harmonies of #A8759D
Complementary color
Monochromatic Colors of #A8759D
Black with #A8759D
Text Example
Text Example
White with #A8759D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8759D; }
p { color: rgb(168,117,157); }
H1.HeaderClassName
{
color: #A8759D;
}
.AnyTagClassName
{
color: #A8759D;
}
</style>
background-color css
<style>
a { background-color: #A8759D; }
a { background-color: rgb(168,117,157); }
div.DivClassName
{
background-color: #A8759D;
}
.BgClassName
{
background-color: #A8759D;
}
</style>
border-color css
<style>
span { border-color: #A8759D; }
span { border-color: rgb(168,117,157); }
td.TdClassName
{
border-color: #A8759D;
}
.TagClassName
{
border-color: #A8759D;
}
</style>