Shades of Blush #AB556C
Tints of Blush #AB556C
RGB
CMYK
RGB Variations
Color information
#AB556C (or 0xAB556C) is known color: Blush. HEX triplet: AB, 55 and 6C. RGB value is (171,85,108). Sum of RGB (Red+Green+Blue) = 171+85+108=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB556C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB556C is #54AA93. Grayscale: #717171. Windows color (decimal): -5548692 or 7099819. OLE color: 7099819.
HSL color Cylindrical-coordinate representation of color #AB556C: hue angle of 343.95º 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 #AB556C is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 85 | 108 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.33 |
| HSL | 343.95º | 0.34% | 0.5% | - |
| HSV(B) | 343.95º | 0.5% | 0.67% | - |
| XYZ | 22.75 | 16.24 | 16.12 | - |
| YUV | 113.34 | 124.99 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 108 | 0 | 0.50 | 0.37 | 0.33 | 343.95 | 0.34 | 0.5 |
| Hex | AB | 55 | 6C | 0 | 32 | 25 | 21 | 158 | 22 | 32 |
| Octal | 253 | 125 | 154 | 0 | 62 | 45 | 41 | 530 | 42 | 62 |
| Binary | 10101011 | 1010101 | 1101100 | 0 | 110010 | 100101 | 100001 | 101011000 | 100010 | 110010 |
Color Harmonies of #AB556C
Complementary color
Monochromatic Colors of #AB556C
Black with #AB556C
Text Example
Text Example
White with #AB556C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB556C; }
p { color: rgb(171,85,108); }
H1.HeaderClassName
{
color: #AB556C;
}
.AnyTagClassName
{
color: #AB556C;
}
</style>
background-color css
<style>
a { background-color: #AB556C; }
a { background-color: rgb(171,85,108); }
div.DivClassName
{
background-color: #AB556C;
}
.BgClassName
{
background-color: #AB556C;
}
</style>
border-color css
<style>
span { border-color: #AB556C; }
span { border-color: rgb(171,85,108); }
td.TdClassName
{
border-color: #AB556C;
}
.TagClassName
{
border-color: #AB556C;
}
</style>