Shades of Bouquet #AB8CA2
Tints of Bouquet #AB8CA2
RGB
CMYK
RGB Variations
Color information
#AB8CA2 (or 0xAB8CA2) is known color: Bouquet. HEX triplet: AB, 8C and A2. RGB value is (171,140,162). Sum of RGB (Red+Green+Blue) = 171+140+162=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 162 (63.67% from 255 or 34.25% from 473); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8CA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8CA2 is #54735D. Grayscale: #979797. Windows color (decimal): -5534558 or 10652843. OLE color: 10652843.
HSL color Cylindrical-coordinate representation of color #AB8CA2: hue angle of 317.42º degrees, saturation: 0.16, 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 #AB8CA2 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 140 | 162 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.33 |
| HSL | 317.42º | 0.16% | 0.61% | - |
| HSV(B) | 317.42º | 0.18% | 0.67% | - |
| XYZ | 32.69 | 30.02 | 38.25 | - |
| YUV | 151.78 | 133.77 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 140 | 162 | 0 | 0.18 | 0.05 | 0.33 | 317.42 | 0.16 | 0.61 |
| Hex | AB | 8C | A2 | 0 | 12 | 5 | 21 | 13D | 10 | 3D |
| Octal | 253 | 214 | 242 | 0 | 22 | 5 | 41 | 475 | 20 | 75 |
| Binary | 10101011 | 10001100 | 10100010 | 0 | 10010 | 101 | 100001 | 100111101 | 10000 | 111101 |
Color Harmonies of #AB8CA2
Complementary color
Monochromatic Colors of #AB8CA2
Black with #AB8CA2
Text Example
Text Example
White with #AB8CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8CA2; }
p { color: rgb(171,140,162); }
H1.HeaderClassName
{
color: #AB8CA2;
}
.AnyTagClassName
{
color: #AB8CA2;
}
</style>
background-color css
<style>
a { background-color: #AB8CA2; }
a { background-color: rgb(171,140,162); }
div.DivClassName
{
background-color: #AB8CA2;
}
.BgClassName
{
background-color: #AB8CA2;
}
</style>
border-color css
<style>
span { border-color: #AB8CA2; }
span { border-color: rgb(171,140,162); }
td.TdClassName
{
border-color: #AB8CA2;
}
.TagClassName
{
border-color: #AB8CA2;
}
</style>