Shades of Bouquet #AB829D
Tints of Bouquet #AB829D
RGB
CMYK
RGB Variations
Color information
#AB829D (or 0xAB829D) is known color: Bouquet. HEX triplet: AB, 82 and 9D. RGB value is (171,130,157). Sum of RGB (Red+Green+Blue) = 171+130+157=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 157 (61.72% from 255 or 34.28% from 458); Max value from RGB is 171 - color contains mainly: red. Hex color #AB829D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB829D is #547D62. Grayscale: #919191. Windows color (decimal): -5537123 or 10322603. OLE color: 10322603.
HSL color Cylindrical-coordinate representation of color #AB829D: hue angle of 320.49º 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 #AB829D is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 130 | 157 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.33 |
| HSL | 320.49º | 0.2% | 0.59% | - |
| HSV(B) | 320.49º | 0.24% | 0.67% | - |
| XYZ | 30.86 | 27.06 | 35.49 | - |
| YUV | 145.34 | 134.58 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 157 | 0 | 0.24 | 0.08 | 0.33 | 320.49 | 0.2 | 0.59 |
| Hex | AB | 82 | 9D | 0 | 18 | 8 | 21 | 140 | 14 | 3B |
| Octal | 253 | 202 | 235 | 0 | 30 | 10 | 41 | 500 | 24 | 73 |
| Binary | 10101011 | 10000010 | 10011101 | 0 | 11000 | 1000 | 100001 | 101000000 | 10100 | 111011 |
Color Harmonies of #AB829D
Complementary color
Monochromatic Colors of #AB829D
Black with #AB829D
Text Example
Text Example
White with #AB829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB829D; }
p { color: rgb(171,130,157); }
H1.HeaderClassName
{
color: #AB829D;
}
.AnyTagClassName
{
color: #AB829D;
}
</style>
background-color css
<style>
a { background-color: #AB829D; }
a { background-color: rgb(171,130,157); }
div.DivClassName
{
background-color: #AB829D;
}
.BgClassName
{
background-color: #AB829D;
}
</style>
border-color css
<style>
span { border-color: #AB829D; }
span { border-color: rgb(171,130,157); }
td.TdClassName
{
border-color: #AB829D;
}
.TagClassName
{
border-color: #AB829D;
}
</style>