Shades of Bouquet #AB79A2
Tints of Bouquet #AB79A2
RGB
CMYK
RGB Variations
Color information
#AB79A2 (or 0xAB79A2) is known color: Bouquet. HEX triplet: AB, 79 and A2. RGB value is (171,121,162). Sum of RGB (Red+Green+Blue) = 171+121+162=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 162 (63.67% from 255 or 35.68% from 454); Max value from RGB is 171 - color contains mainly: red. Hex color #AB79A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB79A2 is #54865D. Grayscale: #8C8C8C. Windows color (decimal): -5539422 or 10647979. OLE color: 10647979.
HSL color Cylindrical-coordinate representation of color #AB79A2: hue angle of 310.8º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB79A2 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 121 | 162 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.33 |
| HSL | 310.8º | 0.23% | 0.57% | - |
| HSV(B) | 310.8º | 0.29% | 0.67% | - |
| XYZ | 30.15 | 24.94 | 37.41 | - |
| YUV | 140.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 121 | 162 | 0 | 0.29 | 0.05 | 0.33 | 310.8 | 0.23 | 0.57 |
| Hex | AB | 79 | A2 | 0 | 1D | 5 | 21 | 137 | 17 | 39 |
| Octal | 253 | 171 | 242 | 0 | 35 | 5 | 41 | 467 | 27 | 71 |
| Binary | 10101011 | 1111001 | 10100010 | 0 | 11101 | 101 | 100001 | 100110111 | 10111 | 111001 |
Color Harmonies of #AB79A2
Complementary color
Monochromatic Colors of #AB79A2
Black with #AB79A2
Text Example
Text Example
White with #AB79A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB79A2; }
p { color: rgb(171,121,162); }
H1.HeaderClassName
{
color: #AB79A2;
}
.AnyTagClassName
{
color: #AB79A2;
}
</style>
background-color css
<style>
a { background-color: #AB79A2; }
a { background-color: rgb(171,121,162); }
div.DivClassName
{
background-color: #AB79A2;
}
.BgClassName
{
background-color: #AB79A2;
}
</style>
border-color css
<style>
span { border-color: #AB79A2; }
span { border-color: rgb(171,121,162); }
td.TdClassName
{
border-color: #AB79A2;
}
.TagClassName
{
border-color: #AB79A2;
}
</style>