Shades of Hippie Pink #AB4A5C
Tints of Hippie Pink #AB4A5C
RGB
CMYK
RGB Variations
Color information
#AB4A5C (or 0xAB4A5C) is known color: Hippie Pink. HEX triplet: AB, 4A and 5C. RGB value is (171,74,92). Sum of RGB (Red+Green+Blue) = 171+74+92=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4A5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4A5C is #54B5A3. Grayscale: #696969. Windows color (decimal): -5551524 or 6048427. OLE color: 6048427.
HSL color Cylindrical-coordinate representation of color #AB4A5C: hue angle of 348.87º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB4A5C is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 74 | 92 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.33 |
| HSL | 348.87º | 0.4% | 0.48% | - |
| HSV(B) | 348.87º | 0.57% | 0.67% | - |
| XYZ | 21.18 | 14.33 | 11.77 | - |
| YUV | 105.06 | 120.64 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 74 | 92 | 0 | 0.57 | 0.46 | 0.33 | 348.87 | 0.4 | 0.48 |
| Hex | AB | 4A | 5C | 0 | 39 | 2E | 21 | 15D | 28 | 30 |
| Octal | 253 | 112 | 134 | 0 | 71 | 56 | 41 | 535 | 50 | 60 |
| Binary | 10101011 | 1001010 | 1011100 | 0 | 111001 | 101110 | 100001 | 101011101 | 101000 | 110000 |
Color Harmonies of #AB4A5C
Complementary color
Monochromatic Colors of #AB4A5C
Black with #AB4A5C
Text Example
Text Example
White with #AB4A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4A5C; }
p { color: rgb(171,74,92); }
H1.HeaderClassName
{
color: #AB4A5C;
}
.AnyTagClassName
{
color: #AB4A5C;
}
</style>
background-color css
<style>
a { background-color: #AB4A5C; }
a { background-color: rgb(171,74,92); }
div.DivClassName
{
background-color: #AB4A5C;
}
.BgClassName
{
background-color: #AB4A5C;
}
</style>
border-color css
<style>
span { border-color: #AB4A5C; }
span { border-color: rgb(171,74,92); }
td.TdClassName
{
border-color: #AB4A5C;
}
.TagClassName
{
border-color: #AB4A5C;
}
</style>