Shades of Hippie Pink #AB4853
Tints of Hippie Pink #AB4853
RGB
CMYK
RGB Variations
Color information
#AB4853 (or 0xAB4853) is known color: Hippie Pink. HEX triplet: AB, 48 and 53. RGB value is (171,72,83). Sum of RGB (Red+Green+Blue) = 171+72+83=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4853 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4853 is #54B7AC. Grayscale: #666666. Windows color (decimal): -5552045 or 5458091. OLE color: 5458091.
HSL color Cylindrical-coordinate representation of color #AB4853: hue angle of 353.33º 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 #AB4853 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 72 | 83 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.33 |
| HSL | 353.33º | 0.41% | 0.48% | - |
| HSV(B) | 353.33º | 0.58% | 0.67% | - |
| XYZ | 20.67 | 13.92 | 9.78 | - |
| YUV | 102.86 | 116.8 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 72 | 83 | 0 | 0.58 | 0.51 | 0.33 | 353.33 | 0.41 | 0.48 |
| Hex | AB | 48 | 53 | 0 | 3A | 33 | 21 | 161 | 29 | 30 |
| Octal | 253 | 110 | 123 | 0 | 72 | 63 | 41 | 541 | 51 | 60 |
| Binary | 10101011 | 1001000 | 1010011 | 0 | 111010 | 110011 | 100001 | 101100001 | 101001 | 110000 |
Color Harmonies of #AB4853
Complementary color
Monochromatic Colors of #AB4853
Black with #AB4853
Text Example
Text Example
White with #AB4853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4853; }
p { color: rgb(171,72,83); }
H1.HeaderClassName
{
color: #AB4853;
}
.AnyTagClassName
{
color: #AB4853;
}
</style>
background-color css
<style>
a { background-color: #AB4853; }
a { background-color: rgb(171,72,83); }
div.DivClassName
{
background-color: #AB4853;
}
.BgClassName
{
background-color: #AB4853;
}
</style>
border-color css
<style>
span { border-color: #AB4853; }
span { border-color: rgb(171,72,83); }
td.TdClassName
{
border-color: #AB4853;
}
.TagClassName
{
border-color: #AB4853;
}
</style>