Shades of Bouquet #AB7891
Tints of Bouquet #AB7891
RGB
CMYK
RGB Variations
Color information
#AB7891 (or 0xAB7891) is known color: Bouquet. HEX triplet: AB, 78 and 91. RGB value is (171,120,145). Sum of RGB (Red+Green+Blue) = 171+120+145=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7891 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7891 is #54876E. Grayscale: #8A8A8A. Windows color (decimal): -5539695 or 9533611. OLE color: 9533611.
HSL color Cylindrical-coordinate representation of color #AB7891: hue angle of 330.59º 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 #AB7891 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 120 | 145 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.33 |
| HSL | 330.59º | 0.23% | 0.57% | - |
| HSV(B) | 330.59º | 0.3% | 0.67% | - |
| XYZ | 28.62 | 24.14 | 29.94 | - |
| YUV | 138.1 | 131.9 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 120 | 145 | 0 | 0.30 | 0.15 | 0.33 | 330.59 | 0.23 | 0.57 |
| Hex | AB | 78 | 91 | 0 | 1E | F | 21 | 14B | 17 | 39 |
| Octal | 253 | 170 | 221 | 0 | 36 | 17 | 41 | 513 | 27 | 71 |
| Binary | 10101011 | 1111000 | 10010001 | 0 | 11110 | 1111 | 100001 | 101001011 | 10111 | 111001 |
Color Harmonies of #AB7891
Complementary color
Monochromatic Colors of #AB7891
Black with #AB7891
Text Example
Text Example
White with #AB7891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7891; }
p { color: rgb(171,120,145); }
H1.HeaderClassName
{
color: #AB7891;
}
.AnyTagClassName
{
color: #AB7891;
}
</style>
background-color css
<style>
a { background-color: #AB7891; }
a { background-color: rgb(171,120,145); }
div.DivClassName
{
background-color: #AB7891;
}
.BgClassName
{
background-color: #AB7891;
}
</style>
border-color css
<style>
span { border-color: #AB7891; }
span { border-color: rgb(171,120,145); }
td.TdClassName
{
border-color: #AB7891;
}
.TagClassName
{
border-color: #AB7891;
}
</style>