Shades of Hippie Pink #AB585B
Tints of Hippie Pink #AB585B
RGB
CMYK
RGB Variations
Color information
#AB585B (or 0xAB585B) is known color: Hippie Pink. HEX triplet: AB, 58 and 5B. RGB value is (171,88,91). Sum of RGB (Red+Green+Blue) = 171+88+91=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB585B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB585B is #54A7A4. Grayscale: #717171. Windows color (decimal): -5547941 or 5986475. OLE color: 5986475.
HSL color Cylindrical-coordinate representation of color #AB585B: hue angle of 357.83º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB585B is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 88 | 91 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.33 |
| HSL | 357.83º | 0.33% | 0.51% | - |
| HSV(B) | 357.83º | 0.49% | 0.67% | - |
| XYZ | 22.17 | 16.39 | 11.89 | - |
| YUV | 113.16 | 115.5 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 88 | 91 | 0 | 0.49 | 0.47 | 0.33 | 357.83 | 0.33 | 0.51 |
| Hex | AB | 58 | 5B | 0 | 31 | 2F | 21 | 166 | 21 | 33 |
| Octal | 253 | 130 | 133 | 0 | 61 | 57 | 41 | 546 | 41 | 63 |
| Binary | 10101011 | 1011000 | 1011011 | 0 | 110001 | 101111 | 100001 | 101100110 | 100001 | 110011 |
Color Harmonies of #AB585B
Complementary color
Monochromatic Colors of #AB585B
Black with #AB585B
Text Example
Text Example
White with #AB585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB585B; }
p { color: rgb(171,88,91); }
H1.HeaderClassName
{
color: #AB585B;
}
.AnyTagClassName
{
color: #AB585B;
}
</style>
background-color css
<style>
a { background-color: #AB585B; }
a { background-color: rgb(171,88,91); }
div.DivClassName
{
background-color: #AB585B;
}
.BgClassName
{
background-color: #AB585B;
}
</style>
border-color css
<style>
span { border-color: #AB585B; }
span { border-color: rgb(171,88,91); }
td.TdClassName
{
border-color: #AB585B;
}
.TagClassName
{
border-color: #AB585B;
}
</style>