Shades of Bouquet #AB729C
Tints of Bouquet #AB729C
RGB
CMYK
RGB Variations
Color information
#AB729C (or 0xAB729C) is known color: Bouquet. HEX triplet: AB, 72 and 9C. RGB value is (171,114,156). Sum of RGB (Red+Green+Blue) = 171+114+156=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 171 - color contains mainly: red. Hex color #AB729C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB729C is #548D63. Grayscale: #878787. Windows color (decimal): -5541220 or 10252971. OLE color: 10252971.
HSL color Cylindrical-coordinate representation of color #AB729C: hue angle of 315.79º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB729C is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 114 | 156 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.33 |
| HSL | 315.79º | 0.25% | 0.56% | - |
| HSV(B) | 315.79º | 0.33% | 0.67% | - |
| XYZ | 28.81 | 23.09 | 34.39 | - |
| YUV | 135.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 114 | 156 | 0 | 0.33 | 0.09 | 0.33 | 315.79 | 0.25 | 0.56 |
| Hex | AB | 72 | 9C | 0 | 21 | 9 | 21 | 13C | 19 | 38 |
| Octal | 253 | 162 | 234 | 0 | 41 | 11 | 41 | 474 | 31 | 70 |
| Binary | 10101011 | 1110010 | 10011100 | 0 | 100001 | 1001 | 100001 | 100111100 | 11001 | 111000 |
Color Harmonies of #AB729C
Complementary color
Monochromatic Colors of #AB729C
Black with #AB729C
Text Example
Text Example
White with #AB729C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB729C; }
p { color: rgb(171,114,156); }
H1.HeaderClassName
{
color: #AB729C;
}
.AnyTagClassName
{
color: #AB729C;
}
</style>
background-color css
<style>
a { background-color: #AB729C; }
a { background-color: rgb(171,114,156); }
div.DivClassName
{
background-color: #AB729C;
}
.BgClassName
{
background-color: #AB729C;
}
</style>
border-color css
<style>
span { border-color: #AB729C; }
span { border-color: rgb(171,114,156); }
td.TdClassName
{
border-color: #AB729C;
}
.TagClassName
{
border-color: #AB729C;
}
</style>