Shades of Hippie Pink #A24D58
Tints of Hippie Pink #A24D58
RGB
CMYK
RGB Variations
Color information
#A24D58 (or 0xA24D58) is known color: Hippie Pink. HEX triplet: A2, 4D and 58. RGB value is (162,77,88). Sum of RGB (Red+Green+Blue) = 162+77+88=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24D58 is #5DB2A7. Grayscale: #676767. Windows color (decimal): -6140584 or 5787042. OLE color: 5787042.
HSL color Cylindrical-coordinate representation of color #A24D58: hue angle of 352.24º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A24D58 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 77 | 88 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.36 |
| HSL | 352.24º | 0.36% | 0.47% | - |
| HSV(B) | 352.24º | 0.52% | 0.64% | - |
| XYZ | 19.32 | 13.69 | 10.86 | - |
| YUV | 103.67 | 119.16 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 77 | 88 | 0 | 0.52 | 0.46 | 0.36 | 352.24 | 0.36 | 0.47 |
| Hex | A2 | 4D | 58 | 0 | 34 | 2E | 24 | 160 | 24 | 2F |
| Octal | 242 | 115 | 130 | 0 | 64 | 56 | 44 | 540 | 44 | 57 |
| Binary | 10100010 | 1001101 | 1011000 | 0 | 110100 | 101110 | 100100 | 101100000 | 100100 | 101111 |
Color Harmonies of #A24D58
Complementary color
Monochromatic Colors of #A24D58
Black with #A24D58
Text Example
Text Example
White with #A24D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24D58; }
p { color: rgb(162,77,88); }
H1.HeaderClassName
{
color: #A24D58;
}
.AnyTagClassName
{
color: #A24D58;
}
</style>
background-color css
<style>
a { background-color: #A24D58; }
a { background-color: rgb(162,77,88); }
div.DivClassName
{
background-color: #A24D58;
}
.BgClassName
{
background-color: #A24D58;
}
</style>
border-color css
<style>
span { border-color: #A24D58; }
span { border-color: rgb(162,77,88); }
td.TdClassName
{
border-color: #A24D58;
}
.TagClassName
{
border-color: #A24D58;
}
</style>