Shades of Bouquet #AB7A93
Tints of Bouquet #AB7A93
RGB
CMYK
RGB Variations
Color information
#AB7A93 (or 0xAB7A93) is known color: Bouquet. HEX triplet: AB, 7A and 93. RGB value is (171,122,147). Sum of RGB (Red+Green+Blue) = 171+122+147=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7A93 is #54856C. Grayscale: #8B8B8B. Windows color (decimal): -5539181 or 9665195. OLE color: 9665195.
HSL color Cylindrical-coordinate representation of color #AB7A93: hue angle of 329.39º 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 #AB7A93 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 122 | 147 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.33 |
| HSL | 329.39º | 0.23% | 0.57% | - |
| HSV(B) | 329.39º | 0.29% | 0.67% | - |
| XYZ | 29.02 | 24.68 | 30.84 | - |
| YUV | 139.5 | 132.23 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 147 | 0 | 0.29 | 0.14 | 0.33 | 329.39 | 0.23 | 0.57 |
| Hex | AB | 7A | 93 | 0 | 1D | E | 21 | 149 | 17 | 39 |
| Octal | 253 | 172 | 223 | 0 | 35 | 16 | 41 | 511 | 27 | 71 |
| Binary | 10101011 | 1111010 | 10010011 | 0 | 11101 | 1110 | 100001 | 101001001 | 10111 | 111001 |
Color Harmonies of #AB7A93
Complementary color
Monochromatic Colors of #AB7A93
Black with #AB7A93
Text Example
Text Example
White with #AB7A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7A93; }
p { color: rgb(171,122,147); }
H1.HeaderClassName
{
color: #AB7A93;
}
.AnyTagClassName
{
color: #AB7A93;
}
</style>
background-color css
<style>
a { background-color: #AB7A93; }
a { background-color: rgb(171,122,147); }
div.DivClassName
{
background-color: #AB7A93;
}
.BgClassName
{
background-color: #AB7A93;
}
</style>
border-color css
<style>
span { border-color: #AB7A93; }
span { border-color: rgb(171,122,147); }
td.TdClassName
{
border-color: #AB7A93;
}
.TagClassName
{
border-color: #AB7A93;
}
</style>