Shades of Blush #AB516D
Tints of Blush #AB516D
RGB
CMYK
RGB Variations
Color information
#AB516D (or 0xAB516D) is known color: Blush. HEX triplet: AB, 51 and 6D. RGB value is (171,81,109). Sum of RGB (Red+Green+Blue) = 171+81+109=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB516D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB516D is #54AE92. Grayscale: #6F6F6F. Windows color (decimal): -5549715 or 7164331. OLE color: 7164331.
HSL color Cylindrical-coordinate representation of color #AB516D: hue angle of 341.33º 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 #AB516D is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 81 | 109 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.33 |
| HSL | 341.33º | 0.36% | 0.49% | - |
| HSV(B) | 341.33º | 0.53% | 0.67% | - |
| XYZ | 22.5 | 15.65 | 16.3 | - |
| YUV | 111.1 | 126.82 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 81 | 109 | 0 | 0.53 | 0.36 | 0.33 | 341.33 | 0.36 | 0.49 |
| Hex | AB | 51 | 6D | 0 | 35 | 24 | 21 | 155 | 24 | 31 |
| Octal | 253 | 121 | 155 | 0 | 65 | 44 | 41 | 525 | 44 | 61 |
| Binary | 10101011 | 1010001 | 1101101 | 0 | 110101 | 100100 | 100001 | 101010101 | 100100 | 110001 |
Color Harmonies of #AB516D
Complementary color
Monochromatic Colors of #AB516D
Black with #AB516D
Text Example
Text Example
White with #AB516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB516D; }
p { color: rgb(171,81,109); }
H1.HeaderClassName
{
color: #AB516D;
}
.AnyTagClassName
{
color: #AB516D;
}
</style>
background-color css
<style>
a { background-color: #AB516D; }
a { background-color: rgb(171,81,109); }
div.DivClassName
{
background-color: #AB516D;
}
.BgClassName
{
background-color: #AB516D;
}
</style>
border-color css
<style>
span { border-color: #AB516D; }
span { border-color: rgb(171,81,109); }
td.TdClassName
{
border-color: #AB516D;
}
.TagClassName
{
border-color: #AB516D;
}
</style>