Shades of Blush #AB4D6A
Tints of Blush #AB4D6A
RGB
CMYK
RGB Variations
Color information
#AB4D6A (or 0xAB4D6A) is known color: Blush. HEX triplet: AB, 4D and 6A. RGB value is (171,77,106). Sum of RGB (Red+Green+Blue) = 171+77+106=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB4D6A is #54B295. Grayscale: #6C6C6C. Windows color (decimal): -5550742 or 6966699. OLE color: 6966699.
HSL color Cylindrical-coordinate representation of color #AB4D6A: hue angle of 341.49º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB4D6A is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 77 | 106 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.33 |
| HSL | 341.49º | 0.38% | 0.49% | - |
| HSV(B) | 341.49º | 0.55% | 0.67% | - |
| XYZ | 22.05 | 15.01 | 15.37 | - |
| YUV | 108.41 | 126.64 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 106 | 0 | 0.55 | 0.38 | 0.33 | 341.49 | 0.38 | 0.49 |
| Hex | AB | 4D | 6A | 0 | 37 | 26 | 21 | 155 | 26 | 31 |
| Octal | 253 | 115 | 152 | 0 | 67 | 46 | 41 | 525 | 46 | 61 |
| Binary | 10101011 | 1001101 | 1101010 | 0 | 110111 | 100110 | 100001 | 101010101 | 100110 | 110001 |
Color Harmonies of #AB4D6A
Complementary color
Monochromatic Colors of #AB4D6A
Black with #AB4D6A
Text Example
Text Example
White with #AB4D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4D6A; }
p { color: rgb(171,77,106); }
H1.HeaderClassName
{
color: #AB4D6A;
}
.AnyTagClassName
{
color: #AB4D6A;
}
</style>
background-color css
<style>
a { background-color: #AB4D6A; }
a { background-color: rgb(171,77,106); }
div.DivClassName
{
background-color: #AB4D6A;
}
.BgClassName
{
background-color: #AB4D6A;
}
</style>
border-color css
<style>
span { border-color: #AB4D6A; }
span { border-color: rgb(171,77,106); }
td.TdClassName
{
border-color: #AB4D6A;
}
.TagClassName
{
border-color: #AB4D6A;
}
</style>