Shades of Blush #AB5D6B
Tints of Blush #AB5D6B
RGB
CMYK
RGB Variations
Color information
#AB5D6B (or 0xAB5D6B) is known color: Blush. HEX triplet: AB, 5D and 6B. RGB value is (171,93,107). Sum of RGB (Red+Green+Blue) = 171+93+107=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5D6B is #54A294. Grayscale: #757575. Windows color (decimal): -5546645 or 7036331. OLE color: 7036331.
HSL color Cylindrical-coordinate representation of color #AB5D6B: hue angle of 349.23º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB5D6B is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 93 | 107 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.33 |
| HSL | 349.23º | 0.32% | 0.52% | - |
| HSV(B) | 349.23º | 0.46% | 0.67% | - |
| XYZ | 23.36 | 17.55 | 16.07 | - |
| YUV | 117.92 | 121.84 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 93 | 107 | 0 | 0.46 | 0.37 | 0.33 | 349.23 | 0.32 | 0.52 |
| Hex | AB | 5D | 6B | 0 | 2E | 25 | 21 | 15D | 20 | 34 |
| Octal | 253 | 135 | 153 | 0 | 56 | 45 | 41 | 535 | 40 | 64 |
| Binary | 10101011 | 1011101 | 1101011 | 0 | 101110 | 100101 | 100001 | 101011101 | 100000 | 110100 |
Color Harmonies of #AB5D6B
Complementary color
Monochromatic Colors of #AB5D6B
Black with #AB5D6B
Text Example
Text Example
White with #AB5D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5D6B; }
p { color: rgb(171,93,107); }
H1.HeaderClassName
{
color: #AB5D6B;
}
.AnyTagClassName
{
color: #AB5D6B;
}
</style>
background-color css
<style>
a { background-color: #AB5D6B; }
a { background-color: rgb(171,93,107); }
div.DivClassName
{
background-color: #AB5D6B;
}
.BgClassName
{
background-color: #AB5D6B;
}
</style>
border-color css
<style>
span { border-color: #AB5D6B; }
span { border-color: rgb(171,93,107); }
td.TdClassName
{
border-color: #AB5D6B;
}
.TagClassName
{
border-color: #AB5D6B;
}
</style>