Shades of Bouquet #AB829F
Tints of Bouquet #AB829F
RGB
CMYK
RGB Variations
Color information
#AB829F (or 0xAB829F) is known color: Bouquet. HEX triplet: AB, 82 and 9F. RGB value is (171,130,159). Sum of RGB (Red+Green+Blue) = 171+130+159=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 171 - color contains mainly: red. Hex color #AB829F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB829F is #547D60. Grayscale: #919191. Windows color (decimal): -5537121 or 10453675. OLE color: 10453675.
HSL color Cylindrical-coordinate representation of color #AB829F: hue angle of 317.56º 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 #AB829F is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 130 | 159 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.33 |
| HSL | 317.56º | 0.2% | 0.59% | - |
| HSV(B) | 317.56º | 0.24% | 0.67% | - |
| XYZ | 31.04 | 27.13 | 36.4 | - |
| YUV | 145.57 | 135.58 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 130 | 159 | 0 | 0.24 | 0.07 | 0.33 | 317.56 | 0.2 | 0.59 |
| Hex | AB | 82 | 9F | 0 | 18 | 7 | 21 | 13E | 14 | 3B |
| Octal | 253 | 202 | 237 | 0 | 30 | 7 | 41 | 476 | 24 | 73 |
| Binary | 10101011 | 10000010 | 10011111 | 0 | 11000 | 111 | 100001 | 100111110 | 10100 | 111011 |
Color Harmonies of #AB829F
Complementary color
Monochromatic Colors of #AB829F
Black with #AB829F
Text Example
Text Example
White with #AB829F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB829F; }
p { color: rgb(171,130,159); }
H1.HeaderClassName
{
color: #AB829F;
}
.AnyTagClassName
{
color: #AB829F;
}
</style>
background-color css
<style>
a { background-color: #AB829F; }
a { background-color: rgb(171,130,159); }
div.DivClassName
{
background-color: #AB829F;
}
.BgClassName
{
background-color: #AB829F;
}
</style>
border-color css
<style>
span { border-color: #AB829F; }
span { border-color: rgb(171,130,159); }
td.TdClassName
{
border-color: #AB829F;
}
.TagClassName
{
border-color: #AB829F;
}
</style>