Shades of Hippie Pink #AB4656
Tints of Hippie Pink #AB4656
RGB
CMYK
RGB Variations
Color information
#AB4656 (or 0xAB4656) is known color: Hippie Pink. HEX triplet: AB, 46 and 56. RGB value is (171,70,86). Sum of RGB (Red+Green+Blue) = 171+70+86=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4656 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4656 is #54B9A9. Grayscale: #666666. Windows color (decimal): -5552554 or 5654187. OLE color: 5654187.
HSL color Cylindrical-coordinate representation of color #AB4656: hue angle of 350.5º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB4656 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 70 | 86 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.33 |
| HSL | 350.5º | 0.42% | 0.47% | - |
| HSV(B) | 350.5º | 0.59% | 0.67% | - |
| XYZ | 20.66 | 13.71 | 10.36 | - |
| YUV | 102.02 | 118.96 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 70 | 86 | 0 | 0.59 | 0.50 | 0.33 | 350.5 | 0.42 | 0.47 |
| Hex | AB | 46 | 56 | 0 | 3B | 32 | 21 | 15E | 2A | 2F |
| Octal | 253 | 106 | 126 | 0 | 73 | 62 | 41 | 536 | 52 | 57 |
| Binary | 10101011 | 1000110 | 1010110 | 0 | 111011 | 110010 | 100001 | 101011110 | 101010 | 101111 |
Color Harmonies of #AB4656
Complementary color
Monochromatic Colors of #AB4656
Black with #AB4656
Text Example
Text Example
White with #AB4656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4656; }
p { color: rgb(171,70,86); }
H1.HeaderClassName
{
color: #AB4656;
}
.AnyTagClassName
{
color: #AB4656;
}
</style>
background-color css
<style>
a { background-color: #AB4656; }
a { background-color: rgb(171,70,86); }
div.DivClassName
{
background-color: #AB4656;
}
.BgClassName
{
background-color: #AB4656;
}
</style>
border-color css
<style>
span { border-color: #AB4656; }
span { border-color: rgb(171,70,86); }
td.TdClassName
{
border-color: #AB4656;
}
.TagClassName
{
border-color: #AB4656;
}
</style>