Shades of Bouquet #AB7AA1
Tints of Bouquet #AB7AA1
RGB
CMYK
RGB Variations
Color information
#AB7AA1 (or 0xAB7AA1) is known color: Bouquet. HEX triplet: AB, 7A and A1. RGB value is (171,122,161). Sum of RGB (Red+Green+Blue) = 171+122+161=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 161 (63.28% from 255 or 35.46% from 454); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7AA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7AA1 is #54855E. Grayscale: #8C8C8C. Windows color (decimal): -5539167 or 10582699. OLE color: 10582699.
HSL color Cylindrical-coordinate representation of color #AB7AA1: hue angle of 312.24º 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 #AB7AA1 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 122 | 161 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.33 |
| HSL | 312.24º | 0.23% | 0.57% | - |
| HSV(B) | 312.24º | 0.29% | 0.67% | - |
| XYZ | 30.19 | 25.15 | 36.98 | - |
| YUV | 141.1 | 139.23 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 161 | 0 | 0.29 | 0.06 | 0.33 | 312.24 | 0.23 | 0.57 |
| Hex | AB | 7A | A1 | 0 | 1D | 6 | 21 | 138 | 17 | 39 |
| Octal | 253 | 172 | 241 | 0 | 35 | 6 | 41 | 470 | 27 | 71 |
| Binary | 10101011 | 1111010 | 10100001 | 0 | 11101 | 110 | 100001 | 100111000 | 10111 | 111001 |
Color Harmonies of #AB7AA1
Complementary color
Monochromatic Colors of #AB7AA1
Black with #AB7AA1
Text Example
Text Example
White with #AB7AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7AA1; }
p { color: rgb(171,122,161); }
H1.HeaderClassName
{
color: #AB7AA1;
}
.AnyTagClassName
{
color: #AB7AA1;
}
</style>
background-color css
<style>
a { background-color: #AB7AA1; }
a { background-color: rgb(171,122,161); }
div.DivClassName
{
background-color: #AB7AA1;
}
.BgClassName
{
background-color: #AB7AA1;
}
</style>
border-color css
<style>
span { border-color: #AB7AA1; }
span { border-color: rgb(171,122,161); }
td.TdClassName
{
border-color: #AB7AA1;
}
.TagClassName
{
border-color: #AB7AA1;
}
</style>