Shades of Hippie Pink #AB4649
Tints of Hippie Pink #AB4649
RGB
CMYK
RGB Variations
Color information
#AB4649 (or 0xAB4649) is known color: Hippie Pink. HEX triplet: AB, 46 and 49. RGB value is (171,70,73). Sum of RGB (Red+Green+Blue) = 171+70+73=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4649 is #54B9B6. Grayscale: #646464. Windows color (decimal): -5552567 or 4802219. OLE color: 4802219.
HSL color Cylindrical-coordinate representation of color #AB4649: hue angle of 358.22º 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 #AB4649 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 70 | 73 | - |
| CMYK | 0 | 0.59 | 0.57 | 0.33 |
| HSL | 358.22º | 0.42% | 0.47% | - |
| HSV(B) | 358.22º | 0.59% | 0.67% | - |
| XYZ | 20.19 | 13.52 | 7.85 | - |
| YUV | 100.54 | 112.46 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 70 | 73 | 0 | 0.59 | 0.57 | 0.33 | 358.22 | 0.42 | 0.47 |
| Hex | AB | 46 | 49 | 0 | 3B | 39 | 21 | 166 | 2A | 2F |
| Octal | 253 | 106 | 111 | 0 | 73 | 71 | 41 | 546 | 52 | 57 |
| Binary | 10101011 | 1000110 | 1001001 | 0 | 111011 | 111001 | 100001 | 101100110 | 101010 | 101111 |
Color Harmonies of #AB4649
Complementary color
Monochromatic Colors of #AB4649
Black with #AB4649
Text Example
Text Example
White with #AB4649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4649; }
p { color: rgb(171,70,73); }
H1.HeaderClassName
{
color: #AB4649;
}
.AnyTagClassName
{
color: #AB4649;
}
</style>
background-color css
<style>
a { background-color: #AB4649; }
a { background-color: rgb(171,70,73); }
div.DivClassName
{
background-color: #AB4649;
}
.BgClassName
{
background-color: #AB4649;
}
</style>
border-color css
<style>
span { border-color: #AB4649; }
span { border-color: rgb(171,70,73); }
td.TdClassName
{
border-color: #AB4649;
}
.TagClassName
{
border-color: #AB4649;
}
</style>