Shades of Bouquet #AB7AA0
Tints of Bouquet #AB7AA0
RGB
CMYK
RGB Variations
Color information
#AB7AA0 (or 0xAB7AA0) is known color: Bouquet. HEX triplet: AB, 7A and A0. RGB value is (171,122,160). Sum of RGB (Red+Green+Blue) = 171+122+160=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7AA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7AA0 is #54855F. Grayscale: #8C8C8C. Windows color (decimal): -5539168 or 10517163. OLE color: 10517163.
HSL color Cylindrical-coordinate representation of color #AB7AA0: hue angle of 313.47º 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 #AB7AA0 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 122 | 160 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.33 |
| HSL | 313.47º | 0.23% | 0.57% | - |
| HSV(B) | 313.47º | 0.29% | 0.67% | - |
| XYZ | 30.1 | 25.12 | 36.52 | - |
| YUV | 140.98 | 138.73 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 160 | 0 | 0.29 | 0.06 | 0.33 | 313.47 | 0.23 | 0.57 |
| Hex | AB | 7A | A0 | 0 | 1D | 6 | 21 | 139 | 17 | 39 |
| Octal | 253 | 172 | 240 | 0 | 35 | 6 | 41 | 471 | 27 | 71 |
| Binary | 10101011 | 1111010 | 10100000 | 0 | 11101 | 110 | 100001 | 100111001 | 10111 | 111001 |
Color Harmonies of #AB7AA0
Complementary color
Monochromatic Colors of #AB7AA0
Black with #AB7AA0
Text Example
Text Example
White with #AB7AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7AA0; }
p { color: rgb(171,122,160); }
H1.HeaderClassName
{
color: #AB7AA0;
}
.AnyTagClassName
{
color: #AB7AA0;
}
</style>
background-color css
<style>
a { background-color: #AB7AA0; }
a { background-color: rgb(171,122,160); }
div.DivClassName
{
background-color: #AB7AA0;
}
.BgClassName
{
background-color: #AB7AA0;
}
</style>
border-color css
<style>
span { border-color: #AB7AA0; }
span { border-color: rgb(171,122,160); }
td.TdClassName
{
border-color: #AB7AA0;
}
.TagClassName
{
border-color: #AB7AA0;
}
</style>