Shades of Hippie Pink #AB4159
Tints of Hippie Pink #AB4159
RGB
CMYK
RGB Variations
Color information
#AB4159 (or 0xAB4159) is known color: Hippie Pink. HEX triplet: AB, 41 and 59. RGB value is (171,65,89). Sum of RGB (Red+Green+Blue) = 171+65+89=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4159 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4159 is #54BEA6. Grayscale: #636363. Windows color (decimal): -5553831 or 5849515. OLE color: 5849515.
HSL color Cylindrical-coordinate representation of color #AB4159: hue angle of 346.42º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB4159 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 65 | 89 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.33 |
| HSL | 346.42º | 0.45% | 0.46% | - |
| HSV(B) | 346.42º | 0.62% | 0.67% | - |
| XYZ | 20.49 | 13.16 | 10.91 | - |
| YUV | 99.43 | 122.12 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 89 | 0 | 0.62 | 0.48 | 0.33 | 346.42 | 0.45 | 0.46 |
| Hex | AB | 41 | 59 | 0 | 3E | 30 | 21 | 15A | 2D | 2E |
| Octal | 253 | 101 | 131 | 0 | 76 | 60 | 41 | 532 | 55 | 56 |
| Binary | 10101011 | 1000001 | 1011001 | 0 | 111110 | 110000 | 100001 | 101011010 | 101101 | 101110 |
Color Harmonies of #AB4159
Complementary color
Monochromatic Colors of #AB4159
Black with #AB4159
Text Example
Text Example
White with #AB4159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4159; }
p { color: rgb(171,65,89); }
H1.HeaderClassName
{
color: #AB4159;
}
.AnyTagClassName
{
color: #AB4159;
}
</style>
background-color css
<style>
a { background-color: #AB4159; }
a { background-color: rgb(171,65,89); }
div.DivClassName
{
background-color: #AB4159;
}
.BgClassName
{
background-color: #AB4159;
}
</style>
border-color css
<style>
span { border-color: #AB4159; }
span { border-color: rgb(171,65,89); }
td.TdClassName
{
border-color: #AB4159;
}
.TagClassName
{
border-color: #AB4159;
}
</style>