Shades of Bouquet #AB769C
Tints of Bouquet #AB769C
RGB
CMYK
RGB Variations
Color information
#AB769C (or 0xAB769C) is known color: Bouquet. HEX triplet: AB, 76 and 9C. RGB value is (171,118,156). Sum of RGB (Red+Green+Blue) = 171+118+156=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 171 - color contains mainly: red. Hex color #AB769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB769C is #548963. Grayscale: #8A8A8A. Windows color (decimal): -5540196 or 10253995. OLE color: 10253995.
HSL color Cylindrical-coordinate representation of color #AB769C: hue angle of 316.98º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB769C is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 118 | 156 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.33 |
| HSL | 316.98º | 0.24% | 0.57% | - |
| HSV(B) | 316.98º | 0.31% | 0.67% | - |
| XYZ | 29.27 | 24.02 | 34.54 | - |
| YUV | 138.18 | 138.06 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 118 | 156 | 0 | 0.31 | 0.09 | 0.33 | 316.98 | 0.24 | 0.57 |
| Hex | AB | 76 | 9C | 0 | 1F | 9 | 21 | 13D | 18 | 39 |
| Octal | 253 | 166 | 234 | 0 | 37 | 11 | 41 | 475 | 30 | 71 |
| Binary | 10101011 | 1110110 | 10011100 | 0 | 11111 | 1001 | 100001 | 100111101 | 11000 | 111001 |
Color Harmonies of #AB769C
Complementary color
Monochromatic Colors of #AB769C
Black with #AB769C
Text Example
Text Example
White with #AB769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB769C; }
p { color: rgb(171,118,156); }
H1.HeaderClassName
{
color: #AB769C;
}
.AnyTagClassName
{
color: #AB769C;
}
</style>
background-color css
<style>
a { background-color: #AB769C; }
a { background-color: rgb(171,118,156); }
div.DivClassName
{
background-color: #AB769C;
}
.BgClassName
{
background-color: #AB769C;
}
</style>
border-color css
<style>
span { border-color: #AB769C; }
span { border-color: rgb(171,118,156); }
td.TdClassName
{
border-color: #AB769C;
}
.TagClassName
{
border-color: #AB769C;
}
</style>