Shades of Blush #AB526B
Tints of Blush #AB526B
RGB
CMYK
RGB Variations
Color information
#AB526B (or 0xAB526B) is known color: Blush. HEX triplet: AB, 52 and 6B. RGB value is (171,82,107). Sum of RGB (Red+Green+Blue) = 171+82+107=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #AB526B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB526B is #54AD94. Grayscale: #6F6F6F. Windows color (decimal): -5549461 or 7033515. OLE color: 7033515.
HSL color Cylindrical-coordinate representation of color #AB526B: hue angle of 343.15º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB526B is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 82 | 107 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.33 |
| HSL | 343.15º | 0.35% | 0.5% | - |
| HSV(B) | 343.15º | 0.52% | 0.67% | - |
| XYZ | 22.47 | 15.75 | 15.77 | - |
| YUV | 111.46 | 125.49 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 82 | 107 | 0 | 0.52 | 0.37 | 0.33 | 343.15 | 0.35 | 0.5 |
| Hex | AB | 52 | 6B | 0 | 34 | 25 | 21 | 157 | 23 | 32 |
| Octal | 253 | 122 | 153 | 0 | 64 | 45 | 41 | 527 | 43 | 62 |
| Binary | 10101011 | 1010010 | 1101011 | 0 | 110100 | 100101 | 100001 | 101010111 | 100011 | 110010 |
Color Harmonies of #AB526B
Complementary color
Monochromatic Colors of #AB526B
Black with #AB526B
Text Example
Text Example
White with #AB526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB526B; }
p { color: rgb(171,82,107); }
H1.HeaderClassName
{
color: #AB526B;
}
.AnyTagClassName
{
color: #AB526B;
}
</style>
background-color css
<style>
a { background-color: #AB526B; }
a { background-color: rgb(171,82,107); }
div.DivClassName
{
background-color: #AB526B;
}
.BgClassName
{
background-color: #AB526B;
}
</style>
border-color css
<style>
span { border-color: #AB526B; }
span { border-color: rgb(171,82,107); }
td.TdClassName
{
border-color: #AB526B;
}
.TagClassName
{
border-color: #AB526B;
}
</style>