Shades of Bouquet #AB859E
Tints of Bouquet #AB859E
RGB
CMYK
RGB Variations
Color information
#AB859E (or 0xAB859E) is known color: Bouquet. HEX triplet: AB, 85 and 9E. RGB value is (171,133,158). Sum of RGB (Red+Green+Blue) = 171+133+158=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 171 - color contains mainly: red. Hex color #AB859E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB859E is #547A61. Grayscale: #939393. Windows color (decimal): -5536354 or 10388907. OLE color: 10388907.
HSL color Cylindrical-coordinate representation of color #AB859E: hue angle of 320.53º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AB859E is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 133 | 158 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.33 |
| HSL | 320.53º | 0.18% | 0.6% | - |
| HSV(B) | 320.53º | 0.22% | 0.67% | - |
| XYZ | 31.35 | 27.9 | 36.08 | - |
| YUV | 147.21 | 134.09 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 133 | 158 | 0 | 0.22 | 0.08 | 0.33 | 320.53 | 0.18 | 0.6 |
| Hex | AB | 85 | 9E | 0 | 16 | 8 | 21 | 141 | 12 | 3C |
| Octal | 253 | 205 | 236 | 0 | 26 | 10 | 41 | 501 | 22 | 74 |
| Binary | 10101011 | 10000101 | 10011110 | 0 | 10110 | 1000 | 100001 | 101000001 | 10010 | 111100 |
Color Harmonies of #AB859E
Complementary color
Monochromatic Colors of #AB859E
Black with #AB859E
Text Example
Text Example
White with #AB859E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB859E; }
p { color: rgb(171,133,158); }
H1.HeaderClassName
{
color: #AB859E;
}
.AnyTagClassName
{
color: #AB859E;
}
</style>
background-color css
<style>
a { background-color: #AB859E; }
a { background-color: rgb(171,133,158); }
div.DivClassName
{
background-color: #AB859E;
}
.BgClassName
{
background-color: #AB859E;
}
</style>
border-color css
<style>
span { border-color: #AB859E; }
span { border-color: rgb(171,133,158); }
td.TdClassName
{
border-color: #AB859E;
}
.TagClassName
{
border-color: #AB859E;
}
</style>