Shades of Bouquet #AB7992
Tints of Bouquet #AB7992
RGB
CMYK
RGB Variations
Color information
#AB7992 (or 0xAB7992) is known color: Bouquet. HEX triplet: AB, 79 and 92. RGB value is (171,121,146). Sum of RGB (Red+Green+Blue) = 171+121+146=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 146 (57.42% from 255 or 33.33% from 438); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7992 is #54866D. Grayscale: #8A8A8A. Windows color (decimal): -5539438 or 9599403. OLE color: 9599403.
HSL color Cylindrical-coordinate representation of color #AB7992: hue angle of 330º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB7992 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 121 | 146 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.33 |
| HSL | 330º | 0.23% | 0.57% | - |
| HSV(B) | 330º | 0.29% | 0.67% | - |
| XYZ | 28.82 | 24.41 | 30.39 | - |
| YUV | 138.8 | 132.07 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 121 | 146 | 0 | 0.29 | 0.15 | 0.33 | 330 | 0.23 | 0.57 |
| Hex | AB | 79 | 92 | 0 | 1D | F | 21 | 14A | 17 | 39 |
| Octal | 253 | 171 | 222 | 0 | 35 | 17 | 41 | 512 | 27 | 71 |
| Binary | 10101011 | 1111001 | 10010010 | 0 | 11101 | 1111 | 100001 | 101001010 | 10111 | 111001 |
Color Harmonies of #AB7992
Complementary color
Monochromatic Colors of #AB7992
Black with #AB7992
Text Example
Text Example
White with #AB7992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7992; }
p { color: rgb(171,121,146); }
H1.HeaderClassName
{
color: #AB7992;
}
.AnyTagClassName
{
color: #AB7992;
}
</style>
background-color css
<style>
a { background-color: #AB7992; }
a { background-color: rgb(171,121,146); }
div.DivClassName
{
background-color: #AB7992;
}
.BgClassName
{
background-color: #AB7992;
}
</style>
border-color css
<style>
span { border-color: #AB7992; }
span { border-color: rgb(171,121,146); }
td.TdClassName
{
border-color: #AB7992;
}
.TagClassName
{
border-color: #AB7992;
}
</style>