Shades of Bouquet #AB7C9C
Tints of Bouquet #AB7C9C
RGB
CMYK
RGB Variations
Color information
#AB7C9C (or 0xAB7C9C) is known color: Bouquet. HEX triplet: AB, 7C and 9C. RGB value is (171,124,156). Sum of RGB (Red+Green+Blue) = 171+124+156=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 124 (48.83% from 255 or 27.49% from 451); Blue value is 156 (61.33% from 255 or 34.59% from 451); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7C9C is #548363. Grayscale: #8D8D8D. Windows color (decimal): -5538660 or 10255531. OLE color: 10255531.
HSL color Cylindrical-coordinate representation of color #AB7C9C: hue angle of 319.15º degrees, saturation: 0.22, 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 #AB7C9C is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 124 | 156 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.33 |
| HSL | 319.15º | 0.22% | 0.58% | - |
| HSV(B) | 319.15º | 0.27% | 0.67% | - |
| XYZ | 30 | 25.47 | 34.79 | - |
| YUV | 141.7 | 136.07 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 124 | 156 | 0 | 0.27 | 0.09 | 0.33 | 319.15 | 0.22 | 0.58 |
| Hex | AB | 7C | 9C | 0 | 1B | 9 | 21 | 13F | 16 | 3A |
| Octal | 253 | 174 | 234 | 0 | 33 | 11 | 41 | 477 | 26 | 72 |
| Binary | 10101011 | 1111100 | 10011100 | 0 | 11011 | 1001 | 100001 | 100111111 | 10110 | 111010 |
Color Harmonies of #AB7C9C
Complementary color
Monochromatic Colors of #AB7C9C
Black with #AB7C9C
Text Example
Text Example
White with #AB7C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7C9C; }
p { color: rgb(171,124,156); }
H1.HeaderClassName
{
color: #AB7C9C;
}
.AnyTagClassName
{
color: #AB7C9C;
}
</style>
background-color css
<style>
a { background-color: #AB7C9C; }
a { background-color: rgb(171,124,156); }
div.DivClassName
{
background-color: #AB7C9C;
}
.BgClassName
{
background-color: #AB7C9C;
}
</style>
border-color css
<style>
span { border-color: #AB7C9C; }
span { border-color: rgb(171,124,156); }
td.TdClassName
{
border-color: #AB7C9C;
}
.TagClassName
{
border-color: #AB7C9C;
}
</style>