Shades of Hippie Pink #AB4855
Tints of Hippie Pink #AB4855
RGB
CMYK
RGB Variations
Color information
#AB4855 (or 0xAB4855) is known color: Hippie Pink. HEX triplet: AB, 48 and 55. RGB value is (171,72,85). Sum of RGB (Red+Green+Blue) = 171+72+85=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4855 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4855 is #54B7AA. Grayscale: #676767. Windows color (decimal): -5552043 or 5589163. OLE color: 5589163.
HSL color Cylindrical-coordinate representation of color #AB4855: hue angle of 352.12º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB4855 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 72 | 85 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.33 |
| HSL | 352.12º | 0.41% | 0.48% | - |
| HSV(B) | 352.12º | 0.58% | 0.67% | - |
| XYZ | 20.75 | 13.95 | 10.19 | - |
| YUV | 103.08 | 117.8 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 72 | 85 | 0 | 0.58 | 0.50 | 0.33 | 352.12 | 0.41 | 0.48 |
| Hex | AB | 48 | 55 | 0 | 3A | 32 | 21 | 160 | 29 | 30 |
| Octal | 253 | 110 | 125 | 0 | 72 | 62 | 41 | 540 | 51 | 60 |
| Binary | 10101011 | 1001000 | 1010101 | 0 | 111010 | 110010 | 100001 | 101100000 | 101001 | 110000 |
Color Harmonies of #AB4855
Complementary color
Monochromatic Colors of #AB4855
Black with #AB4855
Text Example
Text Example
White with #AB4855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4855; }
p { color: rgb(171,72,85); }
H1.HeaderClassName
{
color: #AB4855;
}
.AnyTagClassName
{
color: #AB4855;
}
</style>
background-color css
<style>
a { background-color: #AB4855; }
a { background-color: rgb(171,72,85); }
div.DivClassName
{
background-color: #AB4855;
}
.BgClassName
{
background-color: #AB4855;
}
</style>
border-color css
<style>
span { border-color: #AB4855; }
span { border-color: rgb(171,72,85); }
td.TdClassName
{
border-color: #AB4855;
}
.TagClassName
{
border-color: #AB4855;
}
</style>