Shades of Bouquet #A8799B
Tints of Bouquet #A8799B
RGB
CMYK
RGB Variations
Color information
#A8799B (or 0xA8799B) is known color: Bouquet. HEX triplet: A8, 79 and 9B. RGB value is (168,121,155). Sum of RGB (Red+Green+Blue) = 168+121+155=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 121 (47.66% from 255 or 27.25% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 168 - color contains mainly: red. Hex color #A8799B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8799B is #578664. Grayscale: #8A8A8A. Windows color (decimal): -5736037 or 10189224. OLE color: 10189224.
HSL color Cylindrical-coordinate representation of color #A8799B: hue angle of 316.6º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8799B is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 121 | 155 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.34 |
| HSL | 316.6º | 0.21% | 0.57% | - |
| HSV(B) | 316.6º | 0.28% | 0.66% | - |
| XYZ | 28.9 | 24.37 | 34.19 | - |
| YUV | 138.93 | 137.07 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 121 | 155 | 0 | 0.28 | 0.08 | 0.34 | 316.6 | 0.21 | 0.57 |
| Hex | A8 | 79 | 9B | 0 | 1C | 8 | 22 | 13D | 15 | 39 |
| Octal | 250 | 171 | 233 | 0 | 34 | 10 | 42 | 475 | 25 | 71 |
| Binary | 10101000 | 1111001 | 10011011 | 0 | 11100 | 1000 | 100010 | 100111101 | 10101 | 111001 |
Color Harmonies of #A8799B
Complementary color
Monochromatic Colors of #A8799B
Black with #A8799B
Text Example
Text Example
White with #A8799B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8799B; }
p { color: rgb(168,121,155); }
H1.HeaderClassName
{
color: #A8799B;
}
.AnyTagClassName
{
color: #A8799B;
}
</style>
background-color css
<style>
a { background-color: #A8799B; }
a { background-color: rgb(168,121,155); }
div.DivClassName
{
background-color: #A8799B;
}
.BgClassName
{
background-color: #A8799B;
}
</style>
border-color css
<style>
span { border-color: #A8799B; }
span { border-color: rgb(168,121,155); }
td.TdClassName
{
border-color: #A8799B;
}
.TagClassName
{
border-color: #A8799B;
}
</style>