Shades of Bouquet #AB779F
Tints of Bouquet #AB779F
RGB
CMYK
RGB Variations
Color information
#AB779F (or 0xAB779F) is known color: Bouquet. HEX triplet: AB, 77 and 9F. RGB value is (171,119,159). Sum of RGB (Red+Green+Blue) = 171+119+159=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 119 (46.88% from 255 or 26.50% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 171 - color contains mainly: red. Hex color #AB779F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB779F is #548860. Grayscale: #8B8B8B. Windows color (decimal): -5539937 or 10450859. OLE color: 10450859.
HSL color Cylindrical-coordinate representation of color #AB779F: hue angle of 313.85º degrees, saturation: 0.24, 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 #AB779F is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 119 | 159 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.33 |
| HSL | 313.85º | 0.24% | 0.57% | - |
| HSV(B) | 313.85º | 0.3% | 0.67% | - |
| XYZ | 29.65 | 24.35 | 35.94 | - |
| YUV | 139.11 | 139.23 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 159 | 0 | 0.30 | 0.07 | 0.33 | 313.85 | 0.24 | 0.57 |
| Hex | AB | 77 | 9F | 0 | 1E | 7 | 21 | 13A | 18 | 39 |
| Octal | 253 | 167 | 237 | 0 | 36 | 7 | 41 | 472 | 30 | 71 |
| Binary | 10101011 | 1110111 | 10011111 | 0 | 11110 | 111 | 100001 | 100111010 | 11000 | 111001 |
Color Harmonies of #AB779F
Complementary color
Monochromatic Colors of #AB779F
Black with #AB779F
Text Example
Text Example
White with #AB779F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB779F; }
p { color: rgb(171,119,159); }
H1.HeaderClassName
{
color: #AB779F;
}
.AnyTagClassName
{
color: #AB779F;
}
</style>
background-color css
<style>
a { background-color: #AB779F; }
a { background-color: rgb(171,119,159); }
div.DivClassName
{
background-color: #AB779F;
}
.BgClassName
{
background-color: #AB779F;
}
</style>
border-color css
<style>
span { border-color: #AB779F; }
span { border-color: rgb(171,119,159); }
td.TdClassName
{
border-color: #AB779F;
}
.TagClassName
{
border-color: #AB779F;
}
</style>