Shades of Bouquet #AB829C
Tints of Bouquet #AB829C
RGB
CMYK
RGB Variations
Color information
#AB829C (or 0xAB829C) is known color: Bouquet. HEX triplet: AB, 82 and 9C. RGB value is (171,130,156). Sum of RGB (Red+Green+Blue) = 171+130+156=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 171 - color contains mainly: red. Hex color #AB829C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB829C is #547D63. Grayscale: #919191. Windows color (decimal): -5537124 or 10257067. OLE color: 10257067.
HSL color Cylindrical-coordinate representation of color #AB829C: hue angle of 321.95º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AB829C is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 130 | 156 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.33 |
| HSL | 321.95º | 0.2% | 0.59% | - |
| HSV(B) | 321.95º | 0.24% | 0.67% | - |
| XYZ | 30.78 | 27.02 | 35.05 | - |
| YUV | 145.22 | 134.08 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 156 | 0 | 0.24 | 0.09 | 0.33 | 321.95 | 0.2 | 0.59 |
| Hex | AB | 82 | 9C | 0 | 18 | 9 | 21 | 142 | 14 | 3B |
| Octal | 253 | 202 | 234 | 0 | 30 | 11 | 41 | 502 | 24 | 73 |
| Binary | 10101011 | 10000010 | 10011100 | 0 | 11000 | 1001 | 100001 | 101000010 | 10100 | 111011 |
Color Harmonies of #AB829C
Complementary color
Monochromatic Colors of #AB829C
Black with #AB829C
Text Example
Text Example
White with #AB829C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB829C; }
p { color: rgb(171,130,156); }
H1.HeaderClassName
{
color: #AB829C;
}
.AnyTagClassName
{
color: #AB829C;
}
</style>
background-color css
<style>
a { background-color: #AB829C; }
a { background-color: rgb(171,130,156); }
div.DivClassName
{
background-color: #AB829C;
}
.BgClassName
{
background-color: #AB829C;
}
</style>
border-color css
<style>
span { border-color: #AB829C; }
span { border-color: rgb(171,130,156); }
td.TdClassName
{
border-color: #AB829C;
}
.TagClassName
{
border-color: #AB829C;
}
</style>