Shades of Hippie Pink #AB5358
Tints of Hippie Pink #AB5358
RGB
CMYK
RGB Variations
Color information
#AB5358 (or 0xAB5358) is known color: Hippie Pink. HEX triplet: AB, 53 and 58. RGB value is (171,83,88). Sum of RGB (Red+Green+Blue) = 171+83+88=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5358 is #54ACA7. Grayscale: #6D6D6D. Windows color (decimal): -5549224 or 5788587. OLE color: 5788587.
HSL color Cylindrical-coordinate representation of color #AB5358: hue angle of 356.59º degrees, saturation: 0.35, 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 #AB5358 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 83 | 88 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.33 |
| HSL | 356.59º | 0.35% | 0.5% | - |
| HSV(B) | 356.59º | 0.51% | 0.67% | - |
| XYZ | 21.65 | 15.55 | 11.09 | - |
| YUV | 109.88 | 115.65 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 88 | 0 | 0.51 | 0.49 | 0.33 | 356.59 | 0.35 | 0.5 |
| Hex | AB | 53 | 58 | 0 | 33 | 31 | 21 | 165 | 23 | 32 |
| Octal | 253 | 123 | 130 | 0 | 63 | 61 | 41 | 545 | 43 | 62 |
| Binary | 10101011 | 1010011 | 1011000 | 0 | 110011 | 110001 | 100001 | 101100101 | 100011 | 110010 |
Color Harmonies of #AB5358
Complementary color
Monochromatic Colors of #AB5358
Black with #AB5358
Text Example
Text Example
White with #AB5358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5358; }
p { color: rgb(171,83,88); }
H1.HeaderClassName
{
color: #AB5358;
}
.AnyTagClassName
{
color: #AB5358;
}
</style>
background-color css
<style>
a { background-color: #AB5358; }
a { background-color: rgb(171,83,88); }
div.DivClassName
{
background-color: #AB5358;
}
.BgClassName
{
background-color: #AB5358;
}
</style>
border-color css
<style>
span { border-color: #AB5358; }
span { border-color: rgb(171,83,88); }
td.TdClassName
{
border-color: #AB5358;
}
.TagClassName
{
border-color: #AB5358;
}
</style>