Shades of Blush #AB5564
Tints of Blush #AB5564
RGB
CMYK
RGB Variations
Color information
#AB5564 (or 0xAB5564) is known color: Blush. HEX triplet: AB, 55 and 64. RGB value is (171,85,100). Sum of RGB (Red+Green+Blue) = 171+85+100=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5564 is #54AA9B. Grayscale: #707070. Windows color (decimal): -5548700 or 6575531. OLE color: 6575531.
HSL color Cylindrical-coordinate representation of color #AB5564: hue angle of 349.53º 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 #AB5564 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 85 | 100 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.33 |
| HSL | 349.53º | 0.34% | 0.5% | - |
| HSV(B) | 349.53º | 0.5% | 0.67% | - |
| XYZ | 22.34 | 16.08 | 13.98 | - |
| YUV | 112.42 | 120.99 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 100 | 0 | 0.50 | 0.42 | 0.33 | 349.53 | 0.34 | 0.5 |
| Hex | AB | 55 | 64 | 0 | 32 | 2A | 21 | 15E | 22 | 32 |
| Octal | 253 | 125 | 144 | 0 | 62 | 52 | 41 | 536 | 42 | 62 |
| Binary | 10101011 | 1010101 | 1100100 | 0 | 110010 | 101010 | 100001 | 101011110 | 100010 | 110010 |
Color Harmonies of #AB5564
Complementary color
Monochromatic Colors of #AB5564
Black with #AB5564
Text Example
Text Example
White with #AB5564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5564; }
p { color: rgb(171,85,100); }
H1.HeaderClassName
{
color: #AB5564;
}
.AnyTagClassName
{
color: #AB5564;
}
</style>
background-color css
<style>
a { background-color: #AB5564; }
a { background-color: rgb(171,85,100); }
div.DivClassName
{
background-color: #AB5564;
}
.BgClassName
{
background-color: #AB5564;
}
</style>
border-color css
<style>
span { border-color: #AB5564; }
span { border-color: rgb(171,85,100); }
td.TdClassName
{
border-color: #AB5564;
}
.TagClassName
{
border-color: #AB5564;
}
</style>