Shades of Bouquet #AB7C99
Tints of Bouquet #AB7C99
RGB
CMYK
RGB Variations
Color information
#AB7C99 (or 0xAB7C99) is known color: Bouquet. HEX triplet: AB, 7C and 99. RGB value is (171,124,153). Sum of RGB (Red+Green+Blue) = 171+124+153=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 153 (60.16% from 255 or 34.15% from 448); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7C99 is #548366. Grayscale: #8D8D8D. Windows color (decimal): -5538663 or 10058923. OLE color: 10058923.
HSL color Cylindrical-coordinate representation of color #AB7C99: hue angle of 322.98º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB7C99 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 124 | 153 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.33 |
| HSL | 322.98º | 0.22% | 0.58% | - |
| HSV(B) | 322.98º | 0.27% | 0.67% | - |
| XYZ | 29.75 | 25.37 | 33.47 | - |
| YUV | 141.36 | 134.57 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 124 | 153 | 0 | 0.27 | 0.11 | 0.33 | 322.98 | 0.22 | 0.58 |
| Hex | AB | 7C | 99 | 0 | 1B | B | 21 | 143 | 16 | 3A |
| Octal | 253 | 174 | 231 | 0 | 33 | 13 | 41 | 503 | 26 | 72 |
| Binary | 10101011 | 1111100 | 10011001 | 0 | 11011 | 1011 | 100001 | 101000011 | 10110 | 111010 |
Color Harmonies of #AB7C99
Complementary color
Monochromatic Colors of #AB7C99
Black with #AB7C99
Text Example
Text Example
White with #AB7C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7C99; }
p { color: rgb(171,124,153); }
H1.HeaderClassName
{
color: #AB7C99;
}
.AnyTagClassName
{
color: #AB7C99;
}
</style>
background-color css
<style>
a { background-color: #AB7C99; }
a { background-color: rgb(171,124,153); }
div.DivClassName
{
background-color: #AB7C99;
}
.BgClassName
{
background-color: #AB7C99;
}
</style>
border-color css
<style>
span { border-color: #AB7C99; }
span { border-color: rgb(171,124,153); }
td.TdClassName
{
border-color: #AB7C99;
}
.TagClassName
{
border-color: #AB7C99;
}
</style>