Shades of Bouquet #AB879D
Tints of Bouquet #AB879D
RGB
CMYK
RGB Variations
Color information
#AB879D (or 0xAB879D) is known color: Bouquet. HEX triplet: AB, 87 and 9D. RGB value is (171,135,157). Sum of RGB (Red+Green+Blue) = 171+135+157=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 135 (53.12% from 255 or 29.16% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 171 - color contains mainly: red. Hex color #AB879D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB879D is #547862. Grayscale: #949494. Windows color (decimal): -5535843 or 10323883. OLE color: 10323883.
HSL color Cylindrical-coordinate representation of color #AB879D: hue angle of 323.33º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AB879D is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 135 | 157 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.33 |
| HSL | 323.33º | 0.18% | 0.6% | - |
| HSV(B) | 323.33º | 0.21% | 0.67% | - |
| XYZ | 31.54 | 28.42 | 35.72 | - |
| YUV | 148.27 | 132.93 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 135 | 157 | 0 | 0.21 | 0.08 | 0.33 | 323.33 | 0.18 | 0.6 |
| Hex | AB | 87 | 9D | 0 | 15 | 8 | 21 | 143 | 12 | 3C |
| Octal | 253 | 207 | 235 | 0 | 25 | 10 | 41 | 503 | 22 | 74 |
| Binary | 10101011 | 10000111 | 10011101 | 0 | 10101 | 1000 | 100001 | 101000011 | 10010 | 111100 |
Color Harmonies of #AB879D
Complementary color
Monochromatic Colors of #AB879D
Black with #AB879D
Text Example
Text Example
White with #AB879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB879D; }
p { color: rgb(171,135,157); }
H1.HeaderClassName
{
color: #AB879D;
}
.AnyTagClassName
{
color: #AB879D;
}
</style>
background-color css
<style>
a { background-color: #AB879D; }
a { background-color: rgb(171,135,157); }
div.DivClassName
{
background-color: #AB879D;
}
.BgClassName
{
background-color: #AB879D;
}
</style>
border-color css
<style>
span { border-color: #AB879D; }
span { border-color: rgb(171,135,157); }
td.TdClassName
{
border-color: #AB879D;
}
.TagClassName
{
border-color: #AB879D;
}
</style>