Shades of Blush #AB556F
Tints of Blush #AB556F
RGB
CMYK
RGB Variations
Color information
#AB556F (or 0xAB556F) is known color: Blush. HEX triplet: AB, 55 and 6F. RGB value is (171,85,111). Sum of RGB (Red+Green+Blue) = 171+85+111=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB556F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB556F is #54AA90. Grayscale: #717171. Windows color (decimal): -5548689 or 7296427. OLE color: 7296427.
HSL color Cylindrical-coordinate representation of color #AB556F: hue angle of 341.86º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB556F is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 85 | 111 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.33 |
| HSL | 341.86º | 0.34% | 0.5% | - |
| HSV(B) | 341.86º | 0.5% | 0.67% | - |
| XYZ | 22.91 | 16.3 | 16.98 | - |
| YUV | 113.68 | 126.49 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 111 | 0 | 0.50 | 0.35 | 0.33 | 341.86 | 0.34 | 0.5 |
| Hex | AB | 55 | 6F | 0 | 32 | 23 | 21 | 156 | 22 | 32 |
| Octal | 253 | 125 | 157 | 0 | 62 | 43 | 41 | 526 | 42 | 62 |
| Binary | 10101011 | 1010101 | 1101111 | 0 | 110010 | 100011 | 100001 | 101010110 | 100010 | 110010 |
Color Harmonies of #AB556F
Complementary color
Monochromatic Colors of #AB556F
Black with #AB556F
Text Example
Text Example
White with #AB556F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB556F; }
p { color: rgb(171,85,111); }
H1.HeaderClassName
{
color: #AB556F;
}
.AnyTagClassName
{
color: #AB556F;
}
</style>
background-color css
<style>
a { background-color: #AB556F; }
a { background-color: rgb(171,85,111); }
div.DivClassName
{
background-color: #AB556F;
}
.BgClassName
{
background-color: #AB556F;
}
</style>
border-color css
<style>
span { border-color: #AB556F; }
span { border-color: rgb(171,85,111); }
td.TdClassName
{
border-color: #AB556F;
}
.TagClassName
{
border-color: #AB556F;
}
</style>