Shades of Hippie Pink #AB4F5E
Tints of Hippie Pink #AB4F5E
RGB
CMYK
RGB Variations
Color information
#AB4F5E (or 0xAB4F5E) is known color: Hippie Pink. HEX triplet: AB, 4F and 5E. RGB value is (171,79,94). Sum of RGB (Red+Green+Blue) = 171+79+94=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 79 (31.25% from 255 or 22.97% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB4F5E is #54B0A1. Grayscale: #6C6C6C. Windows color (decimal): -5550242 or 6180779. OLE color: 6180779.
HSL color Cylindrical-coordinate representation of color #AB4F5E: hue angle of 350.22º 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 #AB4F5E is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 79 | 94 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.33 |
| HSL | 350.22º | 0.37% | 0.49% | - |
| HSV(B) | 350.22º | 0.54% | 0.67% | - |
| XYZ | 21.61 | 15.06 | 12.36 | - |
| YUV | 108.22 | 119.98 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 79 | 94 | 0 | 0.54 | 0.45 | 0.33 | 350.22 | 0.37 | 0.49 |
| Hex | AB | 4F | 5E | 0 | 36 | 2D | 21 | 15E | 25 | 31 |
| Octal | 253 | 117 | 136 | 0 | 66 | 55 | 41 | 536 | 45 | 61 |
| Binary | 10101011 | 1001111 | 1011110 | 0 | 110110 | 101101 | 100001 | 101011110 | 100101 | 110001 |
Color Harmonies of #AB4F5E
Complementary color
Monochromatic Colors of #AB4F5E
Black with #AB4F5E
Text Example
Text Example
White with #AB4F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4F5E; }
p { color: rgb(171,79,94); }
H1.HeaderClassName
{
color: #AB4F5E;
}
.AnyTagClassName
{
color: #AB4F5E;
}
</style>
background-color css
<style>
a { background-color: #AB4F5E; }
a { background-color: rgb(171,79,94); }
div.DivClassName
{
background-color: #AB4F5E;
}
.BgClassName
{
background-color: #AB4F5E;
}
</style>
border-color css
<style>
span { border-color: #AB4F5E; }
span { border-color: rgb(171,79,94); }
td.TdClassName
{
border-color: #AB4F5E;
}
.TagClassName
{
border-color: #AB4F5E;
}
</style>