Shades of Blush #AB5A6B
Tints of Blush #AB5A6B
RGB
CMYK
RGB Variations
Color information
#AB5A6B (or 0xAB5A6B) is known color: Blush. HEX triplet: AB, 5A and 6B. RGB value is (171,90,107). Sum of RGB (Red+Green+Blue) = 171+90+107=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 90 (35.55% from 255 or 24.46% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5A6B is #54A594. Grayscale: #747474. Windows color (decimal): -5547413 or 7035563. OLE color: 7035563.
HSL color Cylindrical-coordinate representation of color #AB5A6B: hue angle of 347.41º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB5A6B is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 90 | 107 | - |
| CMYK | 0 | 0.47 | 0.37 | 0.33 |
| HSL | 347.41º | 0.33% | 0.51% | - |
| HSV(B) | 347.41º | 0.47% | 0.67% | - |
| XYZ | 23.1 | 17.03 | 15.98 | - |
| YUV | 116.16 | 122.84 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 90 | 107 | 0 | 0.47 | 0.37 | 0.33 | 347.41 | 0.33 | 0.51 |
| Hex | AB | 5A | 6B | 0 | 2F | 25 | 21 | 15B | 21 | 33 |
| Octal | 253 | 132 | 153 | 0 | 57 | 45 | 41 | 533 | 41 | 63 |
| Binary | 10101011 | 1011010 | 1101011 | 0 | 101111 | 100101 | 100001 | 101011011 | 100001 | 110011 |
Color Harmonies of #AB5A6B
Complementary color
Monochromatic Colors of #AB5A6B
Black with #AB5A6B
Text Example
Text Example
White with #AB5A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5A6B; }
p { color: rgb(171,90,107); }
H1.HeaderClassName
{
color: #AB5A6B;
}
.AnyTagClassName
{
color: #AB5A6B;
}
</style>
background-color css
<style>
a { background-color: #AB5A6B; }
a { background-color: rgb(171,90,107); }
div.DivClassName
{
background-color: #AB5A6B;
}
.BgClassName
{
background-color: #AB5A6B;
}
</style>
border-color css
<style>
span { border-color: #AB5A6B; }
span { border-color: rgb(171,90,107); }
td.TdClassName
{
border-color: #AB5A6B;
}
.TagClassName
{
border-color: #AB5A6B;
}
</style>