Shades of Bouquet #AB749C
Tints of Bouquet #AB749C
RGB
CMYK
RGB Variations
Color information
#AB749C (or 0xAB749C) is known color: Bouquet. HEX triplet: AB, 74 and 9C. RGB value is (171,116,156). Sum of RGB (Red+Green+Blue) = 171+116+156=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 171 - color contains mainly: red. Hex color #AB749C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB749C is #548B63. Grayscale: #888888. Windows color (decimal): -5540708 or 10253483. OLE color: 10253483.
HSL color Cylindrical-coordinate representation of color #AB749C: hue angle of 316.36º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB749C is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 116 | 156 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.33 |
| HSL | 316.36º | 0.25% | 0.56% | - |
| HSV(B) | 316.36º | 0.32% | 0.67% | - |
| XYZ | 29.04 | 23.55 | 34.47 | - |
| YUV | 137.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 156 | 0 | 0.32 | 0.09 | 0.33 | 316.36 | 0.25 | 0.56 |
| Hex | AB | 74 | 9C | 0 | 20 | 9 | 21 | 13C | 19 | 38 |
| Octal | 253 | 164 | 234 | 0 | 40 | 11 | 41 | 474 | 31 | 70 |
| Binary | 10101011 | 1110100 | 10011100 | 0 | 100000 | 1001 | 100001 | 100111100 | 11001 | 111000 |
Color Harmonies of #AB749C
Complementary color
Monochromatic Colors of #AB749C
Black with #AB749C
Text Example
Text Example
White with #AB749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB749C; }
p { color: rgb(171,116,156); }
H1.HeaderClassName
{
color: #AB749C;
}
.AnyTagClassName
{
color: #AB749C;
}
</style>
background-color css
<style>
a { background-color: #AB749C; }
a { background-color: rgb(171,116,156); }
div.DivClassName
{
background-color: #AB749C;
}
.BgClassName
{
background-color: #AB749C;
}
</style>
border-color css
<style>
span { border-color: #AB749C; }
span { border-color: rgb(171,116,156); }
td.TdClassName
{
border-color: #AB749C;
}
.TagClassName
{
border-color: #AB749C;
}
</style>