Shades of Hippie Pink #AB4D62
Tints of Hippie Pink #AB4D62
RGB
CMYK
RGB Variations
Color information
#AB4D62 (or 0xAB4D62) is known color: Hippie Pink. HEX triplet: AB, 4D and 62. RGB value is (171,77,98). Sum of RGB (Red+Green+Blue) = 171+77+98=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB4D62 is #54B29D. Grayscale: #6B6B6B. Windows color (decimal): -5550750 or 6442411. OLE color: 6442411.
HSL color Cylindrical-coordinate representation of color #AB4D62: hue angle of 346.6º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB4D62 is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 77 | 98 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.33 |
| HSL | 346.6º | 0.38% | 0.49% | - |
| HSV(B) | 346.6º | 0.55% | 0.67% | - |
| XYZ | 21.65 | 14.85 | 13.28 | - |
| YUV | 107.5 | 122.64 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 98 | 0 | 0.55 | 0.43 | 0.33 | 346.6 | 0.38 | 0.49 |
| Hex | AB | 4D | 62 | 0 | 37 | 2B | 21 | 15B | 26 | 31 |
| Octal | 253 | 115 | 142 | 0 | 67 | 53 | 41 | 533 | 46 | 61 |
| Binary | 10101011 | 1001101 | 1100010 | 0 | 110111 | 101011 | 100001 | 101011011 | 100110 | 110001 |
Color Harmonies of #AB4D62
Complementary color
Monochromatic Colors of #AB4D62
Black with #AB4D62
Text Example
Text Example
White with #AB4D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4D62; }
p { color: rgb(171,77,98); }
H1.HeaderClassName
{
color: #AB4D62;
}
.AnyTagClassName
{
color: #AB4D62;
}
</style>
background-color css
<style>
a { background-color: #AB4D62; }
a { background-color: rgb(171,77,98); }
div.DivClassName
{
background-color: #AB4D62;
}
.BgClassName
{
background-color: #AB4D62;
}
</style>
border-color css
<style>
span { border-color: #AB4D62; }
span { border-color: rgb(171,77,98); }
td.TdClassName
{
border-color: #AB4D62;
}
.TagClassName
{
border-color: #AB4D62;
}
</style>