Shades of Hippie Pink #AB5154
Tints of Hippie Pink #AB5154
RGB
CMYK
RGB Variations
Color information
#AB5154 (or 0xAB5154) is known color: Hippie Pink. HEX triplet: AB, 51 and 54. RGB value is (171,81,84). Sum of RGB (Red+Green+Blue) = 171+81+84=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5154 is #54AEAB. Grayscale: #6C6C6C. Windows color (decimal): -5549740 or 5525931. OLE color: 5525931.
HSL color Cylindrical-coordinate representation of color #AB5154: hue angle of 358º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB5154 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 81 | 84 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.33 |
| HSL | 358º | 0.36% | 0.49% | - |
| HSV(B) | 358º | 0.53% | 0.67% | - |
| XYZ | 21.34 | 15.18 | 10.19 | - |
| YUV | 108.25 | 114.32 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 81 | 84 | 0 | 0.53 | 0.51 | 0.33 | 358 | 0.36 | 0.49 |
| Hex | AB | 51 | 54 | 0 | 35 | 33 | 21 | 166 | 24 | 31 |
| Octal | 253 | 121 | 124 | 0 | 65 | 63 | 41 | 546 | 44 | 61 |
| Binary | 10101011 | 1010001 | 1010100 | 0 | 110101 | 110011 | 100001 | 101100110 | 100100 | 110001 |
Color Harmonies of #AB5154
Complementary color
Monochromatic Colors of #AB5154
Black with #AB5154
Text Example
Text Example
White with #AB5154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5154; }
p { color: rgb(171,81,84); }
H1.HeaderClassName
{
color: #AB5154;
}
.AnyTagClassName
{
color: #AB5154;
}
</style>
background-color css
<style>
a { background-color: #AB5154; }
a { background-color: rgb(171,81,84); }
div.DivClassName
{
background-color: #AB5154;
}
.BgClassName
{
background-color: #AB5154;
}
</style>
border-color css
<style>
span { border-color: #AB5154; }
span { border-color: rgb(171,81,84); }
td.TdClassName
{
border-color: #AB5154;
}
.TagClassName
{
border-color: #AB5154;
}
</style>