Shades of Hippie Pink #AB515D
Tints of Hippie Pink #AB515D
RGB
CMYK
RGB Variations
Color information
#AB515D (or 0xAB515D) is known color: Hippie Pink. HEX triplet: AB, 51 and 5D. RGB value is (171,81,93). Sum of RGB (Red+Green+Blue) = 171+81+93=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB515D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB515D is #54AEA2. Grayscale: #6D6D6D. Windows color (decimal): -5549731 or 6115755. OLE color: 6115755.
HSL color Cylindrical-coordinate representation of color #AB515D: hue angle of 352º 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 #AB515D is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 81 | 93 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.33 |
| HSL | 352º | 0.36% | 0.49% | - |
| HSV(B) | 352º | 0.53% | 0.67% | - |
| XYZ | 21.71 | 15.33 | 12.17 | - |
| YUV | 109.28 | 118.82 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 81 | 93 | 0 | 0.53 | 0.46 | 0.33 | 352 | 0.36 | 0.49 |
| Hex | AB | 51 | 5D | 0 | 35 | 2E | 21 | 160 | 24 | 31 |
| Octal | 253 | 121 | 135 | 0 | 65 | 56 | 41 | 540 | 44 | 61 |
| Binary | 10101011 | 1010001 | 1011101 | 0 | 110101 | 101110 | 100001 | 101100000 | 100100 | 110001 |
Color Harmonies of #AB515D
Complementary color
Monochromatic Colors of #AB515D
Black with #AB515D
Text Example
Text Example
White with #AB515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB515D; }
p { color: rgb(171,81,93); }
H1.HeaderClassName
{
color: #AB515D;
}
.AnyTagClassName
{
color: #AB515D;
}
</style>
background-color css
<style>
a { background-color: #AB515D; }
a { background-color: rgb(171,81,93); }
div.DivClassName
{
background-color: #AB515D;
}
.BgClassName
{
background-color: #AB515D;
}
</style>
border-color css
<style>
span { border-color: #AB515D; }
span { border-color: rgb(171,81,93); }
td.TdClassName
{
border-color: #AB515D;
}
.TagClassName
{
border-color: #AB515D;
}
</style>