Shades of Blush #AB5568
Tints of Blush #AB5568
RGB
CMYK
RGB Variations
Color information
#AB5568 (or 0xAB5568) is known color: Blush. HEX triplet: AB, 55 and 68. RGB value is (171,85,104). Sum of RGB (Red+Green+Blue) = 171+85+104=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5568 is #54AA97. Grayscale: #707070. Windows color (decimal): -5548696 or 6837675. OLE color: 6837675.
HSL color Cylindrical-coordinate representation of color #AB5568: hue angle of 346.74º 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 #AB5568 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 85 | 104 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.33 |
| HSL | 346.74º | 0.34% | 0.5% | - |
| HSV(B) | 346.74º | 0.5% | 0.67% | - |
| XYZ | 22.54 | 16.15 | 15.03 | - |
| YUV | 112.88 | 122.99 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 104 | 0 | 0.50 | 0.39 | 0.33 | 346.74 | 0.34 | 0.5 |
| Hex | AB | 55 | 68 | 0 | 32 | 27 | 21 | 15B | 22 | 32 |
| Octal | 253 | 125 | 150 | 0 | 62 | 47 | 41 | 533 | 42 | 62 |
| Binary | 10101011 | 1010101 | 1101000 | 0 | 110010 | 100111 | 100001 | 101011011 | 100010 | 110010 |
Color Harmonies of #AB5568
Complementary color
Monochromatic Colors of #AB5568
Black with #AB5568
Text Example
Text Example
White with #AB5568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5568; }
p { color: rgb(171,85,104); }
H1.HeaderClassName
{
color: #AB5568;
}
.AnyTagClassName
{
color: #AB5568;
}
</style>
background-color css
<style>
a { background-color: #AB5568; }
a { background-color: rgb(171,85,104); }
div.DivClassName
{
background-color: #AB5568;
}
.BgClassName
{
background-color: #AB5568;
}
</style>
border-color css
<style>
span { border-color: #AB5568; }
span { border-color: rgb(171,85,104); }
td.TdClassName
{
border-color: #AB5568;
}
.TagClassName
{
border-color: #AB5568;
}
</style>