Shades of Bouquet #AB8A9B
Tints of Bouquet #AB8A9B
RGB
CMYK
RGB Variations
Color information
#AB8A9B (or 0xAB8A9B) is known color: Bouquet. HEX triplet: AB, 8A and 9B. RGB value is (171,138,155). Sum of RGB (Red+Green+Blue) = 171+138+155=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8A9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8A9B is #547564. Grayscale: #959595. Windows color (decimal): -5535077 or 10193579. OLE color: 10193579.
HSL color Cylindrical-coordinate representation of color #AB8A9B: hue angle of 329.09º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AB8A9B is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 138 | 155 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.33 |
| HSL | 329.09º | 0.16% | 0.61% | - |
| HSV(B) | 329.09º | 0.19% | 0.67% | - |
| XYZ | 31.8 | 29.2 | 34.97 | - |
| YUV | 149.81 | 130.93 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 138 | 155 | 0 | 0.19 | 0.09 | 0.33 | 329.09 | 0.16 | 0.61 |
| Hex | AB | 8A | 9B | 0 | 13 | 9 | 21 | 149 | 10 | 3D |
| Octal | 253 | 212 | 233 | 0 | 23 | 11 | 41 | 511 | 20 | 75 |
| Binary | 10101011 | 10001010 | 10011011 | 0 | 10011 | 1001 | 100001 | 101001001 | 10000 | 111101 |
Color Harmonies of #AB8A9B
Complementary color
Monochromatic Colors of #AB8A9B
Black with #AB8A9B
Text Example
Text Example
White with #AB8A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8A9B; }
p { color: rgb(171,138,155); }
H1.HeaderClassName
{
color: #AB8A9B;
}
.AnyTagClassName
{
color: #AB8A9B;
}
</style>
background-color css
<style>
a { background-color: #AB8A9B; }
a { background-color: rgb(171,138,155); }
div.DivClassName
{
background-color: #AB8A9B;
}
.BgClassName
{
background-color: #AB8A9B;
}
</style>
border-color css
<style>
span { border-color: #AB8A9B; }
span { border-color: rgb(171,138,155); }
td.TdClassName
{
border-color: #AB8A9B;
}
.TagClassName
{
border-color: #AB8A9B;
}
</style>