Shades of Bouquet #AB76A2
Tints of Bouquet #AB76A2
RGB
CMYK
RGB Variations
Color information
#AB76A2 (or 0xAB76A2) is known color: Bouquet. HEX triplet: AB, 76 and A2. RGB value is (171,118,162). Sum of RGB (Red+Green+Blue) = 171+118+162=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 162 (63.67% from 255 or 35.92% from 451); Max value from RGB is 171 - color contains mainly: red. Hex color #AB76A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB76A2 is #54895D. Grayscale: #8A8A8A. Windows color (decimal): -5540190 or 10647211. OLE color: 10647211.
HSL color Cylindrical-coordinate representation of color #AB76A2: hue angle of 310.19º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB76A2 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 118 | 162 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.33 |
| HSL | 310.19º | 0.24% | 0.57% | - |
| HSV(B) | 310.19º | 0.31% | 0.67% | - |
| XYZ | 29.79 | 24.22 | 37.29 | - |
| YUV | 138.86 | 141.06 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 118 | 162 | 0 | 0.31 | 0.05 | 0.33 | 310.19 | 0.24 | 0.57 |
| Hex | AB | 76 | A2 | 0 | 1F | 5 | 21 | 136 | 18 | 39 |
| Octal | 253 | 166 | 242 | 0 | 37 | 5 | 41 | 466 | 30 | 71 |
| Binary | 10101011 | 1110110 | 10100010 | 0 | 11111 | 101 | 100001 | 100110110 | 11000 | 111001 |
Color Harmonies of #AB76A2
Complementary color
Monochromatic Colors of #AB76A2
Black with #AB76A2
Text Example
Text Example
White with #AB76A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB76A2; }
p { color: rgb(171,118,162); }
H1.HeaderClassName
{
color: #AB76A2;
}
.AnyTagClassName
{
color: #AB76A2;
}
</style>
background-color css
<style>
a { background-color: #AB76A2; }
a { background-color: rgb(171,118,162); }
div.DivClassName
{
background-color: #AB76A2;
}
.BgClassName
{
background-color: #AB76A2;
}
</style>
border-color css
<style>
span { border-color: #AB76A2; }
span { border-color: rgb(171,118,162); }
td.TdClassName
{
border-color: #AB76A2;
}
.TagClassName
{
border-color: #AB76A2;
}
</style>