Shades of Hippie Pink #A24E61
Tints of Hippie Pink #A24E61
RGB
CMYK
RGB Variations
Color information
#A24E61 (or 0xA24E61) is known color: Hippie Pink. HEX triplet: A2, 4E and 61. RGB value is (162,78,97). Sum of RGB (Red+Green+Blue) = 162+78+97=337 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.07% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A24E61 is #5DB19E. Grayscale: #696969. Windows color (decimal): -6140319 or 6377122. OLE color: 6377122.
HSL color Cylindrical-coordinate representation of color #A24E61: hue angle of 346.43º 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 #A24E61 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 78 | 97 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.36 |
| HSL | 346.43º | 0.35% | 0.47% | - |
| HSV(B) | 346.43º | 0.52% | 0.64% | - |
| XYZ | 19.78 | 13.99 | 12.97 | - |
| YUV | 105.28 | 123.33 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 78 | 97 | 0 | 0.52 | 0.40 | 0.36 | 346.43 | 0.35 | 0.47 |
| Hex | A2 | 4E | 61 | 0 | 34 | 28 | 24 | 15A | 23 | 2F |
| Octal | 242 | 116 | 141 | 0 | 64 | 50 | 44 | 532 | 43 | 57 |
| Binary | 10100010 | 1001110 | 1100001 | 0 | 110100 | 101000 | 100100 | 101011010 | 100011 | 101111 |
Color Harmonies of #A24E61
Complementary color
Monochromatic Colors of #A24E61
Black with #A24E61
Text Example
Text Example
White with #A24E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24E61; }
p { color: rgb(162,78,97); }
H1.HeaderClassName
{
color: #A24E61;
}
.AnyTagClassName
{
color: #A24E61;
}
</style>
background-color css
<style>
a { background-color: #A24E61; }
a { background-color: rgb(162,78,97); }
div.DivClassName
{
background-color: #A24E61;
}
.BgClassName
{
background-color: #A24E61;
}
</style>
border-color css
<style>
span { border-color: #A24E61; }
span { border-color: rgb(162,78,97); }
td.TdClassName
{
border-color: #A24E61;
}
.TagClassName
{
border-color: #A24E61;
}
</style>