Shades of Bouquet #AB8DA2
Tints of Bouquet #AB8DA2
RGB
CMYK
RGB Variations
Color information
#AB8DA2 (or 0xAB8DA2) is known color: Bouquet. HEX triplet: AB, 8D and A2. RGB value is (171,141,162). Sum of RGB (Red+Green+Blue) = 171+141+162=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 141 (55.47% from 255 or 29.75% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8DA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8DA2 is #54725D. Grayscale: #989898. Windows color (decimal): -5534302 or 10653099. OLE color: 10653099.
HSL color Cylindrical-coordinate representation of color #AB8DA2: hue angle of 318º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AB8DA2 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 141 | 162 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.33 |
| HSL | 318º | 0.15% | 0.61% | - |
| HSV(B) | 318º | 0.18% | 0.67% | - |
| XYZ | 32.84 | 30.32 | 38.3 | - |
| YUV | 152.36 | 133.44 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 141 | 162 | 0 | 0.18 | 0.05 | 0.33 | 318 | 0.15 | 0.61 |
| Hex | AB | 8D | A2 | 0 | 12 | 5 | 21 | 13E | F | 3D |
| Octal | 253 | 215 | 242 | 0 | 22 | 5 | 41 | 476 | 17 | 75 |
| Binary | 10101011 | 10001101 | 10100010 | 0 | 10010 | 101 | 100001 | 100111110 | 1111 | 111101 |
Color Harmonies of #AB8DA2
Complementary color
Monochromatic Colors of #AB8DA2
Black with #AB8DA2
Text Example
Text Example
White with #AB8DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8DA2; }
p { color: rgb(171,141,162); }
H1.HeaderClassName
{
color: #AB8DA2;
}
.AnyTagClassName
{
color: #AB8DA2;
}
</style>
background-color css
<style>
a { background-color: #AB8DA2; }
a { background-color: rgb(171,141,162); }
div.DivClassName
{
background-color: #AB8DA2;
}
.BgClassName
{
background-color: #AB8DA2;
}
</style>
border-color css
<style>
span { border-color: #AB8DA2; }
span { border-color: rgb(171,141,162); }
td.TdClassName
{
border-color: #AB8DA2;
}
.TagClassName
{
border-color: #AB8DA2;
}
</style>