Shades of Hippie Pink #A24E57
Tints of Hippie Pink #A24E57
RGB
CMYK
RGB Variations
Color information
#A24E57 (or 0xA24E57) is known color: Hippie Pink. HEX triplet: A2, 4E and 57. RGB value is (162,78,87). Sum of RGB (Red+Green+Blue) = 162+78+87=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 87 (34.38% from 255 or 26.61% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24E57 is #5DB1A8. Grayscale: #686868. Windows color (decimal): -6140329 or 5721762. OLE color: 5721762.
HSL color Cylindrical-coordinate representation of color #A24E57: hue angle of 353.57º 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 #A24E57 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 78 | 87 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.36 |
| HSL | 353.57º | 0.35% | 0.47% | - |
| HSV(B) | 353.57º | 0.52% | 0.64% | - |
| XYZ | 19.34 | 13.82 | 10.66 | - |
| YUV | 104.14 | 118.33 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 78 | 87 | 0 | 0.52 | 0.46 | 0.36 | 353.57 | 0.35 | 0.47 |
| Hex | A2 | 4E | 57 | 0 | 34 | 2E | 24 | 162 | 23 | 2F |
| Octal | 242 | 116 | 127 | 0 | 64 | 56 | 44 | 542 | 43 | 57 |
| Binary | 10100010 | 1001110 | 1010111 | 0 | 110100 | 101110 | 100100 | 101100010 | 100011 | 101111 |
Color Harmonies of #A24E57
Complementary color
Monochromatic Colors of #A24E57
Black with #A24E57
Text Example
Text Example
White with #A24E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24E57; }
p { color: rgb(162,78,87); }
H1.HeaderClassName
{
color: #A24E57;
}
.AnyTagClassName
{
color: #A24E57;
}
</style>
background-color css
<style>
a { background-color: #A24E57; }
a { background-color: rgb(162,78,87); }
div.DivClassName
{
background-color: #A24E57;
}
.BgClassName
{
background-color: #A24E57;
}
</style>
border-color css
<style>
span { border-color: #A24E57; }
span { border-color: rgb(162,78,87); }
td.TdClassName
{
border-color: #A24E57;
}
.TagClassName
{
border-color: #A24E57;
}
</style>