Shades of Hippie Pink #AB595F
Tints of Hippie Pink #AB595F
RGB
CMYK
RGB Variations
Color information
#AB595F (or 0xAB595F) is known color: Hippie Pink. HEX triplet: AB, 59 and 5F. RGB value is (171,89,95). Sum of RGB (Red+Green+Blue) = 171+89+95=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB595F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB595F is #54A6A0. Grayscale: #727272. Windows color (decimal): -5547681 or 6248875. OLE color: 6248875.
HSL color Cylindrical-coordinate representation of color #AB595F: hue angle of 355.61º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB595F is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 89 | 95 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.33 |
| HSL | 355.61º | 0.33% | 0.51% | - |
| HSV(B) | 355.61º | 0.48% | 0.67% | - |
| XYZ | 22.43 | 16.63 | 12.85 | - |
| YUV | 114.2 | 117.17 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 89 | 95 | 0 | 0.48 | 0.44 | 0.33 | 355.61 | 0.33 | 0.51 |
| Hex | AB | 59 | 5F | 0 | 30 | 2C | 21 | 164 | 21 | 33 |
| Octal | 253 | 131 | 137 | 0 | 60 | 54 | 41 | 544 | 41 | 63 |
| Binary | 10101011 | 1011001 | 1011111 | 0 | 110000 | 101100 | 100001 | 101100100 | 100001 | 110011 |
Color Harmonies of #AB595F
Complementary color
Monochromatic Colors of #AB595F
Black with #AB595F
Text Example
Text Example
White with #AB595F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB595F; }
p { color: rgb(171,89,95); }
H1.HeaderClassName
{
color: #AB595F;
}
.AnyTagClassName
{
color: #AB595F;
}
</style>
background-color css
<style>
a { background-color: #AB595F; }
a { background-color: rgb(171,89,95); }
div.DivClassName
{
background-color: #AB595F;
}
.BgClassName
{
background-color: #AB595F;
}
</style>
border-color css
<style>
span { border-color: #AB595F; }
span { border-color: rgb(171,89,95); }
td.TdClassName
{
border-color: #AB595F;
}
.TagClassName
{
border-color: #AB595F;
}
</style>