Shades of Hippie Pink #AB4C5E
Tints of Hippie Pink #AB4C5E
RGB
CMYK
RGB Variations
Color information
#AB4C5E (or 0xAB4C5E) is known color: Hippie Pink. HEX triplet: AB, 4C and 5E. RGB value is (171,76,94). Sum of RGB (Red+Green+Blue) = 171+76+94=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4C5E is #54B3A1. Grayscale: #6A6A6A. Windows color (decimal): -5551010 or 6180011. OLE color: 6180011.
HSL color Cylindrical-coordinate representation of color #AB4C5E: hue angle of 348.63º 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 #AB4C5E is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 76 | 94 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.33 |
| HSL | 348.63º | 0.38% | 0.48% | - |
| HSV(B) | 348.63º | 0.56% | 0.67% | - |
| XYZ | 21.4 | 14.63 | 12.29 | - |
| YUV | 106.46 | 120.97 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 76 | 94 | 0 | 0.56 | 0.45 | 0.33 | 348.63 | 0.38 | 0.48 |
| Hex | AB | 4C | 5E | 0 | 38 | 2D | 21 | 15D | 26 | 30 |
| Octal | 253 | 114 | 136 | 0 | 70 | 55 | 41 | 535 | 46 | 60 |
| Binary | 10101011 | 1001100 | 1011110 | 0 | 111000 | 101101 | 100001 | 101011101 | 100110 | 110000 |
Color Harmonies of #AB4C5E
Complementary color
Monochromatic Colors of #AB4C5E
Black with #AB4C5E
Text Example
Text Example
White with #AB4C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4C5E; }
p { color: rgb(171,76,94); }
H1.HeaderClassName
{
color: #AB4C5E;
}
.AnyTagClassName
{
color: #AB4C5E;
}
</style>
background-color css
<style>
a { background-color: #AB4C5E; }
a { background-color: rgb(171,76,94); }
div.DivClassName
{
background-color: #AB4C5E;
}
.BgClassName
{
background-color: #AB4C5E;
}
</style>
border-color css
<style>
span { border-color: #AB4C5E; }
span { border-color: rgb(171,76,94); }
td.TdClassName
{
border-color: #AB4C5E;
}
.TagClassName
{
border-color: #AB4C5E;
}
</style>