Shades of Hippie Pink #A34D5D
Tints of Hippie Pink #A34D5D
RGB
CMYK
RGB Variations
Color information
#A34D5D (or 0xA34D5D) is known color: Hippie Pink. HEX triplet: A3, 4D and 5D. RGB value is (163,77,93). Sum of RGB (Red+Green+Blue) = 163+77+93=333 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.95% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 163 - color contains mainly: red. Hex color #A34D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A34D5D is #5CB2A2. Grayscale: #686868. Windows color (decimal): -6075043 or 6114723. OLE color: 6114723.
HSL color Cylindrical-coordinate representation of color #A34D5D: hue angle of 348.84º 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 #A34D5D is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 77 | 93 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.36 |
| HSL | 348.84º | 0.36% | 0.47% | - |
| HSV(B) | 348.84º | 0.53% | 0.64% | - |
| XYZ | 19.73 | 13.88 | 12 | - |
| YUV | 104.54 | 121.49 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 77 | 93 | 0 | 0.53 | 0.43 | 0.36 | 348.84 | 0.36 | 0.47 |
| Hex | A3 | 4D | 5D | 0 | 35 | 2B | 24 | 15D | 24 | 2F |
| Octal | 243 | 115 | 135 | 0 | 65 | 53 | 44 | 535 | 44 | 57 |
| Binary | 10100011 | 1001101 | 1011101 | 0 | 110101 | 101011 | 100100 | 101011101 | 100100 | 101111 |
Color Harmonies of #A34D5D
Complementary color
Monochromatic Colors of #A34D5D
Black with #A34D5D
Text Example
Text Example
White with #A34D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34D5D; }
p { color: rgb(163,77,93); }
H1.HeaderClassName
{
color: #A34D5D;
}
.AnyTagClassName
{
color: #A34D5D;
}
</style>
background-color css
<style>
a { background-color: #A34D5D; }
a { background-color: rgb(163,77,93); }
div.DivClassName
{
background-color: #A34D5D;
}
.BgClassName
{
background-color: #A34D5D;
}
</style>
border-color css
<style>
span { border-color: #A34D5D; }
span { border-color: rgb(163,77,93); }
td.TdClassName
{
border-color: #A34D5D;
}
.TagClassName
{
border-color: #A34D5D;
}
</style>