Shades of Bouquet #AB789F
Tints of Bouquet #AB789F
RGB
CMYK
RGB Variations
Color information
#AB789F (or 0xAB789F) is known color: Bouquet. HEX triplet: AB, 78 and 9F. RGB value is (171,120,159). Sum of RGB (Red+Green+Blue) = 171+120+159=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 171 - color contains mainly: red. Hex color #AB789F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB789F is #548760. Grayscale: #8B8B8B. Windows color (decimal): -5539681 or 10451115. OLE color: 10451115.
HSL color Cylindrical-coordinate representation of color #AB789F: hue angle of 314.12º 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 #AB789F is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 120 | 159 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.33 |
| HSL | 314.12º | 0.23% | 0.57% | - |
| HSV(B) | 314.12º | 0.3% | 0.67% | - |
| XYZ | 29.77 | 24.59 | 35.98 | - |
| YUV | 139.7 | 138.9 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 120 | 159 | 0 | 0.30 | 0.07 | 0.33 | 314.12 | 0.23 | 0.57 |
| Hex | AB | 78 | 9F | 0 | 1E | 7 | 21 | 13A | 17 | 39 |
| Octal | 253 | 170 | 237 | 0 | 36 | 7 | 41 | 472 | 27 | 71 |
| Binary | 10101011 | 1111000 | 10011111 | 0 | 11110 | 111 | 100001 | 100111010 | 10111 | 111001 |
Color Harmonies of #AB789F
Complementary color
Monochromatic Colors of #AB789F
Black with #AB789F
Text Example
Text Example
White with #AB789F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB789F; }
p { color: rgb(171,120,159); }
H1.HeaderClassName
{
color: #AB789F;
}
.AnyTagClassName
{
color: #AB789F;
}
</style>
background-color css
<style>
a { background-color: #AB789F; }
a { background-color: rgb(171,120,159); }
div.DivClassName
{
background-color: #AB789F;
}
.BgClassName
{
background-color: #AB789F;
}
</style>
border-color css
<style>
span { border-color: #AB789F; }
span { border-color: rgb(171,120,159); }
td.TdClassName
{
border-color: #AB789F;
}
.TagClassName
{
border-color: #AB789F;
}
</style>