Shades of Bouquet #AB84A1
Tints of Bouquet #AB84A1
RGB
CMYK
RGB Variations
Color information
#AB84A1 (or 0xAB84A1) is known color: Bouquet. HEX triplet: AB, 84 and A1. RGB value is (171,132,161). Sum of RGB (Red+Green+Blue) = 171+132+161=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 171 - color contains mainly: red. Hex color #AB84A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB84A1 is #547B5E. Grayscale: #929292. Windows color (decimal): -5536607 or 10585259. OLE color: 10585259.
HSL color Cylindrical-coordinate representation of color #AB84A1: hue angle of 315.38º 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 #AB84A1 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 161 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.33 |
| HSL | 315.38º | 0.19% | 0.59% | - |
| HSV(B) | 315.38º | 0.23% | 0.67% | - |
| XYZ | 31.48 | 27.73 | 37.41 | - |
| YUV | 146.97 | 135.92 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 161 | 0 | 0.23 | 0.06 | 0.33 | 315.38 | 0.19 | 0.59 |
| Hex | AB | 84 | A1 | 0 | 17 | 6 | 21 | 13B | 13 | 3B |
| Octal | 253 | 204 | 241 | 0 | 27 | 6 | 41 | 473 | 23 | 73 |
| Binary | 10101011 | 10000100 | 10100001 | 0 | 10111 | 110 | 100001 | 100111011 | 10011 | 111011 |
Color Harmonies of #AB84A1
Complementary color
Monochromatic Colors of #AB84A1
Black with #AB84A1
Text Example
Text Example
White with #AB84A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB84A1; }
p { color: rgb(171,132,161); }
H1.HeaderClassName
{
color: #AB84A1;
}
.AnyTagClassName
{
color: #AB84A1;
}
</style>
background-color css
<style>
a { background-color: #AB84A1; }
a { background-color: rgb(171,132,161); }
div.DivClassName
{
background-color: #AB84A1;
}
.BgClassName
{
background-color: #AB84A1;
}
</style>
border-color css
<style>
span { border-color: #AB84A1; }
span { border-color: rgb(171,132,161); }
td.TdClassName
{
border-color: #AB84A1;
}
.TagClassName
{
border-color: #AB84A1;
}
</style>