Shades of Bouquet #AB7994
Tints of Bouquet #AB7994
RGB
CMYK
RGB Variations
Color information
#AB7994 (or 0xAB7994) is known color: Bouquet. HEX triplet: AB, 79 and 94. RGB value is (171,121,148). Sum of RGB (Red+Green+Blue) = 171+121+148=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 148 (58.20% from 255 or 33.64% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7994 is #54866B. Grayscale: #8A8A8A. Windows color (decimal): -5539436 or 9730475. OLE color: 9730475.
HSL color Cylindrical-coordinate representation of color #AB7994: hue angle of 327.6º 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 #AB7994 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 121 | 148 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.33 |
| HSL | 327.6º | 0.23% | 0.57% | - |
| HSV(B) | 327.6º | 0.29% | 0.67% | - |
| XYZ | 28.98 | 24.47 | 31.21 | - |
| YUV | 139.03 | 133.07 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 121 | 148 | 0 | 0.29 | 0.13 | 0.33 | 327.6 | 0.23 | 0.57 |
| Hex | AB | 79 | 94 | 0 | 1D | D | 21 | 148 | 17 | 39 |
| Octal | 253 | 171 | 224 | 0 | 35 | 15 | 41 | 510 | 27 | 71 |
| Binary | 10101011 | 1111001 | 10010100 | 0 | 11101 | 1101 | 100001 | 101001000 | 10111 | 111001 |
Color Harmonies of #AB7994
Complementary color
Monochromatic Colors of #AB7994
Black with #AB7994
Text Example
Text Example
White with #AB7994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7994; }
p { color: rgb(171,121,148); }
H1.HeaderClassName
{
color: #AB7994;
}
.AnyTagClassName
{
color: #AB7994;
}
</style>
background-color css
<style>
a { background-color: #AB7994; }
a { background-color: rgb(171,121,148); }
div.DivClassName
{
background-color: #AB7994;
}
.BgClassName
{
background-color: #AB7994;
}
</style>
border-color css
<style>
span { border-color: #AB7994; }
span { border-color: rgb(171,121,148); }
td.TdClassName
{
border-color: #AB7994;
}
.TagClassName
{
border-color: #AB7994;
}
</style>