Shades of Hippie Pink #A24E60
Tints of Hippie Pink #A24E60
RGB
CMYK
RGB Variations
Color information
#A24E60 (or 0xA24E60) is known color: Hippie Pink. HEX triplet: A2, 4E and 60. RGB value is (162,78,96). Sum of RGB (Red+Green+Blue) = 162+78+96=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24E60 is #5DB19F. Grayscale: #696969. Windows color (decimal): -6140320 or 6311586. OLE color: 6311586.
HSL color Cylindrical-coordinate representation of color #A24E60: hue angle of 347.14º degrees, saturation: 0.35, 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 #A24E60 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 78 | 96 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.36 |
| HSL | 347.14º | 0.35% | 0.47% | - |
| HSV(B) | 347.14º | 0.52% | 0.64% | - |
| XYZ | 19.74 | 13.97 | 12.72 | - |
| YUV | 105.17 | 122.83 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 78 | 96 | 0 | 0.52 | 0.41 | 0.36 | 347.14 | 0.35 | 0.47 |
| Hex | A2 | 4E | 60 | 0 | 34 | 29 | 24 | 15B | 23 | 2F |
| Octal | 242 | 116 | 140 | 0 | 64 | 51 | 44 | 533 | 43 | 57 |
| Binary | 10100010 | 1001110 | 1100000 | 0 | 110100 | 101001 | 100100 | 101011011 | 100011 | 101111 |
Color Harmonies of #A24E60
Complementary color
Monochromatic Colors of #A24E60
Black with #A24E60
Text Example
Text Example
White with #A24E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24E60; }
p { color: rgb(162,78,96); }
H1.HeaderClassName
{
color: #A24E60;
}
.AnyTagClassName
{
color: #A24E60;
}
</style>
background-color css
<style>
a { background-color: #A24E60; }
a { background-color: rgb(162,78,96); }
div.DivClassName
{
background-color: #A24E60;
}
.BgClassName
{
background-color: #A24E60;
}
</style>
border-color css
<style>
span { border-color: #A24E60; }
span { border-color: rgb(162,78,96); }
td.TdClassName
{
border-color: #A24E60;
}
.TagClassName
{
border-color: #A24E60;
}
</style>