Shades of Hippie Pink #AB4C52
Tints of Hippie Pink #AB4C52
RGB
CMYK
RGB Variations
Color information
#AB4C52 (or 0xAB4C52) is known color: Hippie Pink. HEX triplet: AB, 4C and 52. RGB value is (171,76,82). Sum of RGB (Red+Green+Blue) = 171+76+82=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4C52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4C52 is #54B3AD. Grayscale: #696969. Windows color (decimal): -5551022 or 5393579. OLE color: 5393579.
HSL color Cylindrical-coordinate representation of color #AB4C52: hue angle of 356.21º 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 #AB4C52 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 76 | 82 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.33 |
| HSL | 356.21º | 0.38% | 0.48% | - |
| HSV(B) | 356.21º | 0.56% | 0.67% | - |
| XYZ | 20.9 | 14.44 | 9.67 | - |
| YUV | 105.09 | 114.97 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 76 | 82 | 0 | 0.56 | 0.52 | 0.33 | 356.21 | 0.38 | 0.48 |
| Hex | AB | 4C | 52 | 0 | 38 | 34 | 21 | 164 | 26 | 30 |
| Octal | 253 | 114 | 122 | 0 | 70 | 64 | 41 | 544 | 46 | 60 |
| Binary | 10101011 | 1001100 | 1010010 | 0 | 111000 | 110100 | 100001 | 101100100 | 100110 | 110000 |
Color Harmonies of #AB4C52
Complementary color
Monochromatic Colors of #AB4C52
Black with #AB4C52
Text Example
Text Example
White with #AB4C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4C52; }
p { color: rgb(171,76,82); }
H1.HeaderClassName
{
color: #AB4C52;
}
.AnyTagClassName
{
color: #AB4C52;
}
</style>
background-color css
<style>
a { background-color: #AB4C52; }
a { background-color: rgb(171,76,82); }
div.DivClassName
{
background-color: #AB4C52;
}
.BgClassName
{
background-color: #AB4C52;
}
</style>
border-color css
<style>
span { border-color: #AB4C52; }
span { border-color: rgb(171,76,82); }
td.TdClassName
{
border-color: #AB4C52;
}
.TagClassName
{
border-color: #AB4C52;
}
</style>