Shades of Hippie Pink #A24F5C
Tints of Hippie Pink #A24F5C
RGB
CMYK
RGB Variations
Color information
#A24F5C (or 0xA24F5C) is known color: Hippie Pink. HEX triplet: A2, 4F and 5C. RGB value is (162,79,92). Sum of RGB (Red+Green+Blue) = 162+79+92=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24F5C is #5DB0A3. Grayscale: #696969. Windows color (decimal): -6140068 or 6049698. OLE color: 6049698.
HSL color Cylindrical-coordinate representation of color #A24F5C: hue angle of 350.6º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A24F5C is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 79 | 92 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.36 |
| HSL | 350.6º | 0.34% | 0.47% | - |
| HSV(B) | 350.6º | 0.51% | 0.64% | - |
| XYZ | 19.63 | 14.05 | 11.8 | - |
| YUV | 105.3 | 120.5 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 79 | 92 | 0 | 0.51 | 0.43 | 0.36 | 350.6 | 0.34 | 0.47 |
| Hex | A2 | 4F | 5C | 0 | 33 | 2B | 24 | 15F | 22 | 2F |
| Octal | 242 | 117 | 134 | 0 | 63 | 53 | 44 | 537 | 42 | 57 |
| Binary | 10100010 | 1001111 | 1011100 | 0 | 110011 | 101011 | 100100 | 101011111 | 100010 | 101111 |
Color Harmonies of #A24F5C
Complementary color
Monochromatic Colors of #A24F5C
Black with #A24F5C
Text Example
Text Example
White with #A24F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24F5C; }
p { color: rgb(162,79,92); }
H1.HeaderClassName
{
color: #A24F5C;
}
.AnyTagClassName
{
color: #A24F5C;
}
</style>
background-color css
<style>
a { background-color: #A24F5C; }
a { background-color: rgb(162,79,92); }
div.DivClassName
{
background-color: #A24F5C;
}
.BgClassName
{
background-color: #A24F5C;
}
</style>
border-color css
<style>
span { border-color: #A24F5C; }
span { border-color: rgb(162,79,92); }
td.TdClassName
{
border-color: #A24F5C;
}
.TagClassName
{
border-color: #A24F5C;
}
</style>