Shades of Hippie Pink #A34950
Tints of Hippie Pink #A34950
RGB
CMYK
RGB Variations
Color information
#A34950 (or 0xA34950) is known color: Hippie Pink. HEX triplet: A3, 49 and 50. RGB value is (163,73,80). Sum of RGB (Red+Green+Blue) = 163+73+80=316 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.58% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 163 - color contains mainly: red. Hex color #A34950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A34950 is #5CB6AF. Grayscale: #646464. Windows color (decimal): -6076080 or 5261731. OLE color: 5261731.
HSL color Cylindrical-coordinate representation of color #A34950: hue angle of 355.33º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A34950 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 73 | 80 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.36 |
| HSL | 355.33º | 0.38% | 0.46% | - |
| HSV(B) | 355.33º | 0.55% | 0.64% | - |
| XYZ | 18.93 | 13.13 | 9.13 | - |
| YUV | 100.71 | 116.32 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 73 | 80 | 0 | 0.55 | 0.51 | 0.36 | 355.33 | 0.38 | 0.46 |
| Hex | A3 | 49 | 50 | 0 | 37 | 33 | 24 | 163 | 26 | 2E |
| Octal | 243 | 111 | 120 | 0 | 67 | 63 | 44 | 543 | 46 | 56 |
| Binary | 10100011 | 1001001 | 1010000 | 0 | 110111 | 110011 | 100100 | 101100011 | 100110 | 101110 |
Color Harmonies of #A34950
Complementary color
Monochromatic Colors of #A34950
Black with #A34950
Text Example
Text Example
White with #A34950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34950; }
p { color: rgb(163,73,80); }
H1.HeaderClassName
{
color: #A34950;
}
.AnyTagClassName
{
color: #A34950;
}
</style>
background-color css
<style>
a { background-color: #A34950; }
a { background-color: rgb(163,73,80); }
div.DivClassName
{
background-color: #A34950;
}
.BgClassName
{
background-color: #A34950;
}
</style>
border-color css
<style>
span { border-color: #A34950; }
span { border-color: rgb(163,73,80); }
td.TdClassName
{
border-color: #A34950;
}
.TagClassName
{
border-color: #A34950;
}
</style>