Shades of Bouquet #AB7A9D
Tints of Bouquet #AB7A9D
RGB
CMYK
RGB Variations
Color information
#AB7A9D (or 0xAB7A9D) is known color: Bouquet. HEX triplet: AB, 7A and 9D. RGB value is (171,122,157). Sum of RGB (Red+Green+Blue) = 171+122+157=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7A9D is #548562. Grayscale: #8C8C8C. Windows color (decimal): -5539171 or 10320555. OLE color: 10320555.
HSL color Cylindrical-coordinate representation of color #AB7A9D: hue angle of 317.14º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB7A9D is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 122 | 157 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.33 |
| HSL | 317.14º | 0.23% | 0.57% | - |
| HSV(B) | 317.14º | 0.29% | 0.67% | - |
| XYZ | 29.84 | 25.01 | 35.15 | - |
| YUV | 140.64 | 137.23 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 157 | 0 | 0.29 | 0.08 | 0.33 | 317.14 | 0.23 | 0.57 |
| Hex | AB | 7A | 9D | 0 | 1D | 8 | 21 | 13D | 17 | 39 |
| Octal | 253 | 172 | 235 | 0 | 35 | 10 | 41 | 475 | 27 | 71 |
| Binary | 10101011 | 1111010 | 10011101 | 0 | 11101 | 1000 | 100001 | 100111101 | 10111 | 111001 |
Color Harmonies of #AB7A9D
Complementary color
Monochromatic Colors of #AB7A9D
Black with #AB7A9D
Text Example
Text Example
White with #AB7A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7A9D; }
p { color: rgb(171,122,157); }
H1.HeaderClassName
{
color: #AB7A9D;
}
.AnyTagClassName
{
color: #AB7A9D;
}
</style>
background-color css
<style>
a { background-color: #AB7A9D; }
a { background-color: rgb(171,122,157); }
div.DivClassName
{
background-color: #AB7A9D;
}
.BgClassName
{
background-color: #AB7A9D;
}
</style>
border-color css
<style>
span { border-color: #AB7A9D; }
span { border-color: rgb(171,122,157); }
td.TdClassName
{
border-color: #AB7A9D;
}
.TagClassName
{
border-color: #AB7A9D;
}
</style>