Shades of Hippie Pink #A04A58
Tints of Hippie Pink #A04A58
RGB
CMYK
RGB Variations
Color information
#A04A58 (or 0xA04A58) is known color: Hippie Pink. HEX triplet: A0, 4A and 58. RGB value is (160,74,88). Sum of RGB (Red+Green+Blue) = 160+74+88=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 88 (34.77% from 255 or 27.33% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04A58 is #5FB5A7. Grayscale: #656565. Windows color (decimal): -6272424 or 5786272. OLE color: 5786272.
HSL color Cylindrical-coordinate representation of color #A04A58: hue angle of 350.23º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A04A58 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 74 | 88 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.37 |
| HSL | 350.23º | 0.37% | 0.46% | - |
| HSV(B) | 350.23º | 0.54% | 0.63% | - |
| XYZ | 18.71 | 13.08 | 10.77 | - |
| YUV | 101.31 | 120.49 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 74 | 88 | 0 | 0.54 | 0.45 | 0.37 | 350.23 | 0.37 | 0.46 |
| Hex | A0 | 4A | 58 | 0 | 36 | 2D | 25 | 15E | 25 | 2E |
| Octal | 240 | 112 | 130 | 0 | 66 | 55 | 45 | 536 | 45 | 56 |
| Binary | 10100000 | 1001010 | 1011000 | 0 | 110110 | 101101 | 100101 | 101011110 | 100101 | 101110 |
Color Harmonies of #A04A58
Complementary color
Monochromatic Colors of #A04A58
Black with #A04A58
Text Example
Text Example
White with #A04A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04A58; }
p { color: rgb(160,74,88); }
H1.HeaderClassName
{
color: #A04A58;
}
.AnyTagClassName
{
color: #A04A58;
}
</style>
background-color css
<style>
a { background-color: #A04A58; }
a { background-color: rgb(160,74,88); }
div.DivClassName
{
background-color: #A04A58;
}
.BgClassName
{
background-color: #A04A58;
}
</style>
border-color css
<style>
span { border-color: #A04A58; }
span { border-color: rgb(160,74,88); }
td.TdClassName
{
border-color: #A04A58;
}
.TagClassName
{
border-color: #A04A58;
}
</style>