Shades of Bouquet #AB88A1
Tints of Bouquet #AB88A1
RGB
CMYK
RGB Variations
Color information
#AB88A1 (or 0xAB88A1) is known color: Bouquet. HEX triplet: AB, 88 and A1. RGB value is (171,136,161). Sum of RGB (Red+Green+Blue) = 171+136+161=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 171 - color contains mainly: red. Hex color #AB88A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB88A1 is #54775E. Grayscale: #959595. Windows color (decimal): -5535583 or 10586283. OLE color: 10586283.
HSL color Cylindrical-coordinate representation of color #AB88A1: hue angle of 317.14º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AB88A1 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 136 | 161 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.33 |
| HSL | 317.14º | 0.17% | 0.6% | - |
| HSV(B) | 317.14º | 0.2% | 0.67% | - |
| XYZ | 32.03 | 28.84 | 37.6 | - |
| YUV | 149.32 | 134.6 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 136 | 161 | 0 | 0.20 | 0.06 | 0.33 | 317.14 | 0.17 | 0.6 |
| Hex | AB | 88 | A1 | 0 | 14 | 6 | 21 | 13D | 11 | 3C |
| Octal | 253 | 210 | 241 | 0 | 24 | 6 | 41 | 475 | 21 | 74 |
| Binary | 10101011 | 10001000 | 10100001 | 0 | 10100 | 110 | 100001 | 100111101 | 10001 | 111100 |
Color Harmonies of #AB88A1
Complementary color
Monochromatic Colors of #AB88A1
Black with #AB88A1
Text Example
Text Example
White with #AB88A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB88A1; }
p { color: rgb(171,136,161); }
H1.HeaderClassName
{
color: #AB88A1;
}
.AnyTagClassName
{
color: #AB88A1;
}
</style>
background-color css
<style>
a { background-color: #AB88A1; }
a { background-color: rgb(171,136,161); }
div.DivClassName
{
background-color: #AB88A1;
}
.BgClassName
{
background-color: #AB88A1;
}
</style>
border-color css
<style>
span { border-color: #AB88A1; }
span { border-color: rgb(171,136,161); }
td.TdClassName
{
border-color: #AB88A1;
}
.TagClassName
{
border-color: #AB88A1;
}
</style>