Shades of Bouquet #AB8BA1
Tints of Bouquet #AB8BA1
RGB
CMYK
RGB Variations
Color information
#AB8BA1 (or 0xAB8BA1) is known color: Bouquet. HEX triplet: AB, 8B and A1. RGB value is (171,139,161). Sum of RGB (Red+Green+Blue) = 171+139+161=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 161 (63.28% from 255 or 34.18% from 471); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8BA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8BA1 is #54745E. Grayscale: #979797. Windows color (decimal): -5534815 or 10587051. OLE color: 10587051.
HSL color Cylindrical-coordinate representation of color #AB8BA1: hue angle of 318.75º 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 #AB8BA1 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 139 | 161 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.33 |
| HSL | 318.75º | 0.16% | 0.61% | - |
| HSV(B) | 318.75º | 0.19% | 0.67% | - |
| XYZ | 32.46 | 29.7 | 37.74 | - |
| YUV | 151.08 | 133.6 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 139 | 161 | 0 | 0.19 | 0.06 | 0.33 | 318.75 | 0.16 | 0.61 |
| Hex | AB | 8B | A1 | 0 | 13 | 6 | 21 | 13F | 10 | 3D |
| Octal | 253 | 213 | 241 | 0 | 23 | 6 | 41 | 477 | 20 | 75 |
| Binary | 10101011 | 10001011 | 10100001 | 0 | 10011 | 110 | 100001 | 100111111 | 10000 | 111101 |
Color Harmonies of #AB8BA1
Complementary color
Monochromatic Colors of #AB8BA1
Black with #AB8BA1
Text Example
Text Example
White with #AB8BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8BA1; }
p { color: rgb(171,139,161); }
H1.HeaderClassName
{
color: #AB8BA1;
}
.AnyTagClassName
{
color: #AB8BA1;
}
</style>
background-color css
<style>
a { background-color: #AB8BA1; }
a { background-color: rgb(171,139,161); }
div.DivClassName
{
background-color: #AB8BA1;
}
.BgClassName
{
background-color: #AB8BA1;
}
</style>
border-color css
<style>
span { border-color: #AB8BA1; }
span { border-color: rgb(171,139,161); }
td.TdClassName
{
border-color: #AB8BA1;
}
.TagClassName
{
border-color: #AB8BA1;
}
</style>