Shades of Bouquet #AB8397
Tints of Bouquet #AB8397
RGB
CMYK
RGB Variations
Color information
#AB8397 (or 0xAB8397) is known color: Bouquet. HEX triplet: AB, 83 and 97. RGB value is (171,131,151). Sum of RGB (Red+Green+Blue) = 171+131+151=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 151 (59.38% from 255 or 33.33% from 453); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8397 is #547C68. Grayscale: #919191. Windows color (decimal): -5536873 or 9929643. OLE color: 9929643.
HSL color Cylindrical-coordinate representation of color #AB8397: hue angle of 330º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB8397 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 131 | 151 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.33 |
| HSL | 330º | 0.19% | 0.59% | - |
| HSV(B) | 330º | 0.23% | 0.67% | - |
| XYZ | 30.5 | 27.12 | 32.91 | - |
| YUV | 145.24 | 131.25 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 131 | 151 | 0 | 0.23 | 0.12 | 0.33 | 330 | 0.19 | 0.59 |
| Hex | AB | 83 | 97 | 0 | 17 | C | 21 | 14A | 13 | 3B |
| Octal | 253 | 203 | 227 | 0 | 27 | 14 | 41 | 512 | 23 | 73 |
| Binary | 10101011 | 10000011 | 10010111 | 0 | 10111 | 1100 | 100001 | 101001010 | 10011 | 111011 |
Color Harmonies of #AB8397
Complementary color
Monochromatic Colors of #AB8397
Black with #AB8397
Text Example
Text Example
White with #AB8397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8397; }
p { color: rgb(171,131,151); }
H1.HeaderClassName
{
color: #AB8397;
}
.AnyTagClassName
{
color: #AB8397;
}
</style>
background-color css
<style>
a { background-color: #AB8397; }
a { background-color: rgb(171,131,151); }
div.DivClassName
{
background-color: #AB8397;
}
.BgClassName
{
background-color: #AB8397;
}
</style>
border-color css
<style>
span { border-color: #AB8397; }
span { border-color: rgb(171,131,151); }
td.TdClassName
{
border-color: #AB8397;
}
.TagClassName
{
border-color: #AB8397;
}
</style>