Shades of Hippie Pink #AB545D
Tints of Hippie Pink #AB545D
RGB
CMYK
RGB Variations
Color information
#AB545D (or 0xAB545D) is known color: Hippie Pink. HEX triplet: AB, 54 and 5D. RGB value is (171,84,93). Sum of RGB (Red+Green+Blue) = 171+84+93=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB545D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB545D is #54ABA2. Grayscale: #6F6F6F. Windows color (decimal): -5548963 or 6116523. OLE color: 6116523.
HSL color Cylindrical-coordinate representation of color #AB545D: hue angle of 353.79º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB545D is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 84 | 93 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.33 |
| HSL | 353.79º | 0.34% | 0.5% | - |
| HSV(B) | 353.79º | 0.51% | 0.67% | - |
| XYZ | 21.94 | 15.79 | 12.25 | - |
| YUV | 111.04 | 117.82 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 93 | 0 | 0.51 | 0.46 | 0.33 | 353.79 | 0.34 | 0.5 |
| Hex | AB | 54 | 5D | 0 | 33 | 2E | 21 | 162 | 22 | 32 |
| Octal | 253 | 124 | 135 | 0 | 63 | 56 | 41 | 542 | 42 | 62 |
| Binary | 10101011 | 1010100 | 1011101 | 0 | 110011 | 101110 | 100001 | 101100010 | 100010 | 110010 |
Color Harmonies of #AB545D
Complementary color
Monochromatic Colors of #AB545D
Black with #AB545D
Text Example
Text Example
White with #AB545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB545D; }
p { color: rgb(171,84,93); }
H1.HeaderClassName
{
color: #AB545D;
}
.AnyTagClassName
{
color: #AB545D;
}
</style>
background-color css
<style>
a { background-color: #AB545D; }
a { background-color: rgb(171,84,93); }
div.DivClassName
{
background-color: #AB545D;
}
.BgClassName
{
background-color: #AB545D;
}
</style>
border-color css
<style>
span { border-color: #AB545D; }
span { border-color: rgb(171,84,93); }
td.TdClassName
{
border-color: #AB545D;
}
.TagClassName
{
border-color: #AB545D;
}
</style>