Shades of Bouquet #AB7694
Tints of Bouquet #AB7694
RGB
CMYK
RGB Variations
Color information
#AB7694 (or 0xAB7694) is known color: Bouquet. HEX triplet: AB, 76 and 94. RGB value is (171,118,148). Sum of RGB (Red+Green+Blue) = 171+118+148=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7694 is #54896B. Grayscale: #898989. Windows color (decimal): -5540204 or 9729707. OLE color: 9729707.
HSL color Cylindrical-coordinate representation of color #AB7694: hue angle of 326.04º 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 #AB7694 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 118 | 148 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.33 |
| HSL | 326.04º | 0.24% | 0.57% | - |
| HSV(B) | 326.04º | 0.31% | 0.67% | - |
| XYZ | 28.62 | 23.75 | 31.09 | - |
| YUV | 137.27 | 134.06 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 118 | 148 | 0 | 0.31 | 0.13 | 0.33 | 326.04 | 0.24 | 0.57 |
| Hex | AB | 76 | 94 | 0 | 1F | D | 21 | 146 | 18 | 39 |
| Octal | 253 | 166 | 224 | 0 | 37 | 15 | 41 | 506 | 30 | 71 |
| Binary | 10101011 | 1110110 | 10010100 | 0 | 11111 | 1101 | 100001 | 101000110 | 11000 | 111001 |
Color Harmonies of #AB7694
Complementary color
Monochromatic Colors of #AB7694
Black with #AB7694
Text Example
Text Example
White with #AB7694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7694; }
p { color: rgb(171,118,148); }
H1.HeaderClassName
{
color: #AB7694;
}
.AnyTagClassName
{
color: #AB7694;
}
</style>
background-color css
<style>
a { background-color: #AB7694; }
a { background-color: rgb(171,118,148); }
div.DivClassName
{
background-color: #AB7694;
}
.BgClassName
{
background-color: #AB7694;
}
</style>
border-color css
<style>
span { border-color: #AB7694; }
span { border-color: rgb(171,118,148); }
td.TdClassName
{
border-color: #AB7694;
}
.TagClassName
{
border-color: #AB7694;
}
</style>