Shades of Bouquet #AB7592
Tints of Bouquet #AB7592
RGB
CMYK
RGB Variations
Color information
#AB7592 (or 0xAB7592) is known color: Bouquet. HEX triplet: AB, 75 and 92. RGB value is (171,117,146). Sum of RGB (Red+Green+Blue) = 171+117+146=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 146 (57.42% from 255 or 33.64% from 434); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7592 is #548A6D. Grayscale: #888888. Windows color (decimal): -5540462 or 9598379. OLE color: 9598379.
HSL color Cylindrical-coordinate representation of color #AB7592: hue angle of 327.78º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB7592 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 117 | 146 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.33 |
| HSL | 327.78º | 0.24% | 0.56% | - |
| HSV(B) | 327.78º | 0.32% | 0.67% | - |
| XYZ | 28.34 | 23.46 | 30.23 | - |
| YUV | 136.45 | 133.39 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 117 | 146 | 0 | 0.32 | 0.15 | 0.33 | 327.78 | 0.24 | 0.56 |
| Hex | AB | 75 | 92 | 0 | 20 | F | 21 | 148 | 18 | 38 |
| Octal | 253 | 165 | 222 | 0 | 40 | 17 | 41 | 510 | 30 | 70 |
| Binary | 10101011 | 1110101 | 10010010 | 0 | 100000 | 1111 | 100001 | 101001000 | 11000 | 111000 |
Color Harmonies of #AB7592
Complementary color
Monochromatic Colors of #AB7592
Black with #AB7592
Text Example
Text Example
White with #AB7592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7592; }
p { color: rgb(171,117,146); }
H1.HeaderClassName
{
color: #AB7592;
}
.AnyTagClassName
{
color: #AB7592;
}
</style>
background-color css
<style>
a { background-color: #AB7592; }
a { background-color: rgb(171,117,146); }
div.DivClassName
{
background-color: #AB7592;
}
.BgClassName
{
background-color: #AB7592;
}
</style>
border-color css
<style>
span { border-color: #AB7592; }
span { border-color: rgb(171,117,146); }
td.TdClassName
{
border-color: #AB7592;
}
.TagClassName
{
border-color: #AB7592;
}
</style>