Shades of Bouquet #AB769F
Tints of Bouquet #AB769F
RGB
CMYK
RGB Variations
Color information
#AB769F (or 0xAB769F) is known color: Bouquet. HEX triplet: AB, 76 and 9F. RGB value is (171,118,159). Sum of RGB (Red+Green+Blue) = 171+118+159=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 171 - color contains mainly: red. Hex color #AB769F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB769F is #548960. Grayscale: #8A8A8A. Windows color (decimal): -5540193 or 10450603. OLE color: 10450603.
HSL color Cylindrical-coordinate representation of color #AB769F: hue angle of 313.58º 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 #AB769F is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 118 | 159 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.33 |
| HSL | 313.58º | 0.24% | 0.57% | - |
| HSV(B) | 313.58º | 0.31% | 0.67% | - |
| XYZ | 29.53 | 24.12 | 35.9 | - |
| YUV | 138.52 | 139.56 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 118 | 159 | 0 | 0.31 | 0.07 | 0.33 | 313.58 | 0.24 | 0.57 |
| Hex | AB | 76 | 9F | 0 | 1F | 7 | 21 | 13A | 18 | 39 |
| Octal | 253 | 166 | 237 | 0 | 37 | 7 | 41 | 472 | 30 | 71 |
| Binary | 10101011 | 1110110 | 10011111 | 0 | 11111 | 111 | 100001 | 100111010 | 11000 | 111001 |
Color Harmonies of #AB769F
Complementary color
Monochromatic Colors of #AB769F
Black with #AB769F
Text Example
Text Example
White with #AB769F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB769F; }
p { color: rgb(171,118,159); }
H1.HeaderClassName
{
color: #AB769F;
}
.AnyTagClassName
{
color: #AB769F;
}
</style>
background-color css
<style>
a { background-color: #AB769F; }
a { background-color: rgb(171,118,159); }
div.DivClassName
{
background-color: #AB769F;
}
.BgClassName
{
background-color: #AB769F;
}
</style>
border-color css
<style>
span { border-color: #AB769F; }
span { border-color: rgb(171,118,159); }
td.TdClassName
{
border-color: #AB769F;
}
.TagClassName
{
border-color: #AB769F;
}
</style>