Shades of Hippie Pink #AB4E5A
Tints of Hippie Pink #AB4E5A
RGB
CMYK
RGB Variations
Color information
#AB4E5A (or 0xAB4E5A) is known color: Hippie Pink. HEX triplet: AB, 4E and 5A. RGB value is (171,78,90). Sum of RGB (Red+Green+Blue) = 171+78+90=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB4E5A is #54B1A5. Grayscale: #6B6B6B. Windows color (decimal): -5550502 or 5918379. OLE color: 5918379.
HSL color Cylindrical-coordinate representation of color #AB4E5A: hue angle of 352.26º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB4E5A is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 78 | 90 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.33 |
| HSL | 352.26º | 0.37% | 0.49% | - |
| HSV(B) | 352.26º | 0.54% | 0.67% | - |
| XYZ | 21.36 | 14.84 | 11.41 | - |
| YUV | 107.18 | 118.31 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 78 | 90 | 0 | 0.54 | 0.47 | 0.33 | 352.26 | 0.37 | 0.49 |
| Hex | AB | 4E | 5A | 0 | 36 | 2F | 21 | 160 | 25 | 31 |
| Octal | 253 | 116 | 132 | 0 | 66 | 57 | 41 | 540 | 45 | 61 |
| Binary | 10101011 | 1001110 | 1011010 | 0 | 110110 | 101111 | 100001 | 101100000 | 100101 | 110001 |
Color Harmonies of #AB4E5A
Complementary color
Monochromatic Colors of #AB4E5A
Black with #AB4E5A
Text Example
Text Example
White with #AB4E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4E5A; }
p { color: rgb(171,78,90); }
H1.HeaderClassName
{
color: #AB4E5A;
}
.AnyTagClassName
{
color: #AB4E5A;
}
</style>
background-color css
<style>
a { background-color: #AB4E5A; }
a { background-color: rgb(171,78,90); }
div.DivClassName
{
background-color: #AB4E5A;
}
.BgClassName
{
background-color: #AB4E5A;
}
</style>
border-color css
<style>
span { border-color: #AB4E5A; }
span { border-color: rgb(171,78,90); }
td.TdClassName
{
border-color: #AB4E5A;
}
.TagClassName
{
border-color: #AB4E5A;
}
</style>