Shades of Hippie Pink #AB5153
Tints of Hippie Pink #AB5153
RGB
CMYK
RGB Variations
Color information
#AB5153 (or 0xAB5153) is known color: Hippie Pink. HEX triplet: AB, 51 and 53. RGB value is (171,81,83). Sum of RGB (Red+Green+Blue) = 171+81+83=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5153 is #54AEAC. Grayscale: #6C6C6C. Windows color (decimal): -5549741 or 5460395. OLE color: 5460395.
HSL color Cylindrical-coordinate representation of color #AB5153: hue angle of 358.67º 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 #AB5153 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 81 | 83 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.33 |
| HSL | 358.67º | 0.36% | 0.49% | - |
| HSV(B) | 358.67º | 0.53% | 0.67% | - |
| XYZ | 21.3 | 15.17 | 9.99 | - |
| YUV | 108.14 | 113.82 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 81 | 83 | 0 | 0.53 | 0.51 | 0.33 | 358.67 | 0.36 | 0.49 |
| Hex | AB | 51 | 53 | 0 | 35 | 33 | 21 | 167 | 24 | 31 |
| Octal | 253 | 121 | 123 | 0 | 65 | 63 | 41 | 547 | 44 | 61 |
| Binary | 10101011 | 1010001 | 1010011 | 0 | 110101 | 110011 | 100001 | 101100111 | 100100 | 110001 |
Color Harmonies of #AB5153
Complementary color
Monochromatic Colors of #AB5153
Black with #AB5153
Text Example
Text Example
White with #AB5153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5153; }
p { color: rgb(171,81,83); }
H1.HeaderClassName
{
color: #AB5153;
}
.AnyTagClassName
{
color: #AB5153;
}
</style>
background-color css
<style>
a { background-color: #AB5153; }
a { background-color: rgb(171,81,83); }
div.DivClassName
{
background-color: #AB5153;
}
.BgClassName
{
background-color: #AB5153;
}
</style>
border-color css
<style>
span { border-color: #AB5153; }
span { border-color: rgb(171,81,83); }
td.TdClassName
{
border-color: #AB5153;
}
.TagClassName
{
border-color: #AB5153;
}
</style>