Shades of Bouquet #AB789E
Tints of Bouquet #AB789E
RGB
CMYK
RGB Variations
Color information
#AB789E (or 0xAB789E) is known color: Bouquet. HEX triplet: AB, 78 and 9E. RGB value is (171,120,158). Sum of RGB (Red+Green+Blue) = 171+120+158=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 171 - color contains mainly: red. Hex color #AB789E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB789E is #548761. Grayscale: #8B8B8B. Windows color (decimal): -5539682 or 10385579. OLE color: 10385579.
HSL color Cylindrical-coordinate representation of color #AB789E: hue angle of 315.29º 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 #AB789E is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 120 | 158 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.33 |
| HSL | 315.29º | 0.23% | 0.57% | - |
| HSV(B) | 315.29º | 0.3% | 0.67% | - |
| XYZ | 29.68 | 24.56 | 35.52 | - |
| YUV | 139.58 | 138.4 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 120 | 158 | 0 | 0.30 | 0.08 | 0.33 | 315.29 | 0.23 | 0.57 |
| Hex | AB | 78 | 9E | 0 | 1E | 8 | 21 | 13B | 17 | 39 |
| Octal | 253 | 170 | 236 | 0 | 36 | 10 | 41 | 473 | 27 | 71 |
| Binary | 10101011 | 1111000 | 10011110 | 0 | 11110 | 1000 | 100001 | 100111011 | 10111 | 111001 |
Color Harmonies of #AB789E
Complementary color
Monochromatic Colors of #AB789E
Black with #AB789E
Text Example
Text Example
White with #AB789E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB789E; }
p { color: rgb(171,120,158); }
H1.HeaderClassName
{
color: #AB789E;
}
.AnyTagClassName
{
color: #AB789E;
}
</style>
background-color css
<style>
a { background-color: #AB789E; }
a { background-color: rgb(171,120,158); }
div.DivClassName
{
background-color: #AB789E;
}
.BgClassName
{
background-color: #AB789E;
}
</style>
border-color css
<style>
span { border-color: #AB789E; }
span { border-color: rgb(171,120,158); }
td.TdClassName
{
border-color: #AB789E;
}
.TagClassName
{
border-color: #AB789E;
}
</style>