Shades of Bouquet #AB6D91
Tints of Bouquet #AB6D91
RGB
CMYK
RGB Variations
Color information
#AB6D91 (or 0xAB6D91) is known color: Bouquet. HEX triplet: AB, 6D and 91. RGB value is (171,109,145). Sum of RGB (Red+Green+Blue) = 171+109+145=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 145 (57.03% from 255 or 34.12% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6D91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6D91 is #54926E. Grayscale: #838383. Windows color (decimal): -5542511 or 9530795. OLE color: 9530795.
HSL color Cylindrical-coordinate representation of color #AB6D91: hue angle of 325.16º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB6D91 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 109 | 145 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.33 |
| HSL | 325.16º | 0.27% | 0.55% | - |
| HSV(B) | 325.16º | 0.36% | 0.67% | - |
| XYZ | 27.37 | 21.64 | 29.52 | - |
| YUV | 131.64 | 135.54 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 109 | 145 | 0 | 0.36 | 0.15 | 0.33 | 325.16 | 0.27 | 0.55 |
| Hex | AB | 6D | 91 | 0 | 24 | F | 21 | 145 | 1B | 37 |
| Octal | 253 | 155 | 221 | 0 | 44 | 17 | 41 | 505 | 33 | 67 |
| Binary | 10101011 | 1101101 | 10010001 | 0 | 100100 | 1111 | 100001 | 101000101 | 11011 | 110111 |
Color Harmonies of #AB6D91
Complementary color
Monochromatic Colors of #AB6D91
Black with #AB6D91
Text Example
Text Example
White with #AB6D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6D91; }
p { color: rgb(171,109,145); }
H1.HeaderClassName
{
color: #AB6D91;
}
.AnyTagClassName
{
color: #AB6D91;
}
</style>
background-color css
<style>
a { background-color: #AB6D91; }
a { background-color: rgb(171,109,145); }
div.DivClassName
{
background-color: #AB6D91;
}
.BgClassName
{
background-color: #AB6D91;
}
</style>
border-color css
<style>
span { border-color: #AB6D91; }
span { border-color: rgb(171,109,145); }
td.TdClassName
{
border-color: #AB6D91;
}
.TagClassName
{
border-color: #AB6D91;
}
</style>