Shades of Bouquet #AB789C
Tints of Bouquet #AB789C
RGB
CMYK
RGB Variations
Color information
#AB789C (or 0xAB789C) is known color: Bouquet. HEX triplet: AB, 78 and 9C. RGB value is (171,120,156). Sum of RGB (Red+Green+Blue) = 171+120+156=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 171 - color contains mainly: red. Hex color #AB789C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB789C is #548763. Grayscale: #8B8B8B. Windows color (decimal): -5539684 or 10254507. OLE color: 10254507.
HSL color Cylindrical-coordinate representation of color #AB789C: hue angle of 317.65º 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 #AB789C is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 120 | 156 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.33 |
| HSL | 317.65º | 0.23% | 0.57% | - |
| HSV(B) | 317.65º | 0.3% | 0.67% | - |
| XYZ | 29.51 | 24.49 | 34.62 | - |
| YUV | 139.35 | 137.4 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 120 | 156 | 0 | 0.30 | 0.09 | 0.33 | 317.65 | 0.23 | 0.57 |
| Hex | AB | 78 | 9C | 0 | 1E | 9 | 21 | 13E | 17 | 39 |
| Octal | 253 | 170 | 234 | 0 | 36 | 11 | 41 | 476 | 27 | 71 |
| Binary | 10101011 | 1111000 | 10011100 | 0 | 11110 | 1001 | 100001 | 100111110 | 10111 | 111001 |
Color Harmonies of #AB789C
Complementary color
Monochromatic Colors of #AB789C
Black with #AB789C
Text Example
Text Example
White with #AB789C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB789C; }
p { color: rgb(171,120,156); }
H1.HeaderClassName
{
color: #AB789C;
}
.AnyTagClassName
{
color: #AB789C;
}
</style>
background-color css
<style>
a { background-color: #AB789C; }
a { background-color: rgb(171,120,156); }
div.DivClassName
{
background-color: #AB789C;
}
.BgClassName
{
background-color: #AB789C;
}
</style>
border-color css
<style>
span { border-color: #AB789C; }
span { border-color: rgb(171,120,156); }
td.TdClassName
{
border-color: #AB789C;
}
.TagClassName
{
border-color: #AB789C;
}
</style>