Shades of Hippie Pink #AB4C57
Tints of Hippie Pink #AB4C57
RGB
CMYK
RGB Variations
Color information
#AB4C57 (or 0xAB4C57) is known color: Hippie Pink. HEX triplet: AB, 4C and 57. RGB value is (171,76,87). Sum of RGB (Red+Green+Blue) = 171+76+87=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 87 (34.38% from 255 or 26.05% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4C57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4C57 is #54B3A8. Grayscale: #696969. Windows color (decimal): -5551017 or 5721259. OLE color: 5721259.
HSL color Cylindrical-coordinate representation of color #AB4C57: hue angle of 353.05º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB4C57 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 76 | 87 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.33 |
| HSL | 353.05º | 0.38% | 0.48% | - |
| HSV(B) | 353.05º | 0.56% | 0.67% | - |
| XYZ | 21.1 | 14.51 | 10.71 | - |
| YUV | 105.66 | 117.47 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 76 | 87 | 0 | 0.56 | 0.49 | 0.33 | 353.05 | 0.38 | 0.48 |
| Hex | AB | 4C | 57 | 0 | 38 | 31 | 21 | 161 | 26 | 30 |
| Octal | 253 | 114 | 127 | 0 | 70 | 61 | 41 | 541 | 46 | 60 |
| Binary | 10101011 | 1001100 | 1010111 | 0 | 111000 | 110001 | 100001 | 101100001 | 100110 | 110000 |
Color Harmonies of #AB4C57
Complementary color
Monochromatic Colors of #AB4C57
Black with #AB4C57
Text Example
Text Example
White with #AB4C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4C57; }
p { color: rgb(171,76,87); }
H1.HeaderClassName
{
color: #AB4C57;
}
.AnyTagClassName
{
color: #AB4C57;
}
</style>
background-color css
<style>
a { background-color: #AB4C57; }
a { background-color: rgb(171,76,87); }
div.DivClassName
{
background-color: #AB4C57;
}
.BgClassName
{
background-color: #AB4C57;
}
</style>
border-color css
<style>
span { border-color: #AB4C57; }
span { border-color: rgb(171,76,87); }
td.TdClassName
{
border-color: #AB4C57;
}
.TagClassName
{
border-color: #AB4C57;
}
</style>