Shades of Bouquet #AB769E
Tints of Bouquet #AB769E
RGB
CMYK
RGB Variations
Color information
#AB769E (or 0xAB769E) is known color: Bouquet. HEX triplet: AB, 76 and 9E. RGB value is (171,118,158). Sum of RGB (Red+Green+Blue) = 171+118+158=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 171 - color contains mainly: red. Hex color #AB769E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB769E is #548961. Grayscale: #8A8A8A. Windows color (decimal): -5540194 or 10385067. OLE color: 10385067.
HSL color Cylindrical-coordinate representation of color #AB769E: hue angle of 314.72º 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 #AB769E is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 118 | 158 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.33 |
| HSL | 314.72º | 0.24% | 0.57% | - |
| HSV(B) | 314.72º | 0.31% | 0.67% | - |
| XYZ | 29.44 | 24.08 | 35.44 | - |
| YUV | 138.41 | 139.06 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 118 | 158 | 0 | 0.31 | 0.08 | 0.33 | 314.72 | 0.24 | 0.57 |
| Hex | AB | 76 | 9E | 0 | 1F | 8 | 21 | 13B | 18 | 39 |
| Octal | 253 | 166 | 236 | 0 | 37 | 10 | 41 | 473 | 30 | 71 |
| Binary | 10101011 | 1110110 | 10011110 | 0 | 11111 | 1000 | 100001 | 100111011 | 11000 | 111001 |
Color Harmonies of #AB769E
Complementary color
Monochromatic Colors of #AB769E
Black with #AB769E
Text Example
Text Example
White with #AB769E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB769E; }
p { color: rgb(171,118,158); }
H1.HeaderClassName
{
color: #AB769E;
}
.AnyTagClassName
{
color: #AB769E;
}
</style>
background-color css
<style>
a { background-color: #AB769E; }
a { background-color: rgb(171,118,158); }
div.DivClassName
{
background-color: #AB769E;
}
.BgClassName
{
background-color: #AB769E;
}
</style>
border-color css
<style>
span { border-color: #AB769E; }
span { border-color: rgb(171,118,158); }
td.TdClassName
{
border-color: #AB769E;
}
.TagClassName
{
border-color: #AB769E;
}
</style>