Shades of Hippie Pink #A34D5C
Tints of Hippie Pink #A34D5C
RGB
CMYK
RGB Variations
Color information
#A34D5C (or 0xA34D5C) is known color: Hippie Pink. HEX triplet: A3, 4D and 5C. RGB value is (163,77,92). Sum of RGB (Red+Green+Blue) = 163+77+92=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A34D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A34D5C is #5CB2A3. Grayscale: #686868. Windows color (decimal): -6075044 or 6049187. OLE color: 6049187.
HSL color Cylindrical-coordinate representation of color #A34D5C: hue angle of 349.53º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A34D5C is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 77 | 92 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.36 |
| HSL | 349.53º | 0.36% | 0.47% | - |
| HSV(B) | 349.53º | 0.53% | 0.64% | - |
| XYZ | 19.69 | 13.87 | 11.76 | - |
| YUV | 104.42 | 120.99 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 77 | 92 | 0 | 0.53 | 0.44 | 0.36 | 349.53 | 0.36 | 0.47 |
| Hex | A3 | 4D | 5C | 0 | 35 | 2C | 24 | 15E | 24 | 2F |
| Octal | 243 | 115 | 134 | 0 | 65 | 54 | 44 | 536 | 44 | 57 |
| Binary | 10100011 | 1001101 | 1011100 | 0 | 110101 | 101100 | 100100 | 101011110 | 100100 | 101111 |
Color Harmonies of #A34D5C
Complementary color
Monochromatic Colors of #A34D5C
Black with #A34D5C
Text Example
Text Example
White with #A34D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34D5C; }
p { color: rgb(163,77,92); }
H1.HeaderClassName
{
color: #A34D5C;
}
.AnyTagClassName
{
color: #A34D5C;
}
</style>
background-color css
<style>
a { background-color: #A34D5C; }
a { background-color: rgb(163,77,92); }
div.DivClassName
{
background-color: #A34D5C;
}
.BgClassName
{
background-color: #A34D5C;
}
</style>
border-color css
<style>
span { border-color: #A34D5C; }
span { border-color: rgb(163,77,92); }
td.TdClassName
{
border-color: #A34D5C;
}
.TagClassName
{
border-color: #A34D5C;
}
</style>