Shades of Hippie Pink #AB4762
Tints of Hippie Pink #AB4762
RGB
CMYK
RGB Variations
Color information
#AB4762 (or 0xAB4762) is known color: Hippie Pink. HEX triplet: AB, 47 and 62. RGB value is (171,71,98). Sum of RGB (Red+Green+Blue) = 171+71+98=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4762 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4762 is #54B89D. Grayscale: #676767. Windows color (decimal): -5552286 or 6440875. OLE color: 6440875.
HSL color Cylindrical-coordinate representation of color #AB4762: hue angle of 343.8º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB4762 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 71 | 98 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.33 |
| HSL | 343.8º | 0.41% | 0.47% | - |
| HSV(B) | 343.8º | 0.58% | 0.67% | - |
| XYZ | 21.25 | 14.05 | 13.15 | - |
| YUV | 103.98 | 124.63 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 71 | 98 | 0 | 0.58 | 0.43 | 0.33 | 343.8 | 0.41 | 0.47 |
| Hex | AB | 47 | 62 | 0 | 3A | 2B | 21 | 158 | 29 | 2F |
| Octal | 253 | 107 | 142 | 0 | 72 | 53 | 41 | 530 | 51 | 57 |
| Binary | 10101011 | 1000111 | 1100010 | 0 | 111010 | 101011 | 100001 | 101011000 | 101001 | 101111 |
Color Harmonies of #AB4762
Complementary color
Monochromatic Colors of #AB4762
Black with #AB4762
Text Example
Text Example
White with #AB4762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4762; }
p { color: rgb(171,71,98); }
H1.HeaderClassName
{
color: #AB4762;
}
.AnyTagClassName
{
color: #AB4762;
}
</style>
background-color css
<style>
a { background-color: #AB4762; }
a { background-color: rgb(171,71,98); }
div.DivClassName
{
background-color: #AB4762;
}
.BgClassName
{
background-color: #AB4762;
}
</style>
border-color css
<style>
span { border-color: #AB4762; }
span { border-color: rgb(171,71,98); }
td.TdClassName
{
border-color: #AB4762;
}
.TagClassName
{
border-color: #AB4762;
}
</style>