Shades of Hippie Pink #AB515E
Tints of Hippie Pink #AB515E
RGB
CMYK
RGB Variations
Color information
#AB515E (or 0xAB515E) is known color: Hippie Pink. HEX triplet: AB, 51 and 5E. RGB value is (171,81,94). Sum of RGB (Red+Green+Blue) = 171+81+94=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB515E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB515E is #54AEA1. Grayscale: #6D6D6D. Windows color (decimal): -5549730 or 6181291. OLE color: 6181291.
HSL color Cylindrical-coordinate representation of color #AB515E: hue angle of 351.33º 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 #AB515E is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 81 | 94 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.33 |
| HSL | 351.33º | 0.36% | 0.49% | - |
| HSV(B) | 351.33º | 0.53% | 0.67% | - |
| XYZ | 21.76 | 15.35 | 12.41 | - |
| YUV | 109.39 | 119.32 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 81 | 94 | 0 | 0.53 | 0.45 | 0.33 | 351.33 | 0.36 | 0.49 |
| Hex | AB | 51 | 5E | 0 | 35 | 2D | 21 | 15F | 24 | 31 |
| Octal | 253 | 121 | 136 | 0 | 65 | 55 | 41 | 537 | 44 | 61 |
| Binary | 10101011 | 1010001 | 1011110 | 0 | 110101 | 101101 | 100001 | 101011111 | 100100 | 110001 |
Color Harmonies of #AB515E
Complementary color
Monochromatic Colors of #AB515E
Black with #AB515E
Text Example
Text Example
White with #AB515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB515E; }
p { color: rgb(171,81,94); }
H1.HeaderClassName
{
color: #AB515E;
}
.AnyTagClassName
{
color: #AB515E;
}
</style>
background-color css
<style>
a { background-color: #AB515E; }
a { background-color: rgb(171,81,94); }
div.DivClassName
{
background-color: #AB515E;
}
.BgClassName
{
background-color: #AB515E;
}
</style>
border-color css
<style>
span { border-color: #AB515E; }
span { border-color: rgb(171,81,94); }
td.TdClassName
{
border-color: #AB515E;
}
.TagClassName
{
border-color: #AB515E;
}
</style>