Shades of Blush #AB5067
Tints of Blush #AB5067
RGB
CMYK
RGB Variations
Color information
#AB5067 (or 0xAB5067) is known color: Blush. HEX triplet: AB, 50 and 67. RGB value is (171,80,103). Sum of RGB (Red+Green+Blue) = 171+80+103=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 103 (40.62% from 255 or 29.10% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5067 is #54AF98. Grayscale: #6D6D6D. Windows color (decimal): -5549977 or 6770859. OLE color: 6770859.
HSL color Cylindrical-coordinate representation of color #AB5067: hue angle of 344.84º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB5067 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 80 | 103 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.33 |
| HSL | 344.84º | 0.36% | 0.49% | - |
| HSV(B) | 344.84º | 0.53% | 0.67% | - |
| XYZ | 22.11 | 15.37 | 14.63 | - |
| YUV | 109.83 | 124.15 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 80 | 103 | 0 | 0.53 | 0.40 | 0.33 | 344.84 | 0.36 | 0.49 |
| Hex | AB | 50 | 67 | 0 | 35 | 28 | 21 | 159 | 24 | 31 |
| Octal | 253 | 120 | 147 | 0 | 65 | 50 | 41 | 531 | 44 | 61 |
| Binary | 10101011 | 1010000 | 1100111 | 0 | 110101 | 101000 | 100001 | 101011001 | 100100 | 110001 |
Color Harmonies of #AB5067
Complementary color
Monochromatic Colors of #AB5067
Black with #AB5067
Text Example
Text Example
White with #AB5067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5067; }
p { color: rgb(171,80,103); }
H1.HeaderClassName
{
color: #AB5067;
}
.AnyTagClassName
{
color: #AB5067;
}
</style>
background-color css
<style>
a { background-color: #AB5067; }
a { background-color: rgb(171,80,103); }
div.DivClassName
{
background-color: #AB5067;
}
.BgClassName
{
background-color: #AB5067;
}
</style>
border-color css
<style>
span { border-color: #AB5067; }
span { border-color: rgb(171,80,103); }
td.TdClassName
{
border-color: #AB5067;
}
.TagClassName
{
border-color: #AB5067;
}
</style>