Shades of Bouquet #AB8EA2
Tints of Bouquet #AB8EA2
RGB
CMYK
RGB Variations
Color information
#AB8EA2 (or 0xAB8EA2) is known color: Bouquet. HEX triplet: AB, 8E and A2. RGB value is (171,142,162). Sum of RGB (Red+Green+Blue) = 171+142+162=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 142 (55.86% from 255 or 29.89% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8EA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8EA2 is #54715D. Grayscale: #989898. Windows color (decimal): -5534046 or 10653355. OLE color: 10653355.
HSL color Cylindrical-coordinate representation of color #AB8EA2: hue angle of 318.62º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AB8EA2 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 142 | 162 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.33 |
| HSL | 318.62º | 0.15% | 0.61% | - |
| HSV(B) | 318.62º | 0.17% | 0.67% | - |
| XYZ | 32.99 | 30.61 | 38.35 | - |
| YUV | 152.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 142 | 162 | 0 | 0.17 | 0.05 | 0.33 | 318.62 | 0.15 | 0.61 |
| Hex | AB | 8E | A2 | 0 | 11 | 5 | 21 | 13F | F | 3D |
| Octal | 253 | 216 | 242 | 0 | 21 | 5 | 41 | 477 | 17 | 75 |
| Binary | 10101011 | 10001110 | 10100010 | 0 | 10001 | 101 | 100001 | 100111111 | 1111 | 111101 |
Color Harmonies of #AB8EA2
Complementary color
Monochromatic Colors of #AB8EA2
Black with #AB8EA2
Text Example
Text Example
White with #AB8EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8EA2; }
p { color: rgb(171,142,162); }
H1.HeaderClassName
{
color: #AB8EA2;
}
.AnyTagClassName
{
color: #AB8EA2;
}
</style>
background-color css
<style>
a { background-color: #AB8EA2; }
a { background-color: rgb(171,142,162); }
div.DivClassName
{
background-color: #AB8EA2;
}
.BgClassName
{
background-color: #AB8EA2;
}
</style>
border-color css
<style>
span { border-color: #AB8EA2; }
span { border-color: rgb(171,142,162); }
td.TdClassName
{
border-color: #AB8EA2;
}
.TagClassName
{
border-color: #AB8EA2;
}
</style>