Shades of Hippie Pink #AB4F5D
Tints of Hippie Pink #AB4F5D
RGB
CMYK
RGB Variations
Color information
#AB4F5D (or 0xAB4F5D) is known color: Hippie Pink. HEX triplet: AB, 4F and 5D. RGB value is (171,79,93). Sum of RGB (Red+Green+Blue) = 171+79+93=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB4F5D is #54B0A2. Grayscale: #6C6C6C. Windows color (decimal): -5550243 or 6115243. OLE color: 6115243.
HSL color Cylindrical-coordinate representation of color #AB4F5D: hue angle of 350.87º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB4F5D is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 79 | 93 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.33 |
| HSL | 350.87º | 0.37% | 0.49% | - |
| HSV(B) | 350.87º | 0.54% | 0.67% | - |
| XYZ | 21.57 | 15.04 | 12.12 | - |
| YUV | 108.1 | 119.48 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 79 | 93 | 0 | 0.54 | 0.46 | 0.33 | 350.87 | 0.37 | 0.49 |
| Hex | AB | 4F | 5D | 0 | 36 | 2E | 21 | 15F | 25 | 31 |
| Octal | 253 | 117 | 135 | 0 | 66 | 56 | 41 | 537 | 45 | 61 |
| Binary | 10101011 | 1001111 | 1011101 | 0 | 110110 | 101110 | 100001 | 101011111 | 100101 | 110001 |
Color Harmonies of #AB4F5D
Complementary color
Monochromatic Colors of #AB4F5D
Black with #AB4F5D
Text Example
Text Example
White with #AB4F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4F5D; }
p { color: rgb(171,79,93); }
H1.HeaderClassName
{
color: #AB4F5D;
}
.AnyTagClassName
{
color: #AB4F5D;
}
</style>
background-color css
<style>
a { background-color: #AB4F5D; }
a { background-color: rgb(171,79,93); }
div.DivClassName
{
background-color: #AB4F5D;
}
.BgClassName
{
background-color: #AB4F5D;
}
</style>
border-color css
<style>
span { border-color: #AB4F5D; }
span { border-color: rgb(171,79,93); }
td.TdClassName
{
border-color: #AB4F5D;
}
.TagClassName
{
border-color: #AB4F5D;
}
</style>