Shades of Hippie Pink #A14859
Tints of Hippie Pink #A14859
RGB
CMYK
RGB Variations
Color information
#A14859 (or 0xA14859) is known color: Hippie Pink. HEX triplet: A1, 48 and 59. RGB value is (161,72,89). Sum of RGB (Red+Green+Blue) = 161+72+89=322 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 161 - color contains mainly: red. Hex color #A14859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14859 is #5EB7A6. Grayscale: #646464. Windows color (decimal): -6207399 or 5851297. OLE color: 5851297.
HSL color Cylindrical-coordinate representation of color #A14859: hue angle of 348.54º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A14859 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 72 | 89 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.37 |
| HSL | 348.54º | 0.38% | 0.46% | - |
| HSV(B) | 348.54º | 0.55% | 0.63% | - |
| XYZ | 18.82 | 12.93 | 10.96 | - |
| YUV | 100.55 | 121.49 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 72 | 89 | 0 | 0.55 | 0.45 | 0.37 | 348.54 | 0.38 | 0.46 |
| Hex | A1 | 48 | 59 | 0 | 37 | 2D | 25 | 15D | 26 | 2E |
| Octal | 241 | 110 | 131 | 0 | 67 | 55 | 45 | 535 | 46 | 56 |
| Binary | 10100001 | 1001000 | 1011001 | 0 | 110111 | 101101 | 100101 | 101011101 | 100110 | 101110 |
Color Harmonies of #A14859
Complementary color
Monochromatic Colors of #A14859
Black with #A14859
Text Example
Text Example
White with #A14859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14859; }
p { color: rgb(161,72,89); }
H1.HeaderClassName
{
color: #A14859;
}
.AnyTagClassName
{
color: #A14859;
}
</style>
background-color css
<style>
a { background-color: #A14859; }
a { background-color: rgb(161,72,89); }
div.DivClassName
{
background-color: #A14859;
}
.BgClassName
{
background-color: #A14859;
}
</style>
border-color css
<style>
span { border-color: #A14859; }
span { border-color: rgb(161,72,89); }
td.TdClassName
{
border-color: #A14859;
}
.TagClassName
{
border-color: #A14859;
}
</style>