Shades of Bouquet #AB7796
Tints of Bouquet #AB7796
RGB
CMYK
RGB Variations
Color information
#AB7796 (or 0xAB7796) is known color: Bouquet. HEX triplet: AB, 77 and 96. RGB value is (171,119,150). Sum of RGB (Red+Green+Blue) = 171+119+150=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7796 is #548869. Grayscale: #8A8A8A. Windows color (decimal): -5539946 or 9861035. OLE color: 9861035.
HSL color Cylindrical-coordinate representation of color #AB7796: hue angle of 324.23º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB7796 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 119 | 150 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.33 |
| HSL | 324.23º | 0.24% | 0.57% | - |
| HSV(B) | 324.23º | 0.3% | 0.67% | - |
| XYZ | 28.9 | 24.05 | 31.97 | - |
| YUV | 138.08 | 134.73 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 150 | 0 | 0.30 | 0.12 | 0.33 | 324.23 | 0.24 | 0.57 |
| Hex | AB | 77 | 96 | 0 | 1E | C | 21 | 144 | 18 | 39 |
| Octal | 253 | 167 | 226 | 0 | 36 | 14 | 41 | 504 | 30 | 71 |
| Binary | 10101011 | 1110111 | 10010110 | 0 | 11110 | 1100 | 100001 | 101000100 | 11000 | 111001 |
Color Harmonies of #AB7796
Complementary color
Monochromatic Colors of #AB7796
Black with #AB7796
Text Example
Text Example
White with #AB7796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7796; }
p { color: rgb(171,119,150); }
H1.HeaderClassName
{
color: #AB7796;
}
.AnyTagClassName
{
color: #AB7796;
}
</style>
background-color css
<style>
a { background-color: #AB7796; }
a { background-color: rgb(171,119,150); }
div.DivClassName
{
background-color: #AB7796;
}
.BgClassName
{
background-color: #AB7796;
}
</style>
border-color css
<style>
span { border-color: #AB7796; }
span { border-color: rgb(171,119,150); }
td.TdClassName
{
border-color: #AB7796;
}
.TagClassName
{
border-color: #AB7796;
}
</style>