Shades of Hippie Pink #A24E56
Tints of Hippie Pink #A24E56
RGB
CMYK
RGB Variations
Color information
#A24E56 (or 0xA24E56) is known color: Hippie Pink. HEX triplet: A2, 4E and 56. RGB value is (162,78,86). Sum of RGB (Red+Green+Blue) = 162+78+86=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24E56 is #5DB1A9. Grayscale: #686868. Windows color (decimal): -6140330 or 5656226. OLE color: 5656226.
HSL color Cylindrical-coordinate representation of color #A24E56: hue angle of 354.29º 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 #A24E56 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 78 | 86 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.36 |
| HSL | 354.29º | 0.35% | 0.47% | - |
| HSV(B) | 354.29º | 0.52% | 0.64% | - |
| XYZ | 19.3 | 13.8 | 10.45 | - |
| YUV | 104.03 | 117.83 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 78 | 86 | 0 | 0.52 | 0.47 | 0.36 | 354.29 | 0.35 | 0.47 |
| Hex | A2 | 4E | 56 | 0 | 34 | 2F | 24 | 162 | 23 | 2F |
| Octal | 242 | 116 | 126 | 0 | 64 | 57 | 44 | 542 | 43 | 57 |
| Binary | 10100010 | 1001110 | 1010110 | 0 | 110100 | 101111 | 100100 | 101100010 | 100011 | 101111 |
Color Harmonies of #A24E56
Complementary color
Monochromatic Colors of #A24E56
Black with #A24E56
Text Example
Text Example
White with #A24E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24E56; }
p { color: rgb(162,78,86); }
H1.HeaderClassName
{
color: #A24E56;
}
.AnyTagClassName
{
color: #A24E56;
}
</style>
background-color css
<style>
a { background-color: #A24E56; }
a { background-color: rgb(162,78,86); }
div.DivClassName
{
background-color: #A24E56;
}
.BgClassName
{
background-color: #A24E56;
}
</style>
border-color css
<style>
span { border-color: #A24E56; }
span { border-color: rgb(162,78,86); }
td.TdClassName
{
border-color: #A24E56;
}
.TagClassName
{
border-color: #A24E56;
}
</style>