Shades of Blush #AB5166
Tints of Blush #AB5166
RGB
CMYK
RGB Variations
Color information
#AB5166 (or 0xAB5166) is known color: Blush. HEX triplet: AB, 51 and 66. RGB value is (171,81,102). Sum of RGB (Red+Green+Blue) = 171+81+102=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5166 is #54AE99. Grayscale: #6E6E6E. Windows color (decimal): -5549722 or 6705579. OLE color: 6705579.
HSL color Cylindrical-coordinate representation of color #AB5166: hue angle of 346º 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 #AB5166 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 81 | 102 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.33 |
| HSL | 346º | 0.36% | 0.49% | - |
| HSV(B) | 346º | 0.53% | 0.67% | - |
| XYZ | 22.14 | 15.5 | 14.4 | - |
| YUV | 110.3 | 123.32 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 81 | 102 | 0 | 0.53 | 0.40 | 0.33 | 346 | 0.36 | 0.49 |
| Hex | AB | 51 | 66 | 0 | 35 | 28 | 21 | 15A | 24 | 31 |
| Octal | 253 | 121 | 146 | 0 | 65 | 50 | 41 | 532 | 44 | 61 |
| Binary | 10101011 | 1010001 | 1100110 | 0 | 110101 | 101000 | 100001 | 101011010 | 100100 | 110001 |
Color Harmonies of #AB5166
Complementary color
Monochromatic Colors of #AB5166
Black with #AB5166
Text Example
Text Example
White with #AB5166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5166; }
p { color: rgb(171,81,102); }
H1.HeaderClassName
{
color: #AB5166;
}
.AnyTagClassName
{
color: #AB5166;
}
</style>
background-color css
<style>
a { background-color: #AB5166; }
a { background-color: rgb(171,81,102); }
div.DivClassName
{
background-color: #AB5166;
}
.BgClassName
{
background-color: #AB5166;
}
</style>
border-color css
<style>
span { border-color: #AB5166; }
span { border-color: rgb(171,81,102); }
td.TdClassName
{
border-color: #AB5166;
}
.TagClassName
{
border-color: #AB5166;
}
</style>