Shades of Bouquet #AB7899
Tints of Bouquet #AB7899
RGB
CMYK
RGB Variations
Color information
#AB7899 (or 0xAB7899) is known color: Bouquet. HEX triplet: AB, 78 and 99. RGB value is (171,120,153). Sum of RGB (Red+Green+Blue) = 171+120+153=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 153 (60.16% from 255 or 34.46% from 444); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7899 is #548766. Grayscale: #8A8A8A. Windows color (decimal): -5539687 or 10057899. OLE color: 10057899.
HSL color Cylindrical-coordinate representation of color #AB7899: hue angle of 321.18º degrees, saturation: 0.23, 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 #AB7899 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 120 | 153 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.33 |
| HSL | 321.18º | 0.23% | 0.57% | - |
| HSV(B) | 321.18º | 0.3% | 0.67% | - |
| XYZ | 29.26 | 24.39 | 33.3 | - |
| YUV | 139.01 | 135.9 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 120 | 153 | 0 | 0.30 | 0.11 | 0.33 | 321.18 | 0.23 | 0.57 |
| Hex | AB | 78 | 99 | 0 | 1E | B | 21 | 141 | 17 | 39 |
| Octal | 253 | 170 | 231 | 0 | 36 | 13 | 41 | 501 | 27 | 71 |
| Binary | 10101011 | 1111000 | 10011001 | 0 | 11110 | 1011 | 100001 | 101000001 | 10111 | 111001 |
Color Harmonies of #AB7899
Complementary color
Monochromatic Colors of #AB7899
Black with #AB7899
Text Example
Text Example
White with #AB7899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7899; }
p { color: rgb(171,120,153); }
H1.HeaderClassName
{
color: #AB7899;
}
.AnyTagClassName
{
color: #AB7899;
}
</style>
background-color css
<style>
a { background-color: #AB7899; }
a { background-color: rgb(171,120,153); }
div.DivClassName
{
background-color: #AB7899;
}
.BgClassName
{
background-color: #AB7899;
}
</style>
border-color css
<style>
span { border-color: #AB7899; }
span { border-color: rgb(171,120,153); }
td.TdClassName
{
border-color: #AB7899;
}
.TagClassName
{
border-color: #AB7899;
}
</style>