Shades of Blush #AB556A
Tints of Blush #AB556A
RGB
CMYK
RGB Variations
Color information
#AB556A (or 0xAB556A) is known color: Blush. HEX triplet: AB, 55 and 6A. RGB value is (171,85,106). Sum of RGB (Red+Green+Blue) = 171+85+106=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 171 - color contains mainly: red. Hex color #AB556A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB556A is #54AA95. Grayscale: #717171. Windows color (decimal): -5548694 or 6968747. OLE color: 6968747.
HSL color Cylindrical-coordinate representation of color #AB556A: hue angle of 345.35º 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 #AB556A is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 85 | 106 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.33 |
| HSL | 345.35º | 0.34% | 0.5% | - |
| HSV(B) | 345.35º | 0.5% | 0.67% | - |
| XYZ | 22.64 | 16.2 | 15.57 | - |
| YUV | 113.11 | 123.99 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 106 | 0 | 0.50 | 0.38 | 0.33 | 345.35 | 0.34 | 0.5 |
| Hex | AB | 55 | 6A | 0 | 32 | 26 | 21 | 159 | 22 | 32 |
| Octal | 253 | 125 | 152 | 0 | 62 | 46 | 41 | 531 | 42 | 62 |
| Binary | 10101011 | 1010101 | 1101010 | 0 | 110010 | 100110 | 100001 | 101011001 | 100010 | 110010 |
Color Harmonies of #AB556A
Complementary color
Monochromatic Colors of #AB556A
Black with #AB556A
Text Example
Text Example
White with #AB556A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB556A; }
p { color: rgb(171,85,106); }
H1.HeaderClassName
{
color: #AB556A;
}
.AnyTagClassName
{
color: #AB556A;
}
</style>
background-color css
<style>
a { background-color: #AB556A; }
a { background-color: rgb(171,85,106); }
div.DivClassName
{
background-color: #AB556A;
}
.BgClassName
{
background-color: #AB556A;
}
</style>
border-color css
<style>
span { border-color: #AB556A; }
span { border-color: rgb(171,85,106); }
td.TdClassName
{
border-color: #AB556A;
}
.TagClassName
{
border-color: #AB556A;
}
</style>