Shades of Bouquet #AB789B
Tints of Bouquet #AB789B
RGB
CMYK
RGB Variations
Color information
#AB789B (or 0xAB789B) is known color: Bouquet. HEX triplet: AB, 78 and 9B. RGB value is (171,120,155). Sum of RGB (Red+Green+Blue) = 171+120+155=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 120 (47.27% from 255 or 26.91% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 171 - color contains mainly: red. Hex color #AB789B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB789B is #548764. Grayscale: #8B8B8B. Windows color (decimal): -5539685 or 10188971. OLE color: 10188971.
HSL color Cylindrical-coordinate representation of color #AB789B: hue angle of 318.82º 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 #AB789B is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 120 | 155 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.33 |
| HSL | 318.82º | 0.23% | 0.57% | - |
| HSV(B) | 318.82º | 0.3% | 0.67% | - |
| XYZ | 29.43 | 24.46 | 34.18 | - |
| YUV | 139.24 | 136.9 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 120 | 155 | 0 | 0.30 | 0.09 | 0.33 | 318.82 | 0.23 | 0.57 |
| Hex | AB | 78 | 9B | 0 | 1E | 9 | 21 | 13F | 17 | 39 |
| Octal | 253 | 170 | 233 | 0 | 36 | 11 | 41 | 477 | 27 | 71 |
| Binary | 10101011 | 1111000 | 10011011 | 0 | 11110 | 1001 | 100001 | 100111111 | 10111 | 111001 |
Color Harmonies of #AB789B
Complementary color
Monochromatic Colors of #AB789B
Black with #AB789B
Text Example
Text Example
White with #AB789B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB789B; }
p { color: rgb(171,120,155); }
H1.HeaderClassName
{
color: #AB789B;
}
.AnyTagClassName
{
color: #AB789B;
}
</style>
background-color css
<style>
a { background-color: #AB789B; }
a { background-color: rgb(171,120,155); }
div.DivClassName
{
background-color: #AB789B;
}
.BgClassName
{
background-color: #AB789B;
}
</style>
border-color css
<style>
span { border-color: #AB789B; }
span { border-color: rgb(171,120,155); }
td.TdClassName
{
border-color: #AB789B;
}
.TagClassName
{
border-color: #AB789B;
}
</style>