Shades of Bouquet #AB7D9E
Tints of Bouquet #AB7D9E
RGB
CMYK
RGB Variations
Color information
#AB7D9E (or 0xAB7D9E) is known color: Bouquet. HEX triplet: AB, 7D and 9E. RGB value is (171,125,158). Sum of RGB (Red+Green+Blue) = 171+125+158=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 158 (62.11% from 255 or 34.80% from 454); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7D9E is #548261. Grayscale: #8E8E8E. Windows color (decimal): -5538402 or 10386859. OLE color: 10386859.
HSL color Cylindrical-coordinate representation of color #AB7D9E: hue angle of 316.96º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB7D9E is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 125 | 158 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.33 |
| HSL | 316.96º | 0.21% | 0.58% | - |
| HSV(B) | 316.96º | 0.27% | 0.67% | - |
| XYZ | 30.3 | 25.79 | 35.73 | - |
| YUV | 142.52 | 136.74 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 125 | 158 | 0 | 0.27 | 0.08 | 0.33 | 316.96 | 0.21 | 0.58 |
| Hex | AB | 7D | 9E | 0 | 1B | 8 | 21 | 13D | 15 | 3A |
| Octal | 253 | 175 | 236 | 0 | 33 | 10 | 41 | 475 | 25 | 72 |
| Binary | 10101011 | 1111101 | 10011110 | 0 | 11011 | 1000 | 100001 | 100111101 | 10101 | 111010 |
Color Harmonies of #AB7D9E
Complementary color
Monochromatic Colors of #AB7D9E
Black with #AB7D9E
Text Example
Text Example
White with #AB7D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7D9E; }
p { color: rgb(171,125,158); }
H1.HeaderClassName
{
color: #AB7D9E;
}
.AnyTagClassName
{
color: #AB7D9E;
}
</style>
background-color css
<style>
a { background-color: #AB7D9E; }
a { background-color: rgb(171,125,158); }
div.DivClassName
{
background-color: #AB7D9E;
}
.BgClassName
{
background-color: #AB7D9E;
}
</style>
border-color css
<style>
span { border-color: #AB7D9E; }
span { border-color: rgb(171,125,158); }
td.TdClassName
{
border-color: #AB7D9E;
}
.TagClassName
{
border-color: #AB7D9E;
}
</style>